diff --git a/foam settings.md b/foam settings.md index c3b42454e..9b2a34313 100644 --- a/foam settings.md +++ b/foam settings.md @@ -6,10 +6,11 @@ - Some changes to [[keybindings.json]] in your global (user scope) ```.config/Code/User/``` directory so that you can use shortcuts such as ```ctrl-alt-s``` (save all changes locally) and ```ctrl-shift-a) (push changes to the [[agora]]). - Optional additional [[git config]] to make submitting to your git hosted digital garden (and transitively to the [[agora]]) easier/less work. - In particular, a [[commit template]] so that you don't need to write a change description every time you want to push to the [[agora]]. -- [[push]] [[settings.json]]: a [[file]] +- [[push]] [[settings.json]]: `.vscode/settings` in your garden ``` "foam.openDailyNote.directory": "journal", "vscodeMarkdownNotes.newNoteDirectory": "WORKSPACE_ROOT", +"vscodeMarkdownNotes.slugifyCharacter": "NONE", ``` - [[push]] [[commit-template]]: a [[file]] diff --git a/trying to disable slugs.md b/trying to disable slugs.md index 83f0f1751..5e5dbeefb 100644 --- a/trying to disable slugs.md +++ b/trying to disable slugs.md @@ -1,3 +1,5 @@ # trying to disable slugs - yep, that worked! happy about that. + - see `.vscode/settings.json` in my garden repo. + - [[foam settings]] \ No newline at end of file