Open Source
Foam is an open-source tool, which means it is free to use and allows for community-driven development and contributions. Users can modify the source code to fit their specific needs.
Markdown Support
Foam uses Markdown, a lightweight and easy-to-read syntax, making it simple to create and manage notes. This also allows for easy integration with other Markdown-based tools and platforms.
Integration with Visual Studio Code
Foam is designed to work seamlessly with Visual Studio Code (VS Code). This provides users with a powerful and familiar text editor environment, complete with extensions and customization options.
Graph View
Foam includes a graph visualization feature that helps users see and navigate the relationships between their notes, making it easier to understand and manage complex information.
Bidirectional Links
Foam supports bidirectional links, allowing users to create connections between notes in both directions. This enhances the note-taking experience by enabling a more interconnected and dynamic information structure.
Community and Documentation
Foam has a growing community of users and contributors, as well as comprehensive documentation. This support network helps users troubleshoot issues, share tips, and improve their knowledge of the tool.
Promote Foam. You can add any of these badges on your website.
Yes, Foam is a good tool for those seeking an open-source environment for note-taking and knowledge management, particularly if they appreciate an approach based on markdown files and integration within a powerful text editor like Visual Studio Code. Its flexibility and user-driven customization make it suitable for users who enjoy tweaking and optimizing their workspace according to their workflow.
We have collected here some useful links to help you find out if Foam is good.
Check the traffic stats of Foam on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of Foam on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of Foam's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of Foam on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about Foam on Reddit. This can help you find out how popualr the product is and what people think about it.
I've been using foam instead of obsidian for my personal knowledge base. It works rather well. And it's completely free and ultimately just markdown. While I might wish it was djot, I don't wish hard enough to make that so myself https://foambubble.github.io/foam/. - Source: Hacker News / about 1 year ago
I gave up on Obsidian and just use Foam (https://foambubble.github.io/foam/) and/or vimwiki. I just canโt get into overwrought, arbitrarily designed organization schemes or proprietary apps (Foam-managed content is just plain Markdown, so I can easily do without itโit provides the absolute bare minimum for easy linking of notes without proprietary markup). - Source: Hacker News / about 1 year ago
If you're interested in an open-source, free equivalent, check out VSCodium (open-source version of VSCode), and FOAM (VSCode plugin - https://foambubble.github.io/foam/). In a new project, create a `docs/` folder, and start with `docs/notes.md`. When you want to branch out to other files & links, you can type [[MyTopic]] and FOAM will automatically create MyTopic.md, and will allow you to click on the link and... - Source: Hacker News / about 1 year ago
Source: (1) A personal knowledge management and sharing system for VSCode - Foam. https://foambubble.github.io/foam/. (2) A personal knowledge management and sharing system for VSCode. https://github.com/foambubble/foam. (3) Loam - Visual Studio Marketplace. https://marketplace.visualstudio.com/items?itemName=ciceroisback.loam. - Source: dev.to / over 1 year ago
Foam[0], memo[1], Markdown Memo[2], md-graph[3] file/directory display plugin [4] ----- misc related links: https://forum.obsidian.md/t/obsidian-vscode-editor-elevate-your-code-editing-experience-in-obsidian/69057/2 https://forum.obsidian.md/t/vs-code-plugin-the-best-of-both-worlds/6358 https://jukkaniiranen.com/2022/01/canvas-app-source-code-editing-with-vs-code-in-your-browser/... - Source: Hacker News / over 1 year ago
You can also use Foam, a FOSS VSCode extension that is compatible with the basic markdown files from Obsidian. You can just open your vault in it and it will probably work if you're not using the fancy features in Obsidian. https://foambubble.github.io/foam/. - Source: Hacker News / over 1 year ago
No mention of Foam? https://foambubble.github.io/foam/ Fine, I uhh, I'll speak for it. Foam is to VSCode, what Org (and Org-Roam) are to Emacs. As a former org-roam user, I ended up preferring it because my end goal was to convert my notes to HTML and blog posts, and org is poor at that as HTML is not valid org code whereas it is in Markdown. There's just a whole host of markdown-it plugins [1] out there to add... - Source: Hacker News / almost 2 years ago
You don't have to use Obsidian btw, I think Foam does most of the same stuff inside Visual Studio Code. Source: about 2 years ago
Yes, you can make VS Code a great note-taking tool with the very lightweight Foam extension, that adds cross-note referencing and easy task management. https://foambubble.github.io/foam/. Source: over 2 years ago
Maybe Anagora or something else based on FOAM? Source: over 2 years ago
I use https://foambubble.github.io/foam/ It has all I want for a note-taking app, since it's my editor all of my shortcuts and snippets work, the notes are simple markdown that I can back up easily using git. To start a daily note, I can write /today and it will set the correct date. In combination with the Excalidraw extension I can create new digrams, simply by ending the files with .excalidraw.png and quickly... - Source: Hacker News / over 2 years ago
Stumbled over the visual studio code out in Foam. https://foambubble.github.io/foam/. Source: over 2 years ago
I worked on a documentation repository of about 150-ish notes in notion (I think that was the limit for the free account), which I then exported and converted into foambubble, an obsidian alternative that also uses markdown. The conversion was very painful, because of notion's internal IDs and hashes having no human meaning. I was very happy after the conversion, and have never touched notion since, given the pain... Source: over 2 years ago
This isn't strictly Logseq-related, but Foam might work better for you. It's whole "philosophy" is that you shouldn't be tied to any format or tool for note taking and should be able to migrate easily if needed. Source: over 2 years ago
I sync Obsidian with Git and use pandoc for book / ebook generation (or Foam with Visual Code might work too). Scrivener can synchronise with Git too - albeit indirectly (it sync's with a folder & I use a simple script to keep it up to date) If you need to organise research you can sync Wiki.js with Git. However, Gitbook or mdBook might be easier to use for a single book project. https://www.gitbook.com/... - Source: Hacker News / over 2 years ago
If you want something self-hosted look into Foam[0]. You write your notes in VS Code with Markdown. Many web frameworks can then generate interactive sites from it. [0] https://foambubble.github.io/foam/. - Source: Hacker News / almost 3 years ago
Since the data store is markdown and can be synced with Git, you can already work with an Obsidian vault using Foam in VSCode. I do. You do need to align some options in each, such as file naming, a header, a particular style of links, and ensure frontmatter behavior. All necessary settings exist. https://foambubble.github.io/foam/ https://github.com/foambubble/foam/issues/46 This supports basic static... - Source: Hacker News / almost 3 years ago
Foam maybe provide similar expiriens. Source: almost 3 years ago
I've got similar functionality right now using the VSCode foam extension, and one of the other benefits of having it in VSCode is that I have my own custom CSS and compile to epub directly from the markdown files. Though I see now that certain features (like chapter numbering) come out of the box in novelWriter and I guess I didn't need custom code for it. Source: about 3 years ago
Are you scared of code? You could make a custom plugin in Obsidian, or fork some open-source thing like Foam to have it do anything, shit's extensible. Source: about 3 years ago
My bad, I assumed that it would be open-source, but apparently it isnโt. Closest alternative that is FOSS would be Foam: https://foambubble.github.io/foam/. Source: over 3 years ago
Do you know an article comparing Foam to other products?
Suggest a link to a post with product alternatives.
Is Foam good? This is an informative page that will help you find out. Moreover, you can review and discuss Foam here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.