mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
15 lines
460 B
Plaintext
15 lines
460 B
Plaintext
1. Editor
|
|
a. Wrap Tiptap in useTiptap hook -> done
|
|
b. Create useEditorController hook -> done
|
|
c. Expose required events to app via post -> done
|
|
|
|
2. App
|
|
a. Refactor Functions.js to a hook or a class possibly.
|
|
b. Implement basic editing
|
|
1. Save & load content
|
|
2. Save & load title
|
|
3. Update status bar in Editor
|
|
4. Attach toolbar commands & events
|
|
5. Show selected text formats in toolbar
|
|
|