2021-11-14 Office Hours
Office hours
November 14 - Office Hours
- Upcoming Changes
- Native Workspaces
- Better lookup
- Publishing fixes
- CLI interface for Dendron
- Plug in to Dendron
- Moving & Renaming notes using the engine
- NoteCLICommand -> https://github.com/dendronhq/dendron/blob/81e42fc6564489f836028c00122000d3954cc1ab/packages/dendron-cli/src/commands/notes.ts#L56
- Developer docs will get a re-org
- CLI Development Process: https://wiki.dendron.so/notes/gxnwBlVKDivSDH1daqejk.html
- If you raise a feature request, I can add docs and guidance on the CLI
- Faster time to note
- You can launch Dendron engine in the background
- launchEngineServer: https://wiki.dendron.so/notes/23a1b942-99af-45c8-8116-4f4bb7dccd21.html#launchengineserver
dendron launchEngineServer --wsRoot ~/Dendron/ --port 3005
- Making indexing faster
- Two things
- Persistent engine, startup once, and reuse
- Local db based storage: outsource indexing to something like pouchdb or sqlite
- Two things
Backlinks