rhaynes
08/31/2020, 10:43 PMkevins8
08/31/2020, 10:44 PMctrl-tab
via the editorTomD
08/31/2020, 11:31 PMkevins8
09/01/2020, 12:28 AMlargishunit
09/01/2020, 12:31 AMkevins8
09/01/2020, 1:05 AMctrl + shift + p
and typing Dendorn: Lookup
?largishunit
09/01/2020, 1:26 AMkevins8
09/01/2020, 1:45 AMctrl-l
of lookupkevins8
09/01/2020, 1:46 AMkevins8
09/01/2020, 1:58 AMpizza
> - rename to recipes.pizza
> - tree view still shows a separate pizza note, and trying to expand recipes
gives an error: Element with id f39efd54-7c3d-4fc9-9cbe-00be9ed0bc2a is already registered
> Reloading the window fixes this.
> Maybe it's not the intended usage of rename command, but imho this should work)
@User this is now fixed in 0.9.1 🙂
https://github.com/dendronhq/dendron/blob/master/CHANGELOG.md#bug-fixesrhaynes
09/01/2020, 1:29 PMjojanaho
09/01/2020, 1:51 PMrhaynes
09/01/2020, 1:54 PMjojanaho
09/01/2020, 2:04 PMrhaynes
09/01/2020, 2:25 PMkevins8
09/01/2020, 3:08 PMkevins8
09/01/2020, 3:09 PMtab
completion of snippets
json
"editor.snippetSuggestions": "inline",
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggest.showSnippets": true,
"editor.tabCompletion": "on"
Ed Nico
09/01/2020, 3:32 PMEd Nico
09/01/2020, 3:36 PMkevins8
09/01/2020, 4:01 PMdaily.*
hierarchy. this will create the hierarchy you attached in your screenshot
+ daily
+ journal
{date}
the reason you see this is because dendron will create stub notes when creating notes that have parents that don't exist. in your case, creating daily.journal.{date}
, daily.md
and daily.journal.md
didn't exist so dendron stubbed them for you.
the reason we do stubs is because we don't want to litter your file system with empty files. stubs are a compromise - they let you see the hierarchy of your newly created notes without forcing you to create intermediary fileskevins8
09/01/2020, 4:03 PMuser
09/01/2020, 4:05 PMkevins8
09/01/2020, 4:06 PMEd Nico
09/01/2020, 4:06 PMEd Nico
09/01/2020, 4:20 PMkevins8
09/01/2020, 4:21 PMkevins8
09/01/2020, 4:21 PMEd Nico
09/01/2020, 4:22 PMuser
09/01/2020, 4:28 PMkevins8
09/01/2020, 4:29 PM