imalightbulb
09/28/2020, 2:36 PMkevins8
09/28/2020, 4:44 PMassets
folder of your vault and open them using dendron (https://dendron.so/notes/3472226a-ff3c-432d-bf5d-10926f39f6c2.html#other-links).
you can also reference notes via footnotes (https://dendron.so/notes/ba97866b-889f-4ac6-86e7-bb2d97f6e376.html#footnotes)
depending on what you're looking for, it might make more sense to continue using zotero to manage your references but use dendron to reference them via a zotero pod: https://dendron.so/notes/66727a39-d0a7-449b-a10d-f6c438185d7f.htmlkevins8
09/28/2020, 4:45 PMkevins8
09/28/2020, 4:45 PMrobothor
09/28/2020, 6:07 PMtitle
in the metadata block, not actually renaming the note. This might be tricky. Maybe it is easier to handle with a regex because I know what the old value was and the new value should be, and maybe dendron doesn't.kevins8
09/28/2020, 6:08 PMtsnieman
09/28/2020, 6:14 PMundo
& redo
(ctrl u
/ ctrl r
)do funky things for you sometimes? I find my undo/redo stacks can get completely messed up and pollute my file with broken/incorrect changes. I suspect https://github.com/VSCodeVim/Vim/issues/1490 is screwing me up and curious if y'all have a nice workaround.robothor
09/28/2020, 6:21 PMtsnieman
09/28/2020, 6:32 PMkevins8
09/28/2020, 7:25 PMgusmmm
09/28/2020, 11:00 PMuser
09/29/2020, 10:22 PMkevins8
09/29/2020, 10:43 PMuser
09/29/2020, 11:01 PMuser
09/29/2020, 11:01 PMkevins8
09/29/2020, 11:04 PMkevins8
09/29/2020, 11:04 PM"editor.snippetSuggestions": "inline",
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggest.showSnippets": true,
"editor.tabCompletion": "on",
user
09/30/2020, 9:06 AMlukecarrier
09/30/2020, 10:46 PMlukecarrier
09/30/2020, 10:47 PMkevins8
09/30/2020, 10:59 PMlukecarrier
09/30/2020, 11:03 PMkevins8
09/30/2020, 11:03 PMrobothor
10/01/2020, 2:39 PM{domain}.journal.{date}
as the default name. Iโve found a couple of instances where I would like to change that to {domain}.{subdomain}.journal.{date}
where the subdomain might be a few levels deep. Is there a way to do this?kevins8
10/01/2020, 4:03 PM{domain}.{namespace}.{journal}
when you set default{NodeType}AddBehavior
to be childOfDomainNamespace
. if you want a journal deeper in your hierarchy, you can set the AddBehavior
to be childOfCurrent
which will a journal entry under where ever you currently are.
moving forward, we'll also let you define it via your schema so you can set a particular part of your hierarchy to be the journalParent
which is semantically closer to what you want?
https://dendron.so/notes/5c213aa6-e4ba-49e8-85c5-1bdcb33ce202.html#defaultnodetypeaddbehaviorrobothor
10/01/2020, 5:16 PMchildOfCurrent
is usually what I want -- i.e. notes about a specific thing rather than the category, but I suppose that it will probably be useful to have that selectable in the schema.
I don't really have enough organization to really set up meaningful schemas yet though.brimwats
10/01/2020, 6:37 PMbrimwats
10/01/2020, 6:37 PMkevins8
10/01/2020, 6:51 PM.
notation. you'll be able to partition by folders once we ship multi-vault (https://dendron.so/notes/45cfb9f2-46cf-4f67-a41e-834818fbd06e.html) which should be around end of october.
otherwise, you can also link to external files and have dendron open them using your system defaults:
https://dendron.so/notes/3472226a-ff3c-432d-bf5d-10926f39f6c2.html
by convention, asset files stored within dendron are created under {vault}/assets
brimwats
10/01/2020, 7:36 PM