Provide the possibility to highlight sections of a clipped page, if possible even in multiple colors.
Obsidian for example allows to highlight text in a marker style by using ==example text==. This a simple yellow marker, equivalent to <marker>example test</maker>.
Other bookmarking tools such as diigo even provide multi-colored highlights, which also allows multiple users in to mark the same text or allow to differentiate the marking of multiple passes over the same text. This would be for example equivalent to <marker style="background-color: greenyellow">example test</maker>.
This could be provided as option in the the context menu as Highlight Selection as Markdown with different colors as sub-options.
The text was updated successfully, but these errors were encountered:
🤔 This will require some thinking about and planning, but is a good suggestion.
The other thing to consider is that highlighting in Obsidian is non-standard markdown AFAIK, and other apps handle it differently (I think bear uses ::example text:: for example). Not something that can't be overcome with options, of course.
Multi-coloured highlights would be handy, but I'm a bit hesitant about adding a HTML tag in the output of an extension whose purpose is to convert HTML to markdown.... I'll think about it further.
Provide the possibility to highlight sections of a clipped page, if possible even in multiple colors.
Obsidian for example allows to highlight text in a marker style by using
==example text==. This a simple yellow marker, equivalent to<marker>example test</maker>.Other bookmarking tools such as diigo even provide multi-colored highlights, which also allows multiple users in to mark the same text or allow to differentiate the marking of multiple passes over the same text. This would be for example equivalent to
<marker style="background-color: greenyellow">example test</maker>.This could be provided as option in the the context menu as
Highlight Selection as Markdownwith different colors as sub-options.The text was updated successfully, but these errors were encountered: