Replies: 2 comments 1 reply
-
This sounds quite difficult to be honest as it would likely require interfacing with the CodeMirror editor instance. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@msrch made a great little plugin solving exactly this problem: Double Colon Conceal! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m in extensive use of dataview, and love the possibility to set metadata in the text with a double colon i.e.
Category:: Feature Request
That’s great, but it looks awkward. So I would love to only see one colon when not editing it, like with the Markdown syntax.
The easiest would be to handle it, like Markdown is handled.
An alternative would be to wrap a span around the double colons like
<span class="double_colon">::</span>
and leave it to the custom CSS to replace it.Beta Was this translation helpful? Give feedback.
All reactions