zettelcon VS noteexplorer

Compare zettelcon vs noteexplorer and see what are their differences.

zettelcon

Automatic markdown backlinks. Designed with Zettlr in mind. (by whateverforever)

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
zettelcon noteexplorer
1 4
28 21
- -
0.0 1.1
over 2 years ago about 1 year ago
Python Rust
MIT License MIT License
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.

zettelcon

Posts with mentions or reviews of zettelcon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-31.

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.

What are some alternatives?

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

OnyxNoteRenderer - Tool for rendering note PDFs from Onyx Note backup file.

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

zet - Zettelkasten Repo. This is where I dump my knowledge as it happens, all my zettels ("slips" or notes) about almost anything and everything. The idea is rather simple really and very powerful. Be warned, however, just because something is here doesn't mean it is accurate or even that I still believe it.

katalorg - Helps catalogue your Zettelkasten-like pile of notes

zettelwarmer - CLI Tool for Zettlr/Obsidian to help you browse random notes. The older the note, the more likely it will be shown.

foam - A personal knowledge management and sharing system for VSCode

bear-backlinks - Automated backlinks for notes in Bear.app, on macOS.

TeXNotes - Zettelkasten or Slip box with notes written in LaTeX

Backlink-Checker - Checks anchor text and dofollow/nofollow status and HTTP status of backlinks.