Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://foambubble.github.io/foam/
A personal knowledge management and sharing system for VSCode
https://foambubble.github.io/foam/
graph-visualisation markdown markdown-editor note-taking notes-app personal-knowledge-base pkm vscode zettelkasten
Last synced: 3 months ago
JSON representation
A personal knowledge management and sharing system for VSCode
- Host: GitHub
- URL: https://foambubble.github.io/foam/
- Owner: foambubble
- License: other
- Created: 2020-06-19T17:04:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T06:24:36.000Z (7 months ago)
- Last Synced: 2024-04-13T21:34:29.549Z (7 months ago)
- Topics: graph-visualisation, markdown, markdown-editor, note-taking, notes-app, personal-knowledge-base, pkm, vscode, zettelkasten
- Language: TypeScript
- Homepage: https://foambubble.github.io/
- Size: 57.7 MB
- Stars: 14,778
- Watchers: 121
- Forks: 634
- Open Issues: 97
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-foam - Foam Homepage
- awesome-fe-resources - Foam
README
# Foam
π*This is an early stage project under rapid development. For updates join the [Foam community Discord](https://foambubble.github.io/join-discord/g)! π¬*
[![All Contributors](https://img.shields.io/badge/all_contributors-119-orange.svg?style=flat-square)](#contributors-)
[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/foam.foam-vscode?label=VS%20Code%20Installs)](https://marketplace.visualstudio.com/items?itemName=foam.foam-vscode)
[![Discord Chat](https://img.shields.io/discord/729975036148056075?color=748AD9&label=discord%20chat&style=flat-square)](https://foambubble.github.io/join-discord/g)**Foam** is a personal knowledge management and sharing system inspired by [Roam Research](https://roamresearch.com/), built on [Visual Studio Code](https://code.visualstudio.com/) and [GitHub](https://github.com/).
You can use **Foam** for organising your research, keeping re-discoverable notes, writing long-form content and, optionally, publishing it to the web.
**Foam** is free, open source, and extremely extensible to suit your personal workflow. You own the information you create with Foam, and you're free to share it, and collaborate on it with anyone you want.
## Features
### Graph Visualization
See how your notes are connected via a [graph](https://foambubble.github.io/foam/user/features/graph-visualization) with the `Foam: Show Graph` command.
![Graph Visualization](./assets/screenshots/feature-show-graph.gif)
### Link Autocompletion
Foam helps you create the connections between your notes, and your placeholders as well.
![Link Autocompletion](./assets/screenshots/feature-link-autocompletion.gif)
### Sync links on file rename
Foam updates the links to renamed files, so your notes stay consistent.
![Sync links on file rename](./assets/screenshots/feature-link-sync.gif)
### Unique identifiers across directories
Foam supports files with the same name in multiple directories.
It will use the minimum identifier required, and even report and help you fix existing ambiguous wikilinks.![Unique identifier autocompletion](./assets/screenshots/feature-unique-wikilink-completion.gif)
![Wikilink diagnostic](./assets/screenshots/feature-wikilink-diagnostics.gif)
### Link Preview and Navigation
![Link Preview and Navigation](./assets/screenshots/feature-navigation.gif)
### Go to definition, Peek References
See where a note is being referenced in your knowledge base.
![Go to Definition, Peek References](./assets/screenshots/feature-definition-references.gif)
### Navigation in Preview
Navigate your rendered notes in the VS Code preview panel.
![Navigation in Preview](./assets/screenshots/feature-preview-navigation.gif)
### Note embed
Embed the content from other notes.
![Note Embed](./assets/screenshots/feature-note-embed.gif)
### Support for sections
Foam supports autocompletion, navigation, embedding and diagnostics for note sections.
Just use the standard wiki syntax of `[[resource#Section Title]]`.### Link Alias
Foam supports link aliasing, so you can have a `[[wikilink]]`, or a `[[wikilink|alias]]`.
### Templates
Use [custom templates](https://foambubble.github.io/foam/user/features/note-templates) to have avoid repetitve work on your notes.
![Templates](./assets/screenshots/feature-templates.gif)
### Backlinks Panel
Quickly check which notes are referencing the currently active note.
See for each occurrence the context in which it lives, as well as a preview of the note.![Backlinks Panel](./assets/screenshots/feature-backlinks-panel.gif)
### Tag Explorer Panel
Tag your notes and navigate them with the [Tag Explorer](https://foambubble.github.io/foam/user/features/tags).
Foam also supports hierarchical tags.![Tag Explorer Panel](./assets/screenshots/feature-tags-panel.gif)
### Orphans and Placeholder Panels
Orphans are notes that have no inbound nor outbound links.
Placeholders are dangling links, or notes without content.
Keep them under control, and your knowledge base in a better state, by using this panel.![Orphans and Placeholder Panels](./assets/screenshots/feature-placeholder-orphan-panel.gif)
### Syntax highlight
Foam highlights wikilinks and placeholder differently, to help you visualize your knowledge base.
![Syntax Highlight](./assets/screenshots/feature-syntax-highlight.png)
### Daily note
Create a journal with [daily notes](https://foambubble.github.io/foam/user/features/daily-notes).
![Daily Note](./assets/screenshots/feature-daily-note.gif)
### Generate references for your wikilinks
Create markdown [references](https://foambubble.github.io/foam/user/features/link-reference-definitions) for `[[wikilinks]]`, to use your notes in a non-Foam workspace.
With references you can also make your notes navigable both in GitHub UI as well as GitHub Pages.![Generate references](./assets/screenshots/feature-definitions-generation.gif)
### Commands
- Explore your knowledge base with the `Foam: Open Random Note` command
- Access your daily note with the `Foam: Open Daily Note` command
- Create a new note with the `Foam: Create New Note` command
- This becomes very powerful when combined with [note templates](https://foambubble.github.io/foam/user/features/note-templates) and the `Foam: Create New Note from Template` command
- See your workspace as a connected graph with the `Foam: Show Graph` command## Recipes
People use Foam in different ways for different use cases, check out the [recipes](https://foambubble.github.io/foam/user/recipes/recipes) page for inspiration!
## Getting started
Whether you want to build a [Second Brain](https://www.buildingasecondbrain.com/) or a [Zettelkasten](https://zettelkasten.de/posts/overview/), write a book, or just get better at long-term learning, **Foam** can help you organise your thoughts if you follow these simple rules:
1. Create a single **Foam** workspace for all your knowledge and research following the [[Getting started]] guide.
2. Write your thoughts in markdown documents (I like to call them **Bubbles**, but that might be more than a little twee). These documents should be atomic: Put things that belong together into a single document, and limit its content to that single topic. ([source](https://zettelkasten.de/posts/overview/#principles))
3. Use Foam's shortcuts and autocompletions to link your thoughts together with `[[wikilinks]]`, and navigate between them to explore your knowledge graph.
4. Get an overview of your **Foam** workspace using the [[Graph Visualisation]], and discover relationships between your thoughts with the use of [[Backlinking]].You can also use our Foam template:
1. Log in on your GitHub account.
2. [Create a GitHub repository from foam-template](https://github.com/foambubble/foam-template/generate). If you want to keep your thoughts to yourself, remember to set the repository private.
3. Clone the repository and open it in VS Code.
4. When prompted to install recommended extensions, click **Install all** (or **Show Recommendations** if you want to review and install them one by one).This will also install `Foam`, but if you already have it installed, that's ok, just make sure you're up to date on the latest version.
## Requirements
High tolerance for alpha-grade software.
Foam is still a Work in Progress.
Rest assured it will never lock you in, nor compromise your files, but sometimes some features might break ;)## Known Issues
See the [issues](https://github.com/foambubble/foam/issues/) on our GitHub repo ;)
## Release Notes
See the [CHANGELOG](./packages/foam-vscode/CHANGELOG.md).
## Learn more
**Head over to the π[Published version of this Foam workspace](https://foambubble.github.io/foam#whats-in-a-foam)** to see Foam in action and read the rest of the documentation!
Quick links to next documentation sections
- [What's in a Foam?](https://foambubble.github.io/foam#whats-in-a-foam)
- [Getting started](https://foambubble.github.io/foam#getting-started)
- [Features](https://foambubble.github.io/foam#features)
- [Call To Adventure](https://foambubble.github.io/foam#call-to-adventure)
- [Thanks and attribution](https://foambubble.github.io/foam#thanks-and-attribution)You can also browse the [docs folder](https://github.com/foambubble/foam/tree/master/docs).
## License
Foam is licensed under the [MIT license](LICENSE).
[//begin]: # "Autogenerated link references for markdown compatibility"
[Backlinking]: docs/user/features/backlinking.md "Backlinking"
[//end]: # "Autogenerated link references"## Contribution Guide
See the [Contribution Guide](https://foambubble.github.io/foam/dev/contribution-guide)
## Code of conduct
See the [Code of Conduct](https://foambubble.github.io/foam/dev/code-of-conduct)
## Contributors β¨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Jani EvΓ€kallio
π» π
Joe Previte
π» π
Riccardo
π» π
Janne Ojanaho
π» π
Paul Shen
π
coffenbacher
π
Mathieu Dutour
π
Michael Hansen
π
David Nadlinger
π
Fernando
π
Juan Gonzalez
π
Louie Christie
π
Sandro
π
Simon Knott
π
Steven
π
Tim
π
Saurav Khdoolia
π
Ankit Tiwari
π β οΈ π»
Ayush Baweja
π
TaiChi-IO
π
Juan F Gonzalez
π
Sanket Dasgupta
π π»
Nicholas Stafie
π
Francis Hamel
π»
digiguru
π» π
CHIRAG SINGHAL
π»
Jonathan Carter
π
Julian Elve
π
Thomas Koppelaar
π¬ π» π
Akshay
π»
John Lindquist
π
Ashwin Ramaswami
π
Claudio Canales
π
vitaly-pevgonen
π
Dmitry Shemetov
π
hooncp
π
Martin Laws
π
Sean K Smith
π»
Kevin Neely
π
Arief Rahmansyah
π
Vishesh Handa
π
Hitesh Kumar
π
Spencer Woo
π
ingalless
π» π
JosΓ© Duarte
π» π
Yenly
π
hikerpig
π»
Sigfried Gold
π
Tristan Sokol
π»
Danil Rodin
π
Scott Williams
π
jackiexiao
π
John B Nelson
π
Asif Mehedi
π
Tan Li
π»
Shauna Gordon
π
Mike Cluck
π»
Brandon Pugh
π»
Max Davitt
π
Brian Anglin
π
elswork
π
lΓ©on h
π»
Nikhil Nygaard
π
Mark Dixon
π»
Joel James
π»
Hashiguchi Ryo
π
Michael Overmeyer
π»
Derrick Qin
π
Omar LΓ³pez
π
Robin King
π»
Dheepak
π
Daniel VG
π
Barabas
π»
Engincan VESKE
π
Paul de Raaij
π»
Scott Bronson
π
Rafael Riedel
π
Pearcekieser
π
Owen Young
π π
Prashanth Subrahmanyam
π
Jonas SPRENGER
π»
Paul
π
Ikko Ashimine
π
memeplex
π»
AndreiD049
π»
Yan
π
Jim Tittsler
π
Malcolm Mielle
π
Veesar
π
bentongxyz
π»
Brian DeVries
π»
Clifford Fajardo
π§
Chris Usick
π»
Joe DeCock
π»
Drew Tyler
π
Lauviah0622
π»
Josh Dover
π»
Phil Helm
π
Larry Li
π»
Joe Taber
π
Woosuk Park
π
Daniel Murphy
π»
Dominic D
π»
luca
π
Lloyd Jackman
π
sn3akiwhizper
π
jonathan berger
π
Daniel Wang
π»
Liu YongLiang
π
Scott Akerman
π»
Jim Graham
π»
Zhizhen He
π§
Tony Cheneau
π
Nicholas Latham
π»
Tomochika Hara
π
Daniel Carosone
π
Miguel Angel Bruni Montero
π»
Kevin Walsh
π
Xinglan Liu
π»
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!