From dc9a7c86ce6dbf56a239b91c1c7b63a74cacc03d Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 7 Feb 2021 01:47:28 +0100 Subject: [PATCH] Auto: misc. --- foam-settings.md | 7 ++++--- foam.md | 2 +- journal/2021-02-07.md | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/foam-settings.md b/foam-settings.md index 79f136ac7..8a3084575 100644 --- a/foam-settings.md +++ b/foam-settings.md @@ -3,8 +3,9 @@ - These are my [[foam]] ([[vscode]]) settings as of [[2021-01-13]]: - ```"foam.openDailyNote.directory": "journal"``` in the workspace's settings.json to create daily notes in journal/, example: - - - A commit.txt in the repo for [[auto commit messages]], plus one-time setup with git config (see note). - - The following in keybindings.json (which has to be set on a global basis): + - ``` "vscodeMarkdownNotes.newNoteDirectory": "WORKSPACE_ROOT"``` also, to make it so that notes created by following links from the daily note (alt-d) are created in the root instead of the journal/ directory. + - A commit.txt in the repo for [[auto commit messages]], plus one-time setup with git config (see note), if you don't want to have to write commit messages when updating the [[agora]]. + - The following in ```.config/Code/User/keybindings.json``` (this has to be set on a global basis due to [[vscode]] limitations): ``` [ { @@ -33,7 +34,7 @@ } ] ``` - - This results in being able to press ctrl-shift-a to auto-push changes to the [[agora]]. + - This results in being able to press ctrl-shift-s to save all files; and ctrl-shift-a to push changes to the [[agora]] without the need to write a commit message. [//begin]: # "Autogenerated link references for markdown compatibility" [foam]: foam "Foam" diff --git a/foam.md b/foam.md index f342e9bd5..2cce7a0b3 100644 --- a/foam.md +++ b/foam.md @@ -6,7 +6,7 @@ - By [[jevakallio]]. - Notable contributors / people I've met in the [[discord]]: [[ingalless]] [[scottjoe]] [[riccardo]] [[mathieudutour]]. - As of [[2021-01-04]], my personal [[agora client]]. - - See [[foam settings]]. + - See [[foam settings]], which describes my setup. [//begin]: # "Autogenerated link references for markdown compatibility" [project]: project "Project" diff --git a/journal/2021-02-07.md b/journal/2021-02-07.md index d777cdf3d..48bdffba1 100644 --- a/journal/2021-02-07.md +++ b/journal/2021-02-07.md @@ -8,6 +8,7 @@ - test [[hypothesis]] + [[ipfs]] - [[protopoi]] - [[next step]] +- [[agora client]] [//begin]: # "Autogenerated link references for markdown compatibility" [push]: ../push "Push"