noteexplorer VS foam

Compare noteexplorer vs foam and see what are their differences.

noteexplorer

NoteExplorer is a CLI tool to help organizing your stack of (wiki-)linked Markdown notes. (by cdaven)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
noteexplorer foam
4 49
21 14,854
- 0.8%
1.1 8.2
about 1 year ago 15 days ago
Rust TypeScript
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

noteexplorer

Posts with mentions or reviews of noteexplorer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-20.
  • How do I use a CLI tool for Zettlr?
    1 project | /r/Zettlr | 27 Jul 2021
    There is pretty straightforward instructions from the author. If your are on Windows, install the tool with Chocolatey (and install Chocolatey, if you don't have it).
  • How to use Zettlr as a Zettelkasten
    1 project | /r/Zettlr | 10 Jul 2021
    Now, all your links will look something like this [[]] . This is hard to read and a bit cumbersome, so here's how I style it (again, very subjective):

    1. I use italics for the title after the link. This makes it stand out more in text and clearly delimits the extend of the title in texts.
    2. I use the following custom CSS to shrink the [[]] part down to [[↗]] until you hover over it. You can still click it, but it renders much less obtrusively. The whole thing is sort of an ugly workaround, and I would love to get more options for this in Zettlr itself (also being able to link to different sections and maybe make annotated wikilinks), but this is the best I could find for now.

    #editor .cm-zkn-link:not(:hover),
    body.dark #editor .cm-zkn-link:not(:hover) {
        font-size: .01em;
        visibility: hidden;
    }
    #editor .cm-zkn-link:not(:hover)::after,
    body.dark #editor .cm-zkn-link:not(:hover)::after {
        font-size: 100em;
        content: '↗';
        visibility: visible;
    }
    

    With this, a Zettel might look something like this:

    https://preview.redd.it/csctr6s2rda71.png?width=1010&format=png&auto=webp&s=9106322d5ced20c6921466c52136b48468b7f75e

    backlinks and graph analysis

    A much-requested feature is backlinks (links from a Zettel to all places that link to it). Zettlr hasn't implemented this yet, so I'm using the note-explorer script by C. Daven to insert them. Every once in a while, I run

    noteexplorer -b "___" ..\ update-backlinks
    

    to generate backlinks for all files. I modified it to use ___ as the delimiter of the backlink section, but anything should work.

    I also use the script to check for "floating" Zettel (i.e. with no link going in or out, thus not connected to the rest of the Zettelkasten) and modified it to update the filenames based on the YAML title as specified above.

    This still doesn't give you the full graph experience, but it's good enough.

    tags

    While tags are a nice feature, I don't really think they are necessary for a Zettelkasten – or all that useful. In a text, if you want to mention an overarching or related topic, you should really link to a Zettl about it. The only place where I think they could be useful in the content of a Zettel is when you want to link to something you haven't created a Zettel for yet. As Zettlr sadly doesn't allow linking to placeholders, you can use tags to keep track of what topics you might want to open a Zettel to later on and then insert links to it when you've actually written it. However, even in this instance, it might be better to just link to an empty Zettel instead.

    Where tags really are useful is metainformation. Using tags for meta info allows you to quickly find Zettel independent of their relationship established by links and their content. I use this to e.g. collect all Zettel that belong to a certain lecture for reviewing, or to mark all Zettel that needs an overhaul. Conveniently, you can include these tags as keywords in the YAML-header, where there nicely separated from the content of the Zettel and are immediately showing you what meta-information this Zettel has (you can see that in the image above).

    lookout

    That's it! That's how I implement my Zettelkasten. Feel free to ask questions if anything is unclear, or offer suggestions from your experience.

    Also, I implemented a python script that extracts marked paragraphs from Zettel as Anki flashcards, which is really handy to study lectures with. If anyone is interested, I might share that in the future.

  • Thoughts and questions about Zettelkasten for Developers
    3 projects | /r/Zettelkasten | 20 Feb 2021
    I started with Zettlr in the Autumn, and have been using timestamp IDs at the front of the filename. But, I've started rethinking this, much due to my own tool NoteExplorer, in which I'm currently developing a feature to rename files and all links pointing to that file. With better tooling, the ID isn't as useful, unless you want to link to specific files from outside of your Zettelkasten.
  • I made a simple CLI tool to auto-generate backlinks
    3 projects | /r/Zettlr | 31 Jan 2021
    My new tool is called NoteExplorer, and can also do some network analysis.

foam

Posts with mentions or reviews of foam. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-21.

What are some alternatives?

When comparing noteexplorer and foam you can also consider the following projects:

zettelcon - Automatic markdown backlinks. Designed with Zettlr in mind.

dendron - The personal knowledge management (PKM) tool that grows as you do!

neuron - Future-proof note-taking and publishing based on Zettelkasten (superseded by Emanote: https://github.com/srid/emanote)

logseq - A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.

katalorg - Helps catalogue your Zettelkasten-like pile of notes

vscode-memo - Markdown knowledge base with bidirectional [[link]]s built on top of VSCode [Moved to: https://github.com/svsool/memo]

Trilium Notes - Build your personal knowledge base with Trilium Notes

org-roam - Rudimentary Roam replica with Org-mode

vscode-markdown-editor - A vscode extension to make your vscode become a full-featured WYSIWYG markdown editor

obsidian-export - Rust library and CLI to export an Obsidian vault to regular Markdown

athens - Athens is a knowledge graph for research and notetaking. Athens is open-source, private, extensible, and community-driven.

markdown-preview-enhanced - One of the 'BEST' markdown preview extensions for Atom editor!