GNU Emacs
org-roam-ui
GNU Emacs | org-roam-ui | |
---|---|---|
246 | 49 | |
4,423 | 1,974 | |
0.7% | 1.2% | |
10.0 | 0.0 | |
7 days ago | 7 months ago | |
Emacs Lisp | TypeScript | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
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.
GNU Emacs
-
Python: From Beginners to Pro in 30 Mins (Part 1)
GNU Emacs
-
Arbitrary shell command evaluation in Org Mode (GNU Emacs)
Unexpected evaluation is never a feature, Emacs should at least warn and prompt before executing code in a file that somebody opens.
What's of greater importance here is not this specific security issue, but the default behavior of MIME handling in Emacs which can turn any unexpected evaluation bug (which we are likely to see more of) into remote code execution. We've had a previous Org security issue in exactly the same vein [1] and the Emacs MIME defaults are still unsafe. Of course, one can change them (non-trivial and related documentation is extremely confusing, see [2] for a possible solution) but really Emacs should not come with these defaults.
[1] https://github.com/emacs-mirror/emacs/commit/befa9fcaae29a6c...
-
9 tools, libraries and extensions our developer can't live without (and why)
While Emacs has been around since the 70s. Its extensive library of add-on packages, which allow me to tailor the editor to their specific workflow and needs. Syntax highlighting, code completion, version control integration, and a built-in terminal emulator, making it suitable for me for a variety of programming tasks.
-
Exploring ASTs in Emacs with Tree-sitter
Emacs is a highly extensible, customizable, and powerful text editor primarily used in the field of software development and computer programming. Developed by Richard Stallman and initially released in the 1970s, Emacs has since evolved into a versatile platform offering a wide array of features beyond basic text editing.
-
A Love Letter to Intellectualism
gnu.org - contains everything you need to research his philosophy.
stallman.org - personal website, contains a lot of opinion, but I absolutely respect this man in all what he says.
emacs.org (redirects to https://www.gnu.org/software/emacs/) - his non-philosophical work, one of two mainstream console text editors.
-
The KGB, the Computer and Me – The Cuckoo's Egg Story [video]
Forever, there was a file included in stock Emacs, `spook.el`, which could be hooked up to automatically add random strings of "interesting" keywords to each of your email or Usenet messages (in signatures, or in headers like `X-Spook`).
https://www.gnu.org/software/emacs/manual/html_node/emacs/Ma...
Looks like copyright date of 1988:
https://github.com/emacs-mirror/emacs/blob/master/lisp/play/...
https://github.com/emacs-mirror/emacs/blob/master/etc/spook....
Try `M-x spook RET` in an Emacs buffer.
-
How to combine daily journal with general database of people, places, things, etc.
If you want to spare a couple of detours, you probably could start with Emacs Org-mode according to Greenspun's eleventh rule: "Any sufficiently complicated PIM or note-taking program contains an ad hoc, informally specified, bug-ridden, slow implementation of half of Org mode."
-
Microsoft is exploring adding a command line text editor into Windows, and it wants your feedback
Emacs: winget install GNU.Emacs
-
Using Common Lisp in Emacs
The whole cl-lib thing is a total disaster:
https://github.com/emacs-mirror/emacs/blob/master/lisp/emacs...
They added cl- as a prefix to each Common Lisp symbol.
FIRST is now called cl-first, CAAAR is now cl-caaar .
I would really prefer if GNU Emacs removes all Common Lisp functionality, instead of creating this really wacky stuff, with discussions about this topic every year.
-
Running SQL Queries on Org Tables
Never too late to try! Take your time. Emacs will outlive us all. https://www.gnu.org/software/emacs/
org-roam-ui
-
Personal Knowledge Management Graph Visualization Tools for Neovim
I recently came across this software called org-roam-ui, a tool to visualize Org Roam's Zettelkasten in a graphical way. is there something like that for neovim? I use vimwiki as my PKM and was wondering if any of you know of any tool similar to org-roam-ui that works well with neovim, specifically with Markdown files, for visualizing one's PKM system.
-
I read the top ten Zettelkasten articles on Hacker News so you can do something more wholesome with your day
link
-
What would be the best language to create a package producing dataviz?
Thank you, for mentioning these interesting projects. Also, I found org-roam-ui, I'm gonna study their code to try to understand how they did it.
-
I cannot get EmacSQL to work
I did a quick look for any relevant issues on their repo, but I couldn’t find anything I’m afraid. Might be worth raising an issue.
- Notes list
- Org-roam-UI: a graphical front end for your org-roam Zettelkasten
- Project Mage is an effort to build a power-user environment in Common Lisp
-
how can I achieve mediawiki like categories and subcategories for note making in org mode?
Oh, in that case you can use tags in Org Roam as well. https://github.com/org-roam/org-roam Along with https://github.com/org-roam/org-roam-ui
-
Package to display org headings spatially?
org-roam-ui is very effective for this.
-
How would you go about using Org Mode for Math Notes?
Turn your notes atomic (using Zettelkasten method) using Org Roam. This is a different system of note taking implemented in Emacs and Org mode. It focuses on making small notes and linking them together. This can be thought of as a mind map and you can actually see the full mind map using Org Roam UI in your browser.
What are some alternatives?
Visual Studio Code - Visual Studio Code
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.
Geany - A fast and lightweight IDE
orgzly-android - Outliner for taking notes and managing to-do lists
Atom - :atom: The hackable text editor
doom-emacs-config - Doom Emacs configuration finely tuned for "distraction-free' academic writing
spacemacs - A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
vscode-org-mode - Emacs Org Mode for Visual Studio Code
KDevelop - Cross-platform IDE for C, C++, Python, QML/JavaScript and PHP
github-orgmode-tests - This is a test project where you can explore how github interprets Org-mode files
uemacs - Random version of microemacs with my private modificatons
org-roam - Rudimentary Roam replica with Org-mode