Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Multi-colored highlights #18

Open
schoeke opened this issue Sep 24, 2020 · 1 comment
Open

Feature request: Multi-colored highlights #18

schoeke opened this issue Sep 24, 2020 · 1 comment

Comments

@schoeke
Copy link

@schoeke schoeke commented Sep 24, 2020

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.

@deathau
Copy link
Owner

@deathau deathau commented Sep 24, 2020

🤔 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants