Added onboarding and major changes to template (#28)
* removed gitlens * adjusted various settings * added foam onboarding to template * removed prettier extension * added setting to match OS color scheme * a couple of minor changes re todos and readme * added spellright to list of recommended extensions, and added to getting started guide * added reference to LTeX in spell checking doc * Added logo to readme * fixed link to LTeX extension * styling logo in readme * more style experiments
This commit is contained in:
14
docs/features/wiki-links.md
Normal file
14
docs/features/wiki-links.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Wiki Links
|
||||
|
||||
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.
|
||||
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"
|
||||
Reference in New Issue
Block a user