-
-
Notifications
You must be signed in to change notification settings - Fork 823
Description
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?
- I have searched for existing issues and none cover my fundamental request
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.