in ulysses, i can highlight text in the editor by surrounding it with two colons around both ends of the text (ie ::this is highlighted text::). this makes it appear yellow in the ulysses editor (though it does not highlight on html preview b/c their markdown xl flavor i guess doesn't support it??)
i would love to be able to do the same thing in editorial. i use the existing emphasis and strong (italic and bold) for marking other aspects of what i'm doing but the ability to highlight on top of emphasis and strong comes in very handy for me.
is there any way i can get what i want in either the editorial editor and or html preview? perhaps there is an ability to customize the markdown interpreter to support :: or __ as highlight markers? this requires both the ability to add a button to the on screen keyboard to wrap selected text in either :: or __ to represent the highlight as well as hopefully display the text with highlighted yellow background color in the editor while reducing the opacity or the :: or __ marks themselves.
OR perhaps there is a way that i can add a workflow / python script to do what i want? my thought is that i could attach a button to the popup menu that appears when i highlight text in the editor which will insert the "highlight" :: or __ codes into the text and then magically present them as background yellow? i know how to program if that matters i just don't know where to start in editorial / python in this regard.
note, the functionality must be saved and activated automatically every time i open the file AND it also must be easy to insert the highlight marks in the file text with mouse gestures or keyboard commands (if attached keyboard), otherwise doing this is not worth the hassle.
fwiw, since i can get :: marks inserted easy enough from within ulysses, if i can at least display them correctly in the editorial editor / preview as background yellow once i open them from dropbox that would be a worthwhile compromise as well IF it's possible to customize the css behind editorial's editor / html previews.
thanks in advance.