-
Notifications
You must be signed in to change notification settings - Fork 41
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
Markdown support #70
Comments
nice concept, but too heavy: rendering mere text inputs already causes problems, so several entire webviews??? impossible |
Hmmm, i am not into gnome shell extension development but how it comes that such simple functionallity is impossible when massiv extensions like Material Shell are possible? |
i'm pretty sure materia shell provides its functionalities using native GNOME Shell widgets such as the ones i use. Starting several windows with basically a web browser in each of them, just in order to have bold text in sticky notes, would be completely dumb, so no i will not just take a lib written for the web and get markdown support from that i haven't close this thread which means i agreed it would be a nice feature, but sorry: the extension will get it only if i have so much free time i can implement a markdown parser to render notes with the natively supported pango library (edit: maybe such a parser already exists? i'll search that later) |
+1 |
It would be very elegant to have support for markdown syntax.
This would make it possible to have titels, highlights, etc.
If focus is set to the textfield switch to editor mode, after leaving
the textfield, thus unfocusing it, switch to markdown render mode.
This markdown lib would be nice to use:
https://github.com/markedjs/marked
The text was updated successfully, but these errors were encountered: