imalightbulb
10/13/2020, 3:52 AMroot.md
kevins8
10/13/2020, 3:59 AMimalightbulb
10/13/2020, 4:01 AMimalightbulb
10/13/2020, 4:01 AMimalightbulb
10/13/2020, 4:22 AMkevins8
10/13/2020, 4:23 AMdendron: open logs
?imalightbulb
10/13/2020, 4:26 AMkevins8
10/13/2020, 4:34 AMimalightbulb
10/13/2020, 4:34 AMkevins8
10/13/2020, 4:34 AMimalightbulb
10/13/2020, 4:36 AMDendron can now index and manage your notes as a standalone local server independent from VSCode.
How does it differs from a standalone app?kevins8
10/13/2020, 4:47 AM|dendron plugin <-> dendron engine |
|dendron markdown notes plugin <-> dendron engine |
|dendron markdown preview enhanced <-> dendron engine |
|dendron graph <-> dendron engine |
the downside of this model is that EVERY extension will index your notes separately, resulting in lots of duplicate work. this gets worst the more notes you have. also, because the engine is a library, engine work will cause vscode to slow down and block until it is done.
in server mode, the dendron engine runs as a separate process from vscode. all extensions in a given workspace can utilize a SINGLE server
dendron engine server
^
|
|dendron plugin |
|dendron markdown notes plugin |
|dendron markdown preview enhanced |
|dendron graph |
this is a much more scalable way of indexing notes since its only done once per workspace. in addition, because the dendron server is a fully featured server, it allows us to build rich javascript based frontends into vscode itselfkevins8
10/13/2020, 4:48 AMkevins8
10/13/2020, 4:50 AMimalightbulb
10/13/2020, 4:52 AMkevins8
10/13/2020, 4:55 AMkevins8
10/13/2020, 4:56 AMimalightbulb
10/13/2020, 4:57 AMimalightbulb
10/13/2020, 5:33 AMuser
10/13/2020, 9:09 AMimalightbulb
10/13/2020, 9:12 AMuser
10/13/2020, 9:15 AMimalightbulb
10/13/2020, 9:15 AMBassmann
10/13/2020, 11:24 AMuser
10/13/2020, 11:27 AMctrl-shift-p
-> "Dendron: create scratch note". I think the default hotkey for it is ctrl-shift-s
user
10/13/2020, 11:58 AMuser
10/13/2020, 12:01 PMuser
10/13/2020, 12:04 PMuser
10/13/2020, 12:08 PMBassmann
10/13/2020, 12:28 PM