benrbray / noteworthy

Markdown editor with bidirectional links and excellent math support, powered by ProseMirror. (In Development!)
https://noteworthy.ink
GNU Affero General Public License v3.0
236 stars 14 forks source link

refactor `noteworthy` into subpackages #56

Open benrbray opened 1 year ago

benrbray commented 1 year ago

At the moment, noteworthy is organized in a very electron-specific way, but I would like to additionally support the following:

To do this, I will refactor noteworthy into several parts, organized as a monorepo using pnpm workspaces:

This will also make it easier to test individual components of Noteworthy in isolation.

Related Issues