excalibrain VS fleeting-notes-quartz

Compare excalibrain vs fleeting-notes-quartz and see what are their differences.

excalibrain

A graph view to navigate your Obsidian vault (by zsviczian)

fleeting-notes-quartz

Notes that extend your brain (by fleetingnotes)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
excalibrain fleeting-notes-quartz
13 16
612 0
- -
7.6 10.0
about 2 months ago over 1 year ago
TypeScript SCSS
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.

excalibrain

Posts with mentions or reviews of excalibrain. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-05.
  • I'm completely stressed out trying to fix this so I hope one of you would be able to help me. I'm trying to create a home page of sorts so I can navigate my files without using the folders. (SEE COMMENTS)
    3 projects | /r/ObsidianMD | 5 Dec 2023
    Refer: Obsidian Search, How I Use Embedded Queries, Dataview, Excalibrain
  • is it possible to establish different types of links between notes and then color-code the relation in graph view?
    1 project | /r/ObsidianMD | 10 Mar 2023
    It does not represent links in graph view, but excalibrain is a plugin that will visually show relations between files depending on your own ontology. You could define „treatment“, „disease“, and „side effect“ as your own ontological categories, and define how the links between those categories will be displayed (colors, labels, line types, etc). It takes a bit to understand, but it‘s extremly powerful and customizable.
  • Is there a brief rundown on canvas?
    1 project | /r/ObsidianMD | 22 Dec 2022
    It doesn't kill the graph, especially in its current state. Currently the canvas does not automatically show relationships between your notes. And even when/if the canvas gains the ability to do that, it probably won't kill off this graph.
  • Currently figuring out how to retrofit my excerpt & note vault for reading/writing social theory - which is lovely, but has far too labor-intensive workflow.
    1 project | /r/ObsidianMD | 20 Oct 2022
    Dataview + Datadraw = ExcaliBrain. It's a powerful plugin for aggregating and contextualizing notes by pre-defining relationships and keywords. This ExcaliBrain demo/explainer provides a concise overview of what it is and what it can do. I skipped the setup and config so go back if you need that. Side note, Nicole van der Hoeven's overview of obsidian is a fantastic primer and her youtube tutorials are very accessible.
  • Question: Change link color in graph view
    1 project | /r/ObsidianMD | 13 Oct 2022
    However there is the Excalibrain community plugin that offers a different way of visualizing links between notes (like a fancier version of the native local graph), and you can customise how certain types of links would appear in the visualization
  • Show HN: Obsidian 1.0
    39 projects | news.ycombinator.com | 13 Oct 2022
    Happy to share some of what's been working for me. Some of this is stuff I'm actively using, some of it hasn't quite made it into the "day to day use" yet, but I've been experimenting with. (Random personal advice: Never let your note taking tools feel like using them is work, that's the first step towards not keeping notes!)

    - For fans of "outline workflows" Outliner is excellent. A whole bunch of outline/indented text movement and manipulation commands: https://github.com/vslinko/obsidian-outliner

    - For easily refactoring notes that are getting too large you want to have Note Refactor. It gives you tools to easily take blocks of text and quickly cut them out into new notes. Its not magic out of the box, but its a powerful tool you can use when building workflows with other plugins. https://github.com/lynchjames/note-refactor-obsidian

    - Local images is another good one, working with online content can get messy when you copy notes and then want to be able to work any where you have Obsidian synched. I've got it on my Laptop, two desktops, phone and tablet... I want to carry as much of my related content with me so having an easy way to convert remote images to local copies is a big productivity boost when making notes about content from the internet. https://github.com/aleksey-rezvov/obsidian-local-images

    - For analysing the content for some useful stats there's: https://github.com/SkepticMystic/graph-analysis but this is for a relatively specific sort of analysis.

    - More general and flexible analysis and graph visualisations are available from the combination of https://github.com/zsviczian/excalibrain , https://github.com/blacksmithgu/obsidian-dataview and https://github.com/zsviczian/obsidian-excalidraw-plugin ... in short query your notes and note metadata like its a database, build reports and data visualisations, and then excalibrain is a whole thing built on top of that power.

    - Dynamic embeds of outside content are available from https://github.com/dhamaniasad/obsidian-rich-links and https://github.com/Seraphli/obsidian-link-embed depending on the style and use you like. While there is a built in functionality to preview the links to other notes when you hover over them https://help.obsidian.md/Plugins/Page+preview which has a demo here https://youtu.be/dmnVml_jbsQ?t=222

    - And a real force multiplier is adding https://github.com/Taitava/obsidian-shellcommands to your setup. It lets you run scripts and prompt for information and really invest time in procedural automation without having to build your own javascript plugins. So you can setup your system so that when you use the refactor to cut out a new note, the automations will trigger, ask you to give the note a new heading, tags, and you have a little script that checks last modified time of the folder tree of text files, and looks at the folder of the last modified time and asks you in that popup if you want to move the new note to the folder the note you cut it from is located in. Or anything else you can imagine using outside automation and scripting tools on your plain text markdown files.

    These are just a start and if you haven't already browsed the plugins at https://obsidian.md/plugins I wholeheartedly recommend it, people are adding new cool things pretty often and other plugins add new functionality that makes them worth checking out if they were previously not something that you found interesting. I do a read through of the plugin list probably at least once every month or two just to see what's new, and more often if I'm experimenting with changes to my workflow.

  • A year of using Obsidian! Here's my graph view.
    2 projects | /r/ObsidianMD | 5 Oct 2022
    The screenshot mid-page on this web page shows what it's like to show a portion of a graph using the Excalibrain plugin which also shows content in graph form
  • Research eReader Syncing
    4 projects | /r/ObsidianMD | 25 Sep 2022
    For visualizing connections, and making graphical notes, you might consider the Excalidraw and Excalibrain extensions.
  • Is there a way to have multiple different link types ?
    1 project | /r/ObsidianMD | 1 Sep 2022
    Excalibrain: A graph view to navigate your Obsidian vault
  • Best way to recreate Obsidian’s graph view?
    2 projects | /r/ObsidianMD | 3 Aug 2022
    Check out the ExcaliBrain plugin: https://github.com/zsviczian/excalibrain

fleeting-notes-quartz

Posts with mentions or reviews of fleeting-notes-quartz. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-24.
  • Looking for Web Link Organizer and Notes
    2 projects | /r/PKMS | 24 Nov 2022
    Try Fleeting Notes - Google Keep with wikilinks & Obsidian integration. It sounds like it might fit your needs. That being said, I'm the creator of this app so I'm a bit biased.
  • Fast Mobile Solution?
    1 project | /r/ObsidianMD | 14 Nov 2022
  • Syncing Windows with iOS using git
    3 projects | /r/ObsidianMD | 29 Oct 2022
    I use git to sync windows and macos but I find the iOS sync gets a bit more confusing. So I use the Fleeting Notes app to sync a couple of notes directly. https://fleetingnotes.app/
  • A year of using Obsidian! Here's my graph view.
    2 projects | /r/ObsidianMD | 5 Oct 2022
    As I've hinted to, I use it mainly for university. I am a History and Archaeology student an I'm currently in my first masters year. I use Obsidian to take notes in class, make summaries, study the material, annotating books and articles, and everything else that comes with studying. Besides this, I also use Obsidian as my personal journal or diary. I've long been interested in keep some kind of daily log but I never got into because I didn't have the right tools at my disposal. Now I try to make some sort of recollection of my day, everyday, but of course in practice I do it around 20 days a month, not every day. I also use Obsidian for personal projects or things I would like to look into more. For example I am currently working on researching the most well known celestial constellations, knowing their mythologies, recognizing their individual stars in the night sky etc. Another of my (growing number) of projects has as a goal to recognize edible or otherwise useful plants. Obsidian also became my place where I store my 'fleeting notes' or ideas. For this I've used multiple apps on my phone, which include (but are not limited to) Markor, Zettel Notes, Google Keep, the stock note app that comes on my Oneplus phone. But the app that I am now most happy with is called 'Fleeting Notes' made by Matthew Wong. I use it as follows: An idea pops in my head, this can be whatever it is, I write it down in the app, I add a title if possible, done. When I open my pc the next time I use a shortcut to import the notes made and they get placed in my 'Inbox' folder. From here I can decide to move them to my general notes that I can easily look up when I need them, or I can link and move them where they belong. So to summarize: I use Obsidian as my personal Wiki, everything in my life could be stored in here, in practice this is usually university stuff and personal projects.
  • My ADHD Note-taking Journey
    2 projects | /r/NoteTaking | 30 Sep 2022
    This is how I came to create Fleeting Notes a note-taking application that combines the speed of Google Keep with the connections within Obsidian. It’s still a work in progress, but I hope to listen to customer feedback and continue to develop the application to eventually become a one-stop shop to quickly capture and connect notes with the option to extend to other note-taking tools.
  • Sync different Fleeting Notes to multiple Obsidian vaults
    2 projects | /r/ObsidianMD | 28 Sep 2022
    As of plugin v0.3.6 of the Fleeting Notes app:
  • Highlighting from the browser to Obsidian, an alternative solution
    1 project | /r/ObsidianMD | 16 Sep 2022
    I had the same question myself. This is why I created Fleeting Notes. A way to capture quickly create highlights/annotations and categorize them through wikilinks. Combined with the Fleeting Notes sync Obsidian plugin, notes are seamlessly synced to Obsidian. If you’re interested in seeing how the browser extension works, check out my video showcasing the Fleeting Notes browser extension.
  • How I Quick Capture My Ideas using Fleeting Notes and Obsidian
    1 project | /r/ObsidianMD | 13 Sep 2022
    Feel free to check out the website for more information, and I hope it can help reduce the friction in your knowledge workflow ;)
  • The Best Way to take Youtube Notes for Obsidian
    1 project | /r/ObsidianMD | 2 Sep 2022
    Right now, taking notes from Youtube (YT) to Obsidian sucks. To take YT notes, I need to manually copy the timestamp of the video, annotate the video with the correct timestamp, and put all of this in Obsidian. If I don’t keep track of the timestamp, coming back to the video requires me to sift through the video to find where my note is referencing. I don’t like this manual work so I decided to add a better way in Fleeting Notes (FN).
  • what is the one thing you think Obsidian needs to drastically improve?
    4 projects | /r/ObsidianMD | 14 Aug 2022
    I say this with all the respect to the developers of both Obsidian and helper apps, but something like Fleeting Notes shouldn't have to exist. When someone can build a business model out of a missing feature of your product, something is wrong with your roadmap.

What are some alternatives?

When comparing excalibrain and fleeting-notes-quartz you can also consider the following projects:

obsidian-excalidraw-plugin - A plugin to edit and view Excalidraw drawings in Obsidian

obsidian-bartender - Allows for rearranging the elements in the status bar and sidebar ribbon

obsidian-map-view - Interactive map view for Obsidian.md

obsidian-api - Type definitions for the latest Obsidian API.

obsidian-front-matter-title - Plugin for Obsidian.md

obsidian-note-linker - 🔗 Automatically link your Obsidian notes.

adjoint - Thoughts on adjoint, norm and such.

remotely-save - Yet another unofficial Obsidian plugin allowing users to synchronize notes between local device and the cloud service. Supports S3, Dropbox, OneDrive, webdav.

obsidian-remarkable - Integrates the reMarkable tablet into an Obsidian workflow by letting users quickly capture and insert their drawings.

zotero - Zotero is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share your research sources.

obsidian-leaflet - Adds interactive maps to Obsidian.md using Leaflet.js

orgzly-android - Outliner for taking notes and managing to-do lists