Skip to content

noss-wiki/zenith

Repository files navigation

TODO

  • feat: chromium compatibility; chrome inserts div as child in p element

  • Organize editor related code better

    • Seperate behaviour into seperate files with functions to improve readability
    • Use transactions (like prosemirror)
      • This helps with undo/redo
  • Forward input events to the focussed block

  • Saving and loading of pages (using the existing export and import hooks)

  • Editor behaviour

    • Seperate special behaviour in seperate files
    • Allow custom behaviour fo
  • Commands and special blocks

  • Undo and redo

    • listen to input events releted to this in editor
  • Formatting

    • Allow modifying style on input nodes
    • Listen on shortcuts
  • Shortcuts

    • Event handler
  • Copy and pasting

    • Markdown compatibility; change to correct format of nodes upon pasting
    • Notion compatibility (https://evercoder.github.io/clipboard-inspector/, to view paste data notion uses)
      • Keep correct formatting (blocks, style)
      • Keep blame, notion gives the last edited timestamp and the user id
        • Get email adress of user id by using notion api; check if same email is used by a user in the workspace, otherwise give option to transfer ownership to user who pasted it or just show the notion name of the user

Low priority

  • Add option to reduce motion (add [data-reduced-motion] to html or body)
  • Improve block title and descriptions

Blocks

Inline blocks

All inline blocks, except text, count as a single token/character.

  • text (noss-text-node)
  • equation (noss-equation-node)

About

Zenith is the official web client for noss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors