-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
Improve note support : WYSIWYG markdown #701
Comments
Stacks Editor looks indeed very cool, and I'be be up to adding support for it in hoarder.
I'd be more than happy to merge it if you send a PR for it. You can join us in the #development channel in discord in case you need any help with developing in hoarder as well. |
is that possible to add support for for now it seems that hoarder only supports plain text |
What is text bookmark?
For example, you will see. @MohamedBassem perfect, I will give it a try. |
wow. interesting. i think i missed this festure. let me have one try. |
First implementation with a wysiwyg markdown editor. Update: - Add Lexical markdown editor - consistent rendering between card and preview - removed edit modal, replaced by preview with save action - simple markdown shortcut: underline, bold, italic etc...
First implementation with a wysiwyg markdown editor. Update: - Add Lexical markdown editor - consistent rendering between card and preview - removed edit modal, replaced by preview with save action - simple markdown shortcut: underline, bold, italic etc...
First implementation with a wysiwyg markdown editor. Update: - Add Lexical markdown editor - consistent rendering between card and preview - removed edit modal, replaced by preview with save action - simple markdown shortcut: underline, bold, italic etc...
First implementation with a wysiwyg markdown editor. Update: - Add Lexical markdown editor - consistent rendering between card and preview - removed edit modal, replaced by preview with save action - simple markdown shortcut: underline, bold, italic etc...
First implementation with a wysiwyg markdown editor. Update: - Add Lexical markdown editor - consistent rendering between card and preview - removed edit modal, replaced by preview with save action - simple markdown shortcut: underline, bold, italic etc...
First implementation with a wysiwyg markdown editor. Update: - Add Lexical markdown editor - consistent rendering between card and preview - removed edit modal, replaced by preview with save action - simple markdown shortcut: underline, bold, italic etc...
First implementation with a wysiwyg markdown editor. Update: - Add Lexical markdown editor - consistent rendering between card and preview - removed edit modal, replaced by preview with save action - simple markdown shortcut: underline, bold, italic etc...
First implementation with a wysiwyg markdown editor. Update: - Add Lexical markdown editor - consistent rendering between card and preview - removed edit modal, replaced by preview with save action - simple markdown shortcut: underline, bold, italic etc...
improved performance to not rerender all note card when one is updated
improved performance to not rerender all note card when one is updated
Describe the feature you'd like
I made a similar app here https://github.com/Tukks/cogito but I don't have enough time to make new feature, and now I discovered Hoarder who is what I wanted for Cogito.
I think, the note part would need a little upgrade.
For the note-taking and editing part, I used the stackover flow markdown editor : https://editor.stackoverflow.design/ who is complete and very well-designed.
Here's how is integrated in cogito :
Describe the benefits this would bring to existing Hoarder users
add visual shortcut to bold/italic etc.
Support code
Support image
full-featured note-taking app
WYSIWYG
Upgrade : when we open a note card, open in Edit mode or add a button to edit in the big view (now we need to go : option > Edit)
Can the goal of this request already be achieved via other means?
We can note-take today but some features are not implemented like code support or visual shortcut
Have you searched for an existing open/closed issue?
Additional context
I can try to work on that if validated
I'm open to other editor BTW like tiptap/Lexical (https://lexical.dev/)/mdx (https://mdxeditor.dev/editor/demo)
We can add a toolbar to the existing react-markdown too.
The text was updated successfully, but these errors were encountered: