Foam workpace template
Find a file Use this template
2022-06-27 20:30:14 +04:30
.foam/templates Use ISO 8601 for date in template (#35) 2021-03-16 09:20:41 +01:00
.github/workflows Update deploy-image.yml 2022-04-16 19:12:41 +04:30
.vscode remove vscode files 2022-06-27 20:04:22 +04:30
_layouts added JS hack to convert wikilink to GH pages friendly url 2021-01-22 12:56:36 +01:00
assets/css Basic CSS for published Foam 2020-06-20 02:27:50 +01:00
attachments Added onboarding and major changes to template (#28) 2021-01-22 13:17:24 +00:00
docs add shortcut-list (#42) 2021-11-11 18:15:01 +01:00
publish use latest version 2022-06-27 20:30:14 +04:30
.gitignore add jekyll support 2022-03-01 03:52:44 +03:30
_config.yml fix space 2022-03-01 03:56:14 +03:30
Gemfile add changes 2022-06-27 20:03:24 +04:30
getting-started.md update Markdown Notes contribution 2021-11-17 13:54:14 +01:00
inbox.md Added navigation instruction for Windows (https://github.com/foambubble/foam/issues/1012) 2022-06-19 22:30:24 +02:00
readme.md . 2022-06-27 20:13:46 +04:30
todo.md Fix linting errors, spelling typos, and punctuations for all .md files (#40) 2021-09-05 22:46:59 +02:00

Foam

👋 Welcome to your new Foam Knowledge Base!

Getting started

This documentation assumes that you have a GitHub account and have Visual Studio Code installed on your Linux/macOS/Windows machine.

  1. If you haven't yet, browse over to the main Foam documentation to get an idea of what Foam is and how to use it.

  2. Press "Use this template" button at foam-template (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 and open it in VS Code.

    Open the repository as a folder using the File > Open... menu item.

  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!

To learn more about how to use Foam, read the Recipes bubbles of the Foam documentation workspace.

And remember that you can always join our Foam community on Discord!

Github Pages

In order to use Github Pages, rename your project name to username.github.io then go to Settings and from there select Pages, change source to master and save!

Also you have to go to Actions tab and enable it, if you haven't.

Docker Usage

First, install docker using this.

Using Prebuilt Image (Dockerhub)

If you don't want to build the image and just want to run the website using built image (Recommended):

publish/dockerhub_run.sh

Build Docker image locally

But if you want to to build your image locally, you can use

publish/docker_build.sh

Then to run the image locally, use:

publish/docker_run

Using Foam

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

In the docs directory you can find everything you need to learn the basics of Foam.

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:

https://github.com/foambubble/foam