neuron
obsidian-dataview
neuron | obsidian-dataview | |
---|---|---|
25 | 113 | |
1,529 | 7,935 | |
0.3% | 2.6% | |
0.0 | 7.7 | |
about 2 years ago | 3 months ago | |
Haskell | TypeScript | |
GNU Affero General Public License v3.0 only | MIT License |
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.
neuron
-
Recommendation for simple static sure generator based on Markdown
Have you considered neuron or it's successor emanote?
-
Interest in vim based pkm?
It requires the neuron binary to be installed.
- Ask HN: What's the best platform for technical writing in 2022?
-
Syntax Highlighting for Notes?
You can use vim-plug (or whatever) to get neuron.nvim, but neuron.nvim depends on neuron, which AFAICT, you have to pull from the GH Releases page or use nix to install: https://neuron.zettel.page/install.
- A second brain, for you, forever
-
Zest: a CLI tool for zettelkasten-like note management
zk also interoperates with neuron (of which I'm the author!).
-
College student, novice Zettelkastmensch, looking for advice based on expierence
https://neuron.zettel.page :: CLI+webUI
-
Obsidian Publish, and Digital Garden
You can set up a git repo and use emanote or itβs predecessor nueron to set up the GitHub pages for free. But both projects have some issues rendering the Obsidian flavor markdown files (translutions, block reference etc.) compared with Obsidian Publish.
-
Build a Second Brain in Emacs with Org Roam
I use https://neuron.zettel.page/ for long lived things, and things I want to explore more visually. It has great emacs support, stores everything in .md, and auto generates the same site as what you can see on their website.
- Taking notes in neovim
obsidian-dataview
-
Obsidian Bases
Bases seem like a great alternative to Dataview [0] but better supported and with simpler syntax than literally writing inline JavaScript for more complicated stuff.
You can also export your table as CVS and they plan to properly support Obsidian Publish which was never supported in Dataview.
[0]: https://github.com/blacksmithgu/obsidian-dataview, I was a big fan but it seems the author has stopped actively developing it at some point which is a shame.
-
Blogging with Obsidian and Jekyll
Using Dataview, an Obsidian plugin that allows me to query and display content dynamically based on metadata, I can track posts in different stages of completion, identify missing translations, and view related notes.
-
Siyuan: Privacy-first, self-hosted personal knowledge management software
No, Obsidian is quite more powerful.
Obsidian has built-in support for markdown, images, PDFs, canvas (via JSON Canvas which they developed and open sourced https://obsidian.md/canvas), and others.
For databases, you can add fields/properties both in the markdown frontmatter or in the text and query it via very popular plugins:
https://github.com/blacksmithgu/obsidian-dataview
There are tons of community plugins that support all kind of stuff: tasks, kanban, LLM/Copilot, graph analysis of links, charts.
It can also be extended in JS, both writing your own plugins or via a few plugins that allow limited JS support.
---
Obsidian is actually quite good as a NoCode prototyping platform for personal apps :-)
E.g. CRUD:
- Use templates, via Templater: to define the content of your data
- Use links and tags to define relations and connections
- Use dataview or graphs for views
- There are even plugins to define buttons and the actions they perform, if you need commands
-
π Obsidian: Nutrition
At the end of the day, I use Dataview, a plugin for Obsidian, which allows me to make queries to my notes similar to SQL to visualize the collected information:
-
Apache Superset
https://github.com/blacksmithgu/obsidian-dataview
This whole ideas to have data, visualisations and knowledge base in one private offline place is very appealing
-
My productivity app is a never-ending .txt file
Since at least 2012 I've also been using a text file format from http://todotxt.org/ and more recently I wrote a program that takes a crontab-like list to pre-generate entries on a daily, by-day-name (every Sunday for example), and I also pull in a list of holidays from gov.uk, so they are also populated.
[^1]: (https://github.com/blacksmithgu/obsidian-dataview)
- A structured note-taking app for personal use
-
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)
Refer: Obsidian Search, How I Use Embedded Queries, Dataview, Excalibrain
-
Dataview Snippet for inline-field-key
Ref: https://github.com/blacksmithgu/obsidian-dataview/issues/544 (Bearbeitet)
-
How to automatically fill different notes from a single note ?
For using it, having SQL or JavaScript knowledge is useful, but you can probably figure it out without that knowledge. The Github page has a lot of examples that you can cannabalize for simple things without really getting too deep into it.
What are some alternatives?
hakyll - A static website compiler library in Haskell
obsidian-db-folder - Obsidian Plugin to Allow Notion like database based on folders
emanote - Emanate a structured view of your plain-text notes
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.
react-haskell - React bindings for Haskell
datacore - Work-in-progress successor to Dataview with a focus on UX and speed.