org-mode

Top 23 org-mode Open-Source Projects

  • 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.

  • Project mention: Open-Source Obsidian Alternative | news.ycombinator.com | 2024-05-02
  • neorg

    Modernity meets insane extensibility. The future of organizing your life in Neovim.

  • Project mention: Neorg – organize your life in Neovim | news.ycombinator.com | 2024-03-26

    This seems like what they have

    https://github.com/nvim-neorg/neorg/wiki

  • 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.

    InfluxDB logo
  • org-roam

    Rudimentary Roam replica with Org-mode

  • Project mention: Maintenance Status [of Org-Roam]? | news.ycombinator.com | 2024-04-18
  • khoj

    Your AI second brain. A copilot to get answers to your questions, whether they be from your own notes or from the internet. Use powerful, online (e.g gpt4) or private, local (e.g mistral) LLMs. Self-host locally or use our web app. Access from Obsidian, Emacs, Desktop app, Web or Whatsapp.

  • Project mention: Show HN: I made an app to use local AI as daily driver | news.ycombinator.com | 2024-02-27

    There are already several RAG chat open source solutions available. Two that immediately come to mind are:

    Danswer

    https://github.com/danswer-ai/danswer

    Khoj

    https://github.com/khoj-ai/khoj

  • markor

    Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..

  • Project mention: A structured note-taking app for personal use | news.ycombinator.com | 2023-12-21

    Just curious, any reason you're using TMarkor instead of Markor? (https://github.com/gsantner/markor/ , https://play.google.com/store/apps/details?id=net.gsantner.m...)

    Only asking since this was also the editor I ended up settling on in Android, but it seems like TMarkor is just a repackaging of Markor without any references to its forked(?) source.

    My requirement was that the repo had to be open source so that I could audit the repo and compile the APK from source, as well as potentially fork it for personal modifications if needed.

  • orgmode

    Orgmode clone written in Lua for Neovim 0.9+.

  • Project mention: Neorg – organize your life in Neovim | news.ycombinator.com | 2024-03-26

    nvim-orgmode [1] is also available. Knowledge from emacs orgmode should carry over without much issue. I didn't feel like there was a need to reinvent the wheel like neorg does when there were powerful notetaking solutions available; does anyone have a comparison breakdown of features and capabilities?

    [1] https://github.com/nvim-orgmode/orgmode

  • orgzly-android

    Outliner for taking notes and managing to-do lists

  • Project mention: Orgzly (org-mode android client) has a fatal bug for over four years?! | /r/orgmode | 2023-06-18

    Funny enough there has been a commit that solves it and they just abandoned it.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • organice

    An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers

  • Project mention: Ask HN: Self-hosted alternative to Apple Notes? | news.ycombinator.com | 2024-01-31

    With organice you can host your notes on Gitlab for free and the backend becomes "git". You get web apps for Windows, iOS and Android.

    https://organice.200ok.ch/

  • org-roam-ui

    A graphical frontend for exploring your org-roam Zettelkasten

  • Project mention: Personal Knowledge Management Graph Visualization Tools for Neovim | /r/neovim | 2023-06-17

    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.

  • org-brain

    Org-mode wiki + concept-mapping

  • vscode-org-mode

    Emacs Org Mode for Visual Studio Code

  • Project mention: Emacs 2011-2023 | news.ycombinator.com | 2024-04-14

    LOL. I use Emacs for note-taking, spreadsheets, calculations, to-do lists, calendaring, email, static site generation and more. Please show me VS Code extensions that have feature sets comparable to those of Emacs packages like Org, mu4e, calc, etc. Here, I'll save you some time by eliminating a couple options:

    - VS Code Org Mode[1] has maybe 2% of the features of Org for Emacs.

    - The only VS Code-based mail client I've ever found is VSCode Mail Client[1], which was developed during a single month and then abandoned.

    VS Code is clearly for normies who use WYSIWYG word processors, webmail, etc. Suggesting that VS Code has surpassed Emacs for non-coding activities is laughable.

    [1] https://github.com/vscode-org-mode/vscode-org-mode

    [2] https://github.com/buhe/vscode-mail

  • org-web

    org-mode on the web, built with React, optimized for mobile, synced with Dropbox and Google Drive

  • org-ql

    A searching tool for Org-mode, including custom query languages, commands, saved searches and agenda-like views, etc.

  • Project mention: Packages that you would like to be in emacs core ? | /r/emacs | 2023-12-11

    Also Org-ql, maybe with some sort merging with org-agenda (Because writing configurations of org-agenda is a PITA, too.)

  • org-super-agenda

    Supercharge your Org daily/weekly agenda by grouping items

  • Project mention: org-super-agenda: Supercharge your Org daily/weekly agenda by grouping items | /r/planetemacs | 2023-09-04
  • org-noter

    Emacs document annotator, using Org-mode

  • Project mention: Annotating pdfs and keeping track of your notes - app recommendations request | /r/AskAcademia | 2023-06-26

    I use org-noter: Emacs document annotator, using Org-mode.

  • Memacs

    What did I do on February 14th 2007? Visualize your (digital) life in Org-mode

  • Project mention: Show HN: Khoj – Chat Offline with Your Second Brain Using Llama 2 | news.ycombinator.com | 2023-07-30

    Might look into some of the tools like novoids Memacs. Notion here is to build tools that push feeds, history data, into Emacs. Using org in your use case with the Khoj tool, could be the "glue" you need to tie it all together. https://github.com/novoid/Memacs#readme.

  • gptel

    A simple LLM client for Emacs

  • Project mention: Show HN: I built a non-linear UI for ChatGPT | news.ycombinator.com | 2024-05-08
  • org-transclusion

    Emacs package to enable transclusion with Org Mode

  • Project mention: Tangle-Up versus Tangle-Down | /r/LitProg | 2023-05-20

    nobiot/org-transclusion: Emacs package to enable transclusion with Org Mode

  • ox-hugo

    A carefully crafted Org exporter back-end for Hugo

  • Project mention: Customize Doom Emacs packages? | /r/emacs | 2023-12-09

    Long term: request here https://github.com/kaushalmodi/ox-hugo as a feature to make this customizable. Once implemented, you would be able to customize this value with `M-x customize-option`.

  • chatgpt-shell

    ChatGPT and DALL-E Emacs shells + Org babel 🦄 + a shell maker for other providers

  • Project mention: Devin, the First AI Software Engineer | news.ycombinator.com | 2024-03-12

    I think it is a tooling issue. It is in no way obvious how use LLM's effectively, especially for really good writing results. Tweaking and tinkering can be time consuming indeed, but i use lately the chatgpt-shell [1] and it lends well to an iterative approach. One needs to cycle through some styles first, and then decide how to most effectively prompt for better results.

    [1]https://github.com/xenodium/chatgpt-shell/blob/bf2d12ed2ed60...

  • awesome-scientific-writing

    :keyboard: A curated list of awesome tools, demos and resources to go beyond LaTeX

  • anki-editor

    Emacs minor mode for making Anki cards with Org

  • Project mention: Is orgmode really that much better than an equivalent workflow using vim + other tools? | /r/orgmode | 2023-05-29

    Also, I sometimes use flashcards, they really help me to remember the material. I am creating flashcards using a package called anki-edior. My flashcards are my notes. I don't need to go somewhere else to search through my flashcards.

  • org-roam-server

    A Web Application to Visualize the Org-Roam Database

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

org-mode related posts

Index

What are some of the best open-source org-mode projects? This list will help you:

Project Stars
1 logseq 29,916
2 neorg 5,885
3 org-roam 5,344
4 khoj 4,885
5 markor 3,368
6 orgmode 2,754
7 orgzly-android 2,647
8 organice 2,350
9 org-roam-ui 1,873
10 org-brain 1,694
11 vscode-org-mode 1,639
12 org-web 1,369
13 org-ql 1,332
14 org-super-agenda 1,299
15 org-noter 1,049
16 Memacs 967
17 gptel 938
18 org-transclusion 889
19 ox-hugo 859
20 chatgpt-shell 768
21 awesome-scientific-writing 697
22 anki-editor 677
23 org-roam-server 633

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com