You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I wrote something like:
curl -XPUT 'http://localhost:9200/idx/_settings'
and Confluence automatically changed it to:
curl -XPUT ‘http://localhost:9200/idx/_settings’
which completely breaks the curl command.
I would like to disable those smart quote substitutions. We're not using Confluence for typographic sugar, but for documenting programming code which in many cases make big difference with the little characters.
And no, having to *first* mark the code as Code (ctrl+shift+m) and only then starting to write/pasting code is an unwanted hindrance in the workflow.
It's ridiculous that this can't be disabled universally on a wiki used by tons of tech companies.
Even this comment box doesn't automatically do "smart" quotes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Joni I did face same issue and started using ( ` i.e. back quote) before I pasted code, or whenever I wanted to add code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, for that workaround. It's not the solution I'm looking for as I'd like software systems working FOR me, not AGAINST me. 🤨
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I too become very unhappy when things like these occur.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's astounding to see that this thread has been around for years and there's not a single comment from the developers on it. But I'm new around here and perhaps that's just the norm for this forum.
Anyway, another +1 for removing these intrusive modifications of my typing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's also an insidious problem for JSON. The odd quotes cause the JSON format checkers to fail your JSON, but not flag the quotes as the issue which can lead to a long and frustrating debug session. This makes it hard (forced to use inconvenient workarounds) to do our documentation in Confluence and allow users to cut and paste sample JSON.
Google docs has a setting. It is possible, please fix it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It should be an option either way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can work around that using the "code snippet" under the "+" menu.
However, smart quotes still happen in code format from Bold/Italic/... menu, which I agree is not developer-friendly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.