diff --git a/.vscode/settings.json b/.vscode/settings.json index 323c76e..304e628 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,5 +16,6 @@ "**/node_modules": true }, "vscodeMarkdownNotes.noteCompletionConvention": "noExtension", - "vscodeMarkdownNotes.slugifyMethod": "github-slugger" + "vscodeMarkdownNotes.slugifyMethod": "github-slugger", + "foam.edit.linkReferenceDefinitions": "withExtensions" } diff --git a/inbox.md b/inbox.md index 2075149..f52a4c6 100644 --- a/inbox.md +++ b/inbox.md @@ -12,5 +12,5 @@ - You can always find them in your git history, if you really need it! [//begin]: # "Autogenerated link references for markdown compatibility" -[todo]: todo "Todo" +[todo]: todo.md "Todo" [//end]: # "Autogenerated link references" diff --git a/readme.md b/readme.md index 2be58cc..84a0a50 100644 --- a/readme.md +++ b/readme.md @@ -27,18 +27,10 @@ We've created a few Bubbles (markdown documents) to get you started. - [[foam-tips]] - tips to get the most out of your Foam workspace - [[todo]] - a place to keep track of things to do -## Note on `[[wiki-links]]` - -⚠️ Until [foambubble/foam#16](https://github.com/foambubble/foam/issues/16) is resolved, `[[wiki-links]]` links (like the links above) won't work in the GitHub Markdown preview (i.e. this Readme on github.com). - -They should work as expected in VS Code, and in rendered GitHub Pages. - -If GitHub preview (or general 100% support with all Markdown tools) is a requirement, for the time being you can use the standard `[description](page.md)` syntax. - [//begin]: # "Autogenerated link references for markdown compatibility" -[inbox]: inbox "Inbox" -[foam-tips]: foam-tips "Foam tips" -[todo]: todo "Todo" +[inbox]: inbox.md "Inbox" +[foam-tips]: foam-tips.md "Foam tips" +[todo]: todo.md "Todo" [//end]: # "Autogenerated link references"