diff --git a/docs/features/backlinking.md b/docs/features/backlinking.md index 7f34a55..25806d5 100644 --- a/docs/features/backlinking.md +++ b/docs/features/backlinking.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Backlinking When using [[wikilinks]], you can find all notes that link to a specific note in the **Connections Explorer** diff --git a/docs/features/commands.md b/docs/features/commands.md index d329a07..88869af 100644 --- a/docs/features/commands.md +++ b/docs/features/commands.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Foam Commands Foam has various commands that you can explore by calling the command palette and typing "Foam". diff --git a/docs/features/custom-markdown-preview-styles.md b/docs/features/custom-markdown-preview-styles.md index 68fc0db..cb707cb 100644 --- a/docs/features/custom-markdown-preview-styles.md +++ b/docs/features/custom-markdown-preview-styles.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Custom Markdown Preview Styles Visual Studio Code allows you to use your own CSS in the Markdown preview tab. diff --git a/docs/features/custom-snippets.md b/docs/features/custom-snippets.md index 2ec5b68..44801cb 100644 --- a/docs/features/custom-snippets.md +++ b/docs/features/custom-snippets.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Adding Custom Snippets You can add custom snippets whilst the default set of snippets are decided by following the below steps: diff --git a/docs/features/daily-notes.md b/docs/features/daily-notes.md index b0651ea..f1b6b34 100644 --- a/docs/features/daily-notes.md +++ b/docs/features/daily-notes.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Daily Notes Daily notes allow you to quickly create and access a new notes file for each day. This is a surpisingly effective and increasingly common strategy to organize notes and manage events. diff --git a/docs/features/graph-visualization.md b/docs/features/graph-visualization.md index 7f0a904..89f014d 100644 --- a/docs/features/graph-visualization.md +++ b/docs/features/graph-visualization.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Graph Visualization Foam comes with a graph visualization of your notes. diff --git a/docs/features/including-notes.md b/docs/features/including-notes.md index 85e9149..ac3c9bd 100644 --- a/docs/features/including-notes.md +++ b/docs/features/including-notes.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Including notes in a note In some situations it might be useful to include the content of another note in your current note. Foam supports this displaying within the vscode environment. Note, this does not work out-of-the-box for your publishing solutions. diff --git a/docs/features/link-reference-definitions.md b/docs/features/link-reference-definitions.md index 9e0d405..870a6f3 100644 --- a/docs/features/link-reference-definitions.md +++ b/docs/features/link-reference-definitions.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Link Reference Definitions When you use `[[wikilinks]]`, the [foam-vscode](https://github.com/foambubble/foam/tree/master/packages/foam-vscode) extension can automatically generate [Markdown Link Reference Definitions](https://spec.commonmark.org/0.29/#link-reference-definitions) at the bottom of the file. This is not needed to navigate your workspace with foam-vscode, but is useful for files to remain compatible with various Markdown tools (e.g. parsers, static site generators, VS code plugins etc), which don't support `[[wikilinks]]`. diff --git a/docs/features/note-properties.md b/docs/features/note-properties.md index d75cc34..0502026 100644 --- a/docs/features/note-properties.md +++ b/docs/features/note-properties.md @@ -1,5 +1,5 @@ --- -type: feature +type: foam-docs keywords: hello world, bonjour tags: [hello, bonjour] --- @@ -14,12 +14,12 @@ For example, for this file, we have: ```markdown --- -type: feature +type: foam-docs keywords: hello world, bonjour --- ``` -This sets the `type` of this document to `feature` and sets **three** keywords for the document: `hello`, `world`, and `bonjour`. The YAML parser will treat both spaces and commas as the separators for these YAML properties. If you want to use multi-word values for these properties, you will need to combine the words with dashes or underscores (i.e. instead of `hello world`, use `hello_world` or `hello-world`). +This sets the `type` of this document to `foam-docs` and sets **three** keywords for the document: `hello`, `world`, and `bonjour`. The YAML parser will treat both spaces and commas as the separators for these YAML properties. If you want to use multi-word values for these properties, you will need to combine the words with dashes or underscores (i.e. instead of `hello world`, use `hello_world` or `hello-world`). > You can set as many custom properties for a document as you like, but there are a few [special properties](#special-properties) defined by Foam. diff --git a/docs/features/note-templates.md b/docs/features/note-templates.md index 91c8f00..e399d0e 100644 --- a/docs/features/note-templates.md +++ b/docs/features/note-templates.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Note Templates Foam supports note templates which let you customize the starting content of your notes instead of always starting from an empty note. diff --git a/docs/features/paste-images-from-clipboard.md b/docs/features/paste-images-from-clipboard.md index 72cb689..77af23c 100644 --- a/docs/features/paste-images-from-clipboard.md +++ b/docs/features/paste-images-from-clipboard.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Paste Images from Clipboard By installing the [vscode-paste-image](https://github.com/mushanshitiancai/vscode-paste-image) extension, you can paste an image from the clipboard with `cmd+alt+v`. diff --git a/docs/features/resource-filters.md b/docs/features/resource-filters.md index 85cd3b9..7a3297e 100644 --- a/docs/features/resource-filters.md +++ b/docs/features/resource-filters.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Resource Filters Resource filters can be passed to some Foam commands to limit their scope. diff --git a/docs/features/spell-checking.md b/docs/features/spell-checking.md index 71a3106..27c20ba 100644 --- a/docs/features/spell-checking.md +++ b/docs/features/spell-checking.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Spell Checking There are many spell checking extensions for VS Code. diff --git a/docs/features/tags.md b/docs/features/tags.md index 71ff498..1835b2c 100644 --- a/docs/features/tags.md +++ b/docs/features/tags.md @@ -1,4 +1,5 @@ --- +type: foam-docs tags: my-tag1 my-tag2 my-tag3/notes --- diff --git a/docs/features/wikilinks.md b/docs/features/wikilinks.md index f5a585d..03af411 100644 --- a/docs/features/wikilinks.md +++ b/docs/features/wikilinks.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Wikilinks Wikilinks are the internal links that connect the files in your knowledge base. (Also called `[[MediaWiki]]` links). diff --git a/docs/frequently-asked-questions.md b/docs/frequently-asked-questions.md index c18dfcf..417fb1a 100644 --- a/docs/frequently-asked-questions.md +++ b/docs/frequently-asked-questions.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Frequently Asked Questions > ⚠️ Foam is still in preview. Expect the experience to be a little rough. diff --git a/docs/getting-started/creating-new-notes.md b/docs/getting-started/creating-new-notes.md index 8e85382..7d5fbd4 100644 --- a/docs/getting-started/creating-new-notes.md +++ b/docs/getting-started/creating-new-notes.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Creating New Notes - Write out a new `[[wikilink]]` and `Cmd` + `Click` to create a new file and enter it. diff --git a/docs/getting-started/get-started-with-vscode.md b/docs/getting-started/get-started-with-vscode.md index 27daff4..1ac6550 100644 --- a/docs/getting-started/get-started-with-vscode.md +++ b/docs/getting-started/get-started-with-vscode.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Getting started with VS Code VS Code is a powerful text editor, hidden behind a simple interface. diff --git a/docs/getting-started/keyboard-shortcuts.md b/docs/getting-started/keyboard-shortcuts.md index d6d03b2..d38c862 100644 --- a/docs/getting-started/keyboard-shortcuts.md +++ b/docs/getting-started/keyboard-shortcuts.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Keyboard Shortcuts Here are some keyboard shortcuts you'll love when editing your notes. diff --git a/docs/getting-started/recommended-extensions.md b/docs/getting-started/recommended-extensions.md index 2efaddb..6a61180 100644 --- a/docs/getting-started/recommended-extensions.md +++ b/docs/getting-started/recommended-extensions.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Recommended Extensions These extensions defined in `.vscode/extensions.json` are automatically installed when you accept the workspace's recommended extensions. diff --git a/docs/getting-started/sync-notes-with-source-control.md b/docs/getting-started/sync-notes-with-source-control.md index df34fe9..e1cf320 100644 --- a/docs/getting-started/sync-notes-with-source-control.md +++ b/docs/getting-started/sync-notes-with-source-control.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Sync notes with source control Source control is a way to precicely manage the history and content of a directory of files. diff --git a/docs/getting-started/write-notes-in-foam.md b/docs/getting-started/write-notes-in-foam.md index d361e61..3161a31 100644 --- a/docs/getting-started/write-notes-in-foam.md +++ b/docs/getting-started/write-notes-in-foam.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Writing Notes Notes are simple text files with some extra flavor, in the shape of Markdown syntax and support for extra properties (see [[note-properties]]). diff --git a/docs/index.md b/docs/index.md index 19e35b1..b0d9094 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Using Foam Foam is a collection VS Code extensions and recipes that power up the editor diff --git a/docs/publishing/generate-gatsby-site.md b/docs/publishing/generate-gatsby-site.md index 19be747..268b894 100644 --- a/docs/publishing/generate-gatsby-site.md +++ b/docs/publishing/generate-gatsby-site.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Generate a site using Gatsby ## Using foam-gatsby-template diff --git a/docs/publishing/math-support-with-katex.md b/docs/publishing/math-support-with-katex.md index 3666f91..6206d83 100644 --- a/docs/publishing/math-support-with-katex.md +++ b/docs/publishing/math-support-with-katex.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Katex Math Rendering Apart from using the method mentioned in [[math-support-with-mathjax]], we can also use KaTeX to render our math equations in Foam. The caveat is: we can't rely on GitHub Pages to host and deploy our website anymore, because the plugin we'll be using to let Jekyll support KaTeX doesn't play well together with GitHub Pages. diff --git a/docs/publishing/math-support-with-mathjax.md b/docs/publishing/math-support-with-mathjax.md index fd87afb..36e70f3 100644 --- a/docs/publishing/math-support-with-mathjax.md +++ b/docs/publishing/math-support-with-mathjax.md @@ -1,4 +1,5 @@ --- +type: foam-docs layout: mathjax --- diff --git a/docs/publishing/publish-to-azure-devops-wiki.md b/docs/publishing/publish-to-azure-devops-wiki.md index 9bf4090..c92bde7 100644 --- a/docs/publishing/publish-to-azure-devops-wiki.md +++ b/docs/publishing/publish-to-azure-devops-wiki.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Publish to Azure DevOps Wiki Publish your Foam workspace as an Azure DevOps wiki. diff --git a/docs/publishing/publish-to-github-pages.md b/docs/publishing/publish-to-github-pages.md index 2053872..fe6088f 100644 --- a/docs/publishing/publish-to-github-pages.md +++ b/docs/publishing/publish-to-github-pages.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # GitHub Pages 1. In VSCode workspace settings set `"foam.edit.linkReferenceDefinitions": "withoutExtensions"` diff --git a/docs/publishing/publish-to-github.md b/docs/publishing/publish-to-github.md index e1caaec..255baeb 100644 --- a/docs/publishing/publish-to-github.md +++ b/docs/publishing/publish-to-github.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Publish to GitHub The standard [foam-template](https://github.com/foambubble/foam-template) is ready to be published to GitHub, and GitHub pages. diff --git a/docs/publishing/publish-to-gitlab-pages.md b/docs/publishing/publish-to-gitlab-pages.md index 0840b28..0e33d84 100644 --- a/docs/publishing/publish-to-gitlab-pages.md +++ b/docs/publishing/publish-to-gitlab-pages.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # GitLab Pages You don't have to use GitHub to serve Foam pages. You can also use GitLab. diff --git a/docs/publishing/publish-to-netlify-with-eleventy.md b/docs/publishing/publish-to-netlify-with-eleventy.md index 155c530..0be2e9f 100644 --- a/docs/publishing/publish-to-netlify-with-eleventy.md +++ b/docs/publishing/publish-to-netlify-with-eleventy.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Publish to Netlify with Eleventy You can use [foam-eleventy-template](https://github.com/juanfrank77/foam-eleventy-template) to generate a static site with [Eleventy](https://www.11ty.dev/), and host it online on [Netlify](https://www.netlify.com/). diff --git a/docs/publishing/publish-to-vercel.md b/docs/publishing/publish-to-vercel.md index bd95efe..a80a2a3 100644 --- a/docs/publishing/publish-to-vercel.md +++ b/docs/publishing/publish-to-vercel.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Publish to Vercel This #recipe shows you how to deploy the default Foam website template to Vercel. diff --git a/docs/publishing/publishing.md b/docs/publishing/publishing.md index a1ef1eb..fc31a1d 100644 --- a/docs/publishing/publishing.md +++ b/docs/publishing/publishing.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Publishing pages Foam pages can be published. diff --git a/docs/recipes/add-images-to-notes.md b/docs/recipes/add-images-to-notes.md index a46dffe..80b9b82 100644 --- a/docs/recipes/add-images-to-notes.md +++ b/docs/recipes/add-images-to-notes.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Add images to your notes This #recipe allows you to paste images on to your notes. diff --git a/docs/recipes/automatic-git-syncing.md b/docs/recipes/automatic-git-syncing.md index beee5d4..70ab2c5 100644 --- a/docs/recipes/automatic-git-syncing.md +++ b/docs/recipes/automatic-git-syncing.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Automatically Sync with Git With this #recipe you can regularly commit and push to git, to keep your repo in always synched. diff --git a/docs/recipes/automatically-expand-urls-to-well-titled-links.md b/docs/recipes/automatically-expand-urls-to-well-titled-links.md index a302235..61980a7 100644 --- a/docs/recipes/automatically-expand-urls-to-well-titled-links.md +++ b/docs/recipes/automatically-expand-urls-to-well-titled-links.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Automatically Expand URLs to Well-Titled Links With this #recipe you can convert a link to a fully-formed Markdown link, using the page's title as a display name. Useful for citations and creating link collections. diff --git a/docs/recipes/capture-notes-with-drafts-pro.md b/docs/recipes/capture-notes-with-drafts-pro.md index e50e095..3246a35 100644 --- a/docs/recipes/capture-notes-with-drafts-pro.md +++ b/docs/recipes/capture-notes-with-drafts-pro.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Capture Notes With Drafts Pro With this #recipe you can create notes on your iOS device, which will automatically be imported into Foam. diff --git a/docs/recipes/capture-notes-with-shortcuts-and-github-actions.md b/docs/recipes/capture-notes-with-shortcuts-and-github-actions.md index f66fd2e..6b64106 100644 --- a/docs/recipes/capture-notes-with-shortcuts-and-github-actions.md +++ b/docs/recipes/capture-notes-with-shortcuts-and-github-actions.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Capture Notes With Shortcuts and GitHub Actions With this #recipe you can create notes on your iOS device, which will automatically be imported into Foam. diff --git a/docs/recipes/diagrams-in-markdown.md b/docs/recipes/diagrams-in-markdown.md index 5853d32..b614323 100644 --- a/docs/recipes/diagrams-in-markdown.md +++ b/docs/recipes/diagrams-in-markdown.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Diagrams in Markdown We have two alternative #recipe for displaying diagrams in markdown: diff --git a/docs/recipes/how-to-write-recipes.md b/docs/recipes/how-to-write-recipes.md index bd63981..30a6027 100644 --- a/docs/recipes/how-to-write-recipes.md +++ b/docs/recipes/how-to-write-recipes.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # How to Write Recipes This is an example of how to structure a Recipe. The first paragraph or two should explain the purpose of the recipe succinctly, including why it's useful, if that's not obvious. diff --git a/docs/recipes/make-backlinks-more-prominent.md b/docs/recipes/make-backlinks-more-prominent.md index 474c7d8..d614406 100644 --- a/docs/recipes/make-backlinks-more-prominent.md +++ b/docs/recipes/make-backlinks-more-prominent.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Make Backlinks More Prominent One of the most most common early feature requests in Foam is to make the Markdown Notes Backlinks Explorer more prominent. diff --git a/docs/recipes/markup-converter.md b/docs/recipes/markup-converter.md index 0df81d5..95fb76a 100644 --- a/docs/recipes/markup-converter.md +++ b/docs/recipes/markup-converter.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Markup Converter This #recipe allows you to convert any document into Markdown for storing them in your notes. diff --git a/docs/recipes/migrating-from-obsidian.md b/docs/recipes/migrating-from-obsidian.md index 12dc9ba..b21c191 100644 --- a/docs/recipes/migrating-from-obsidian.md +++ b/docs/recipes/migrating-from-obsidian.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Migrating from Obsidian (stub) **[[todo]] This [[roadmap]] item needs more specification work.** diff --git a/docs/recipes/migrating-from-onenote.md b/docs/recipes/migrating-from-onenote.md index 91335c5..08dc859 100644 --- a/docs/recipes/migrating-from-onenote.md +++ b/docs/recipes/migrating-from-onenote.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Migrating from OneNote This guide mostly duplicates the instructions at the repo for the PowerShell [script](https://github.com/nixsee/ConvertOneNote2MarkDown). diff --git a/docs/recipes/migrating-from-roam.md b/docs/recipes/migrating-from-roam.md index 9800925..5e29dd1 100644 --- a/docs/recipes/migrating-from-roam.md +++ b/docs/recipes/migrating-from-roam.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Migrating from Roam (stub) **[[todo]] This [[roadmap]] item needs more specification work.** diff --git a/docs/recipes/note-macros.md b/docs/recipes/note-macros.md index afb602e..221b7a9 100644 --- a/docs/recipes/note-macros.md +++ b/docs/recipes/note-macros.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Custom Note Macros This #recipe allows you to create custom note macros. diff --git a/docs/recipes/predefined-user-snippets.md b/docs/recipes/predefined-user-snippets.md index 311bd88..fbf3008 100644 --- a/docs/recipes/predefined-user-snippets.md +++ b/docs/recipes/predefined-user-snippets.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Pre-defined User Snippets This #recipe allows us to introduce Roam style commands to Foam, by using [VS Code Snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets). Consider the below snippets: diff --git a/docs/recipes/real-time-collaboration.md b/docs/recipes/real-time-collaboration.md index 87fa323..4ecb046 100644 --- a/docs/recipes/real-time-collaboration.md +++ b/docs/recipes/real-time-collaboration.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Real-time Collaboration This #recipe is here to just tell you that VS Code Live Share will allow you to collaborate live on your notes. diff --git a/docs/recipes/search-for-notes.md b/docs/recipes/search-for-notes.md index 0a483a7..d0ae322 100644 --- a/docs/recipes/search-for-notes.md +++ b/docs/recipes/search-for-notes.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Search for Notes This #recipe contains tips on how to leverage VS Code search features. diff --git a/docs/recipes/shows-image-preview-on-hover.md b/docs/recipes/shows-image-preview-on-hover.md index e7b7c18..d89e118 100644 --- a/docs/recipes/shows-image-preview-on-hover.md +++ b/docs/recipes/shows-image-preview-on-hover.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Shows Image Preview on Hover This #recipe allows you to see a preview of an image on hover. diff --git a/docs/recipes/take-notes-from-mobile-phone.md b/docs/recipes/take-notes-from-mobile-phone.md index 26dbe9f..b9616e6 100644 --- a/docs/recipes/take-notes-from-mobile-phone.md +++ b/docs/recipes/take-notes-from-mobile-phone.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Take notes on mobile phones This #recipe offers solutions to taking Foam notes on the go. diff --git a/docs/recipes/web-clipper.md b/docs/recipes/web-clipper.md index ab32f7d..b55eb09 100644 --- a/docs/recipes/web-clipper.md +++ b/docs/recipes/web-clipper.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Web Clipper This #recipe allows you to convert any web content into Markdown for storing them in your notes. diff --git a/docs/recipes/write-your-notes-in-github-gist.md b/docs/recipes/write-your-notes-in-github-gist.md index 38e0480..1734155 100644 --- a/docs/recipes/write-your-notes-in-github-gist.md +++ b/docs/recipes/write-your-notes-in-github-gist.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Write your notes in GitHub Gist This #recipe will allow you to persist your notes in a GitHub repository, and automatically sync changes without needing to manually commit/push/pull, then GistPad might be an option worth exploring. diff --git a/docs/tools/cli.md b/docs/tools/cli.md index b361176..20327e3 100644 --- a/docs/tools/cli.md +++ b/docs/tools/cli.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Command Line Interface Create a CLI tool to allow running common Foam commands. These may include: diff --git a/docs/tools/foam-logging-in-vscode.md b/docs/tools/foam-logging-in-vscode.md index 063ed6d..aafa3cc 100644 --- a/docs/tools/foam-logging-in-vscode.md +++ b/docs/tools/foam-logging-in-vscode.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Foam logging in VsCode The Foam extension logs details about what its doing in vscode's `Output` tab. diff --git a/docs/tools/orphans.md b/docs/tools/orphans.md index ed2f024..c200d99 100644 --- a/docs/tools/orphans.md +++ b/docs/tools/orphans.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Orphaned Notes Foam helps you to find orphans: notes that have neither forward links nor backlinks. diff --git a/docs/tools/workspace-janitor.md b/docs/tools/workspace-janitor.md index e509522..4fa4601 100644 --- a/docs/tools/workspace-janitor.md +++ b/docs/tools/workspace-janitor.md @@ -1,3 +1,6 @@ +--- +type: foam-docs +--- # Janitor To store your personal knowledge graph in markdown files instead of a database, we need some additional tooling to create and maintain relationships with notes.