From 0402c6ab5e7065b0cfc58343ebb1bd70e2bc9642 Mon Sep 17 00:00:00 2001 From: Riccardo Ferretti Date: Thu, 21 Jan 2021 21:40:28 +0100 Subject: [PATCH] a couple of minor changes re todos and readme --- docs/features/graph-visualization.md | 2 +- docs/features/tags-and-tag-explorer.md | 2 +- docs/how-to/write-notes-in-foam.md | 2 +- getting-started.md | 2 +- inbox.md | 2 +- readme.md | 5 +++-- docs/features/todo.md => todo.md | 0 7 files changed, 8 insertions(+), 7 deletions(-) rename docs/features/todo.md => todo.md (100%) diff --git a/docs/features/graph-visualization.md b/docs/features/graph-visualization.md index c141391..8c937b0 100644 --- a/docs/features/graph-visualization.md +++ b/docs/features/graph-visualization.md @@ -39,5 +39,5 @@ A sample configuration object is provided below, you can provide as many or as l [//begin]: # "Autogenerated link references for markdown compatibility" [wiki-links]: wiki-links.md "Wiki Links" -[note-properties]: note-properties.md "note-properties" +[note-properties]: note-properties.md "Note Properties" [//end]: # "Autogenerated link references" diff --git a/docs/features/tags-and-tag-explorer.md b/docs/features/tags-and-tag-explorer.md index 473b51c..bb8d696 100644 --- a/docs/features/tags-and-tag-explorer.md +++ b/docs/features/tags-and-tag-explorer.md @@ -20,5 +20,5 @@ You can use this panel to see the tags in your notes, and navigate them. Notice `my-tag1` and `my-tag2`, which were added via [[note-properties]]. [//begin]: # "Autogenerated link references for markdown compatibility" -[note-properties]: note-properties.md "note-properties" +[note-properties]: note-properties.md "Note Properties" [//end]: # "Autogenerated link references" diff --git a/docs/how-to/write-notes-in-foam.md b/docs/how-to/write-notes-in-foam.md index 1a55344..9bc59eb 100644 --- a/docs/how-to/write-notes-in-foam.md +++ b/docs/how-to/write-notes-in-foam.md @@ -68,6 +68,6 @@ code blocks [//begin]: # "Autogenerated link references for markdown compatibility" -[note-properties]: ../features/note-properties.md "note-properties" +[note-properties]: ../features/note-properties.md "Note Properties" [graph-visualization]: ../features/graph-visualization.md "Graph Visualization" [//end]: # "Autogenerated link references" diff --git a/getting-started.md b/getting-started.md index a66db36..19e2ad1 100644 --- a/getting-started.md +++ b/getting-started.md @@ -51,7 +51,7 @@ A special mention to [Markdown Links](https://marketplace.visualstudio.com/items [tags-and-tag-explorer]: docs/features/tags-and-tag-explorer.md "Tags and Tag Explorer" [paste-images-from-clipboard]: docs/how-to/paste-images-from-clipboard.md "Paste Images from Clipboard" [daily-notes]: docs/features/daily-notes.md "Daily Notes" -[todo]: docs/features/todo.md "Todo" +[todo]: todo.md "Todo" [link-reference-definitions]: docs/features/link-reference-definitions.md "Link Reference Definitions" [note-templates]: docs/features/note-templates.md "Note Templates" [//end]: # "Autogenerated link references" diff --git a/inbox.md b/inbox.md index 85e10f1..453685e 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]: docs/features/todo.md "Todo" +[todo]: todo.md "Todo" [//end]: # "Autogenerated link references" diff --git a/readme.md b/readme.md index 911c78b..a54195d 100644 --- a/readme.md +++ b/readme.md @@ -24,14 +24,15 @@ And remember that you can always join our [Foam community on Discord](https://d We've created a few Bubbles (markdown documents) to get you started. -- [[inbox]] - a place to write down quick notes to be categorised later +- [[inbox]] - a place to write down quick notes to be categorized later - [[getting-started]] - learn how to use your Foam workspace - [[todo]] - a place to keep track of things to do +In the `docs` directory you can find everything you need to learn the basics of Foam. [//begin]: # "Autogenerated link references for markdown compatibility" [getting-started]: getting-started.md "Getting Started" [inbox]: inbox.md "Inbox" -[todo]: docs/features/todo.md "Todo" +[todo]: todo.md "Todo" [//end]: # "Autogenerated link references" diff --git a/docs/features/todo.md b/todo.md similarity index 100% rename from docs/features/todo.md rename to todo.md