updated template to default settings for Foam 0.12.0
This commit is contained in:
@ -7,6 +7,7 @@ Try it out, run the `Foam: Open Daily Note` command.
|
||||
## Shortcuts and Snippets
|
||||
|
||||
You can quickly open today's daily note by pressing `alt+d`.
|
||||
You can also automatically open today's note via the `Foam › Open Daily Note: On Startup` setting.
|
||||
|
||||
You can also quickly create link to your daily notes, in the configured format, using [snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets).
|
||||
|
||||
@ -39,6 +40,3 @@ The following properties can be used:
|
||||
|
||||
The above configuration would create a file `journal/daily-note-2020-07-25.mdx`, with the heading `Journal Entry, Sunday, July 25`.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -36,8 +36,3 @@ A sample configuration object is provided below, you can provide as many or as l
|
||||
- see [[note-properties]] for details
|
||||
- you can have as many types as you want
|
||||
|
||||
|
||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||
[wiki-links]: wiki-links.md "Wiki Links"
|
||||
[note-properties]: note-properties.md "Note Properties"
|
||||
[//end]: # "Autogenerated link references"
|
||||
|
||||
@ -1,9 +1,11 @@
|
||||
# Link Reference Definitions
|
||||
|
||||
When you use `[[wiki-links]]`, the [foam-vscode](https://github.com/foambubble/foam/tree/master/packages/foam-vscode) extension will automatically generate [Markdown Link Reference Definitions](https://spec.commonmark.org/0.29/#link-reference-definitions) at the bottom of the file.
|
||||
When you use `[[wiki-links]]`, the [foam-vscode](https://github.com/foambubble/foam/tree/master/packages/foam-vscode) extension can generate [Markdown Link Reference Definitions](https://spec.commonmark.org/0.29/#link-reference-definitions) at the bottom of the file.
|
||||
|
||||
This is done to make the content of the file compatible with various Markdown tools (e.g. parsers, static site generators, VS code plugins etc), which don't support `[[wiki-links]]` directly.
|
||||
|
||||
This feature is disabled by default because you don't need it to navigate your workspace, it is useful for publishing and compatibility of your notes.
|
||||
|
||||
## Example
|
||||
|
||||
The following example:
|
||||
@ -24,7 +26,3 @@ You can use the `foam.edit.linkReferenceDefinitions` to configure the definition
|
||||
|
||||
After changing the setting in your workspace, you can run the `Foam: Run Janitor (Experimental)` command to convert all existing definitions.
|
||||
|
||||
|
||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||
[get-started-with-vscode]: ../how-to/get-started-with-vscode.md "Getting started with VsCode"
|
||||
[//end]: # "Autogenerated link references"
|
||||
|
||||
@ -26,9 +26,3 @@ Some properties have special meaning for Foam:
|
||||
- the `type` property can be used to style notes differently in the graph (also see [[graph-visualization]])
|
||||
- the `tags` property can be used to add tags to a note (see [[tags-and-tag-explorer]])
|
||||
|
||||
|
||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||
[write-notes-in-foam]: ../how-to/write-notes-in-foam.md "Writing Notes"
|
||||
[graph-visualization]: graph-visualization.md "Graph Visualization"
|
||||
[tags-and-tag-explorer]: tags-and-tag-explorer.md "Tags and Tag Explorer"
|
||||
[//end]: # "Autogenerated link references"
|
||||
|
||||
@ -19,6 +19,3 @@ 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"
|
||||
[//end]: # "Autogenerated link references"
|
||||
|
||||
@ -5,10 +5,9 @@ Wiki links are the internal links that connect the files in your knowledge base.
|
||||
To create a wiki link use `[[` and type the name of another file in your repo, for example [[graph-visualization]]
|
||||
|
||||
You can also create a [[placeholder]].
|
||||
A placeholder is a wiki link that doesn't have a target file.
|
||||
A placeholder is a wiki link that doesn't have a target file and a link to a placeholder is styled differently so you can easily tell them apart.
|
||||
They can still be helpful to highlight connections.
|
||||
|
||||
Open the graph with `Foam: Show Graph` command, and look at the placeholder node.
|
||||
|
||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||
[graph-visualization]: graph-visualization.md "Graph Visualization"
|
||||
[//end]: # "Autogenerated link references"
|
||||
Remember, with `CTRL/CMD+click` on a wikilink you can navigate to the note, or create it (if the link is a placeholder).
|
||||
|
||||
@ -41,6 +41,3 @@ You can see a few panels on the left, including:
|
||||
|
||||
To view or change the settings in VsCode, press `cmd+,`
|
||||
|
||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||
[tags-and-tag-explorer]: ../features/tags-and-tag-explorer.md "Tags and Tag Explorer"
|
||||
[//end]: # "Autogenerated link references"
|
||||
|
||||
@ -66,8 +66,3 @@ you can create
|
||||
code blocks
|
||||
```
|
||||
|
||||
|
||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||
[note-properties]: ../features/note-properties.md "Note Properties"
|
||||
[graph-visualization]: ../features/graph-visualization.md "Graph Visualization"
|
||||
[//end]: # "Autogenerated link references"
|
||||
|
||||
Reference in New Issue
Block a user