moksha
02/03/2022, 4:27 AMkevins8
02/03/2022, 5:10 AMd1onys1us
02/03/2022, 7:46 AMSeriousBug
02/03/2022, 7:47 AMd1onys1us
02/03/2022, 7:48 AMSeriousBug
02/03/2022, 7:48 AMd1onys1us
02/03/2022, 7:51 AMhikchoi
02/03/2022, 8:06 AMfoo.md
in vault1
2. bar.md
in vault2
3. bar.md
referenced foo.md
like so: [[Foo|foo]]
In this case, refactoring foo.md
to parent.foo.md
won't update the link in bar.md
to [[Foo|parent.foo]]
if the link was explicit like [[Foo|dendron://vault1/foo]]
, it would correctly update to [[Foo|dendron://vault1/parent.foo]]
d1onys1us
02/03/2022, 8:08 AMd1onys1us
02/03/2022, 8:08 AMHerelore
02/03/2022, 12:30 PMaleksey
02/03/2022, 1:15 PMtext
.
āāā workspace-1
ā āāā personal-vault-A
ā āāā shared-vault-A
āāā workspace-2
ā āāā personal-vault-B
ā āāā shared-vault-B
yml
// workspace-1
vaults:
- fsPath: personal-vault-A
- fsPath: shared-vault-A
- fsPath: shared-vault-B
workspace: workspace-2
remote:
url: git@github.com:workspace-2
yml
// workspace-2
vaults:
- fsPath: personal-vault-B
- fsPath: shared-vault-B
- fsPath: shared-vault-A
workspace: workspace-1
remote:
url: git@github.com:workspace-1
Which basically makes workspace-1
pull shared-vault-B
from workspace-2
and vice versa. You end with two copies of shared vaults though. It works, but a bit finicky because you need to sync the workspaces often otherwise the shared vaults get out of sync. You don't get the error though.
Also need to add workspace-1/2
to corresponding .gitignore
files, so you don't end up syncing full workspaces into each other.seadude
02/03/2022, 3:59 PMscratch.2022.02.03.075556
- Image name: scratch-test1
- Changed note file name to: super-important.topic
- Did I just lose correlation between the image names (stored in assets/images/
) and the file name?
- How do I prevent this from happening?
- Ideally, I want every image associated with a file to have some kind of unique identifier for portability reasons.seadude
02/03/2022, 4:02 PMid
from the file frontmatter stored in the image name.seadude
02/03/2022, 4:07 PMscratch.2022.02.03.075556
with an id
of xxx123
- Image name: xxx123-test1
(or more likely xxx123-<timestamp>-test1
)
- If the original file name is changed from scratch.2022.02.03.075556
to super-important.topic
, the correlation REMAINS between the file and its imagesseadude
02/03/2022, 4:21 PMid
to Dendron Paste Image setting as a prefix.
- Can the id
field in the YAML frontmatter be accessed with a variable (similar to ${currentFileNameWithoutExt}
)?
- Something like ${currentFileNameId}
!?user
02/03/2022, 4:52 PMDendron: Site Build
command and I can't find it.
Any help would be appreciated šseadude
02/03/2022, 4:57 PMbanjara
02/03/2022, 4:58 PMuser
02/03/2022, 5:10 PMbenhsm | Jack of N trades
02/03/2022, 5:12 PMuser
02/03/2022, 5:26 PMmoksha
02/03/2022, 5:27 PMColin Madland
02/03/2022, 5:32 PMTika
02/03/2022, 5:38 PMuser
02/03/2022, 5:51 PMnpx dendron publish dev
command is not working.
I just get a LOAD of 'no such file or directory errors and it spits me back onto the CLI
I'm following this guidehttps://wiki.dendron.so/notes/FnK2ws6w1uaS1YzBUY3BR/benhsm | Jack of N trades
02/03/2022, 5:53 PM