mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
Merge branch 'foambubble:master' into master
This commit is contained in:
commit
812bdb754b
3 changed files with 5 additions and 14 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -22,7 +22,4 @@
|
|||
"pasteImage.path": "${projectRoot}/attachments",
|
||||
"pasteImage.showFilePathConfirmInputBox": true,
|
||||
"prettier.singleQuote": false,
|
||||
"spellright.notificationClass": "warning",
|
||||
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
||||
"vscodeMarkdownNotes.slugifyMethod": "github-slugger",
|
||||
}
|
||||
|
|
2
inbox.md
2
inbox.md
|
@ -6,7 +6,7 @@
|
|||
- But don't let this list get too long
|
||||
- Move information to more specific documents and link to them.
|
||||
- This helps you navigate between documents quickly
|
||||
- For example, you can `Cmd`+`Click` this: [[todo]]
|
||||
- For example, you can `Cmd`+`Click` (`Ctrl`+`Click` in Windows) this: [[todo]]
|
||||
- Some notes don't end up making sense the next day
|
||||
- That's ok, you can just delete them!
|
||||
- You can always find them in your git history, if you really need it!
|
||||
|
|
14
readme.md
14
readme.md
|
@ -16,7 +16,7 @@ This documentation assumes that you have a GitHub account and have [Visual Studi
|
|||
|
||||
4. When prompted to install recommended extensions, click **Install all** (or **Show Recommendations** if you want to review and install them one by one)
|
||||
|
||||
After setting up the repository, head to [[getting-started]] to get familiar with your new knowledge base!
|
||||
After setting up the repository, head to [getting started](./getting-started.md) to get familiar with your new knowledge base!
|
||||
|
||||
To learn more about how to use **Foam**, read the [Recipes](https://foambubble.github.io/foam/recipes/recipes) bubbles of the Foam documentation workspace.
|
||||
|
||||
|
@ -26,18 +26,12 @@ And remember that you can always join our [Foam community on Discord](https://fo
|
|||
|
||||
We've created a few Bubbles (Markdown documents) to get you started.
|
||||
|
||||
- [[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
|
||||
- [inbox](./inbox.md) - a place to write down quick notes to be categorized later
|
||||
- [getting-started](./getting-started.md) - learn how to use your Foam workspace
|
||||
- [todo](./todo.md) - 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]: todo.md "Todo"
|
||||
[//end]: # "Autogenerated link references"
|
||||
|
||||
## Submitting Issues
|
||||
|
||||
As you may have noticed, issues are disabled. With the goal to keep the project fairly easy to maintain, please file your issues in the main Foam repository:
|
||||
|
|
Loading…
Add table
Reference in a new issue