garden/readme.md

45 lines
2.4 KiB
Markdown
Raw Normal View History

2020-06-20 01:24:45 +00:00
# Foam
2020-06-28 15:24:05 +00:00
👋 Welcome to your new Foam Workspace!
## Getting started
2020-06-28 15:25:39 +00:00
This documentation assumes that you have a GitHub account and have [Visual Studio Code](https://code.visualstudio.com/) installed on your Linux/MacOS/Windows machine.
2020-06-28 15:24:05 +00:00
1. If you haven't yet, browse over to the main [Foam documentation workspace](https://foambubble.github.io/foam) to get an idea of what Foam is and how to use it.
2. Press "Use this template" button at [foam-template](https://github.com/foambubble/foam-template/generate) (that's this repository!) to fork it to your own GitHub account. If you want to keep your thoughts to yourself, remember to set the repository private.
3. [Clone the repository to your local machine](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) and open it in VS Code.
2020-07-15 20:25:33 +00:00
*Open the repository as a folder using the `File > Open...` menu item. In VS Code, "open workspace" refers to [multi-root workspaces](https://code.visualstudio.com/docs/editor/multi-root-workspaces).*
2020-06-28 15:24:05 +00:00
4. When prompted to install recommended extensions, click **Install all** (or **Show Recommendations** if you want to review and install them one by one)
2020-06-20 01:24:45 +00:00
2020-06-28 15:24:05 +00:00
After setting up the repository, open [.vscode/settings.json](.vscode/settings.json) and edit, add or remove any settings you'd like for your Foam workspace.
To learn more about how to use **Foam**, read the [Recipes](https://foambubble.github.io/foam/recipes) bubbles of the Foam documentation workspace.
## Using Foam
We've created a few Bubbles (markdown documents) to get you started.
2020-06-20 01:24:45 +00:00
2020-06-24 23:20:38 +00:00
- [[inbox]] - a place to write down quick notes to be categorised later
2020-06-28 15:24:37 +00:00
- [[foam-tips]] - tips to get the most out of your Foam workspace
- [[todo]] - a place to keep track of things to do
2020-06-28 15:24:05 +00:00
## Note on `[[wiki-links]]`
⚠️ Until [foambubble/foam#16](https://github.com/foambubble/foam/issues/16) is resolved, `[[wiki-links]]` links (like the links above) won't work in the GitHub Markdown preview (i.e. this Readme on github.com).
2020-06-28 15:24:05 +00:00
They should work as expected in VS Code, and in rendered GitHub Pages.
If GitHub preview (or general 100% support with all Markdown tools) is a requirement, for the time being you can use the standard `[description](page.md)` syntax.
2020-06-24 23:20:38 +00:00
[//begin]: # "Autogenerated link references for markdown compatibility"
2020-06-25 22:16:37 +00:00
[inbox]: inbox "Inbox"
[foam-tips]: foam-tips "Foam tips"
[todo]: todo "Todo"
2020-06-24 23:20:38 +00:00
[//end]: # "Autogenerated link references"