I thought I could put square brackets on my confluence page by escaping the bracket...like \[ but, that just shows a \[ on the page. and if i do [] two in a row, I get a task. I thought I could do two in a row and then back arrow to get between them - no. Is my only option to go into the source and edit?
thanks in advance
Just type your two brackets then cmd/ctrl+Z and it will convert to plain ol' brackets. Also works if you want some text in [brackets].
This does not work for me on Mac OS X and the newest version of Confluence. Cmd+Z merely deletes everything I've just typed, doesn't undo the WYSIWYG.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This seems to work on my Mac:
[ <escape> letter letter letter ... ] command-z
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That still seems pretty hackish. That's not really a feature, you're simply breaking the buffer stream that the WYSIWYG logic is using. Atlassian ought to create a controlled escape mechanism, just to avoid the inevitable change in interpretation by the enduser OS/Browser.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kyle, Agreed, as Dale's solution does not work for me either. Even using <esc>, which was my first guess to get [text text], command-z still deletes everything I typed.
What did work was opening TextEdit, typing what i needed there, then copying/pasting it back to Confluence. :/
Also works is the suggestion below:
[<esc> text text \]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
combination of ESC and backslash worked for me. Also this works:
[<esc> text text]<ctr-z><ctrl-z>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm beginning to really regret our purchase of Confluence because of silly stuff like this. Mostly because I have to try and explain away brain damaged usage behavior.
It should be: \[text\]
No more - no less, instead of having to rely on what seems to be an undocumented magical incantation.
Also, while moving over from an older MoinMoin wiki, there doesn't seem to be a way to script the regexes to easily handle this - leaving it to be a manual task.
Atlassian developers, I beg that you stop focusing on new-new-new, and fix the silly broken stuff like this that would make existing users happy. To leave this broken really does bring to light that things like this just aren't a priority. Another thing, is please bring Jira Software up to speed with Confluence markup capabilities, such as macros (*cough*inline code blocks*cough*).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For the scripting issue, you could use Bob Swift. I've actually used that with pretty good effect to create a set of pages that represent directory structures. We took all the archive files from previous workers in our group and reorganized them all so that each project had a matching org pattern. (Previously, the organization of the files was pretty much reinvented for each project, so there was no consistency.) But before we resorted all the old files, I used scripts to map the DIR output to pages in Confluence. That way if anyone wanted to know where a file used to be, what it's original size and Last Modified date, etc, they could search for it in that section of Confluence and it would come up. Took about an hour to set up the script, and the script ran for 45 seconds to generate all the pages. Turns out to be about 300 pages, each representing a folder in the old heirarchy, and each page contains the DIR output of that directory setup as links to either subdirectories or the new file location Perforce.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But I still wish there was a way to put a square bracket on a page without having to worry it might turn into something else when someone comes along and edits the page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The incantation that seems to work from my Mac today:
[ <escape> char char char \ ]
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.
This also works:
[<esc> text text]<ctr-z><ctrl-z>
although the backslash method is simpler
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ditto. Why is Atlassian silent on this issue, both here and in the documentation. Is it the official stance that square brackets are not needed in human generated prose??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also I don't think any of the above hacks will help when trying to import a word document with references like [1]. The result is an impressive mess.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OH MY Goodness. this is awesome! Thank you. And thanks for being so quick!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My pleasure.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.