threedimensionalbimbo
12/15/2022, 1:14 AMerror while running command: Command failed with ENOENT: git rm --cached -r --ignore-unmatch -- dependencies/localhost/journals spawn git rm ENOENT
when trying to convert a local vault to remote -- i'm linking it to a bare repo, i'm assuming that's what you're supposed to do?WildMagic
12/15/2022, 6:03 AMWildMagic
12/15/2022, 6:04 AMmoksha
12/16/2022, 9:52 AMLividJava
12/16/2022, 3:03 PMyaml
publishing:
siteFaviconPath: notes/assets/images/fav.ico
logoPath: notes/assets/images/fllogo.png
I have the images in the folders and named properly.hug-sch
12/17/2022, 9:24 AMandrey-jef
12/17/2022, 7:45 PMhug-sch
12/17/2022, 8:20 PMandrey-jef
12/17/2022, 8:29 PMc-condor
12/17/2022, 8:56 PMBassmann
12/18/2022, 11:10 AMdarkcentre
12/19/2022, 6:56 AMdarkcentre
12/19/2022, 6:58 AMdarkcentre
12/19/2022, 7:01 AMhug-sch
12/19/2022, 12:51 PMTika
12/19/2022, 2:48 PMhug-sch
12/19/2022, 9:37 PMScriptAutomate
12/20/2022, 12:20 AMnotes/assets/
or is an external image you want embedded in your docs but don't want to re-enter a URL embedding across multiple locations potentially
- A note is created in a dedicated hierarchy to media notes (ex. asset.preview.md
)
- Headers within the note are used as image placeholders to be added to notes as note refs throughout docs. This mean you can rename the header with refactoring commands (or the child note, depending on organizational approach), and note refs will update appropriately. This also helps avoid naming images based on their note location, only to find yourself using them in more than one note, and then can use refactoring commands or backlinks to know where things are used or ensure they are updated easily
Comment with some details on this, in case it helps as an approach at the moment: https://github.com/dendronhq/dendron/issues/1450#issuecomment-1002360074Maned
12/20/2022, 8:01 AMTeltrix
12/20/2022, 2:36 PMbenhsm | Jack of N trades
12/20/2022, 2:41 PMzsh
lookup-note() {
lookup
zle reset-prompt
# see: https://stackoverflow.com/questions/9212508/how-to-redraw-the-zsh-prompt-after-widget-action
}
zle -N lookup-note
bindkey -v '^o' lookup-note
benhsm | Jack of N trades
12/20/2022, 2:43 PMctrl-l
since that's already generally used for clearing the screenTeltrix
12/20/2022, 2:45 PMTeltrix
12/20/2022, 2:49 PMbenhsm | Jack of N trades
12/20/2022, 2:52 PMbenhsm | Jack of N trades
12/20/2022, 2:53 PMbenhsm | Jack of N trades
12/20/2022, 2:55 PMbenhsm | Jack of N trades
12/20/2022, 2:56 PMbenhsm | Jack of N trades
12/20/2022, 2:56 PMTeltrix
12/20/2022, 2:58 PM