tree-sitter-org VS organice

Compare tree-sitter-org vs organice and see what are their differences.

organice

An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers (by 200ok-ch)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
tree-sitter-org organice
11 84
210 2,343
- 1.4%
2.1 6.7
3 months ago 4 months ago
C JavaScript
MIT License GNU Affero General Public License v3.0
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.

tree-sitter-org

Posts with mentions or reviews of tree-sitter-org. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-19.
  • Emacs and Java Development: Corfu + Cape + LSP-Mode + Treesit
    21 projects | /r/emacs | 19 May 2023
    (use-package treesit :ensure nil :custom ;; Some stuff taken from here: https://robbmann.io/posts/emacs-treesit-auto/ (treesit-extra-load-path '("/usr/lib64/")) (treesit-language-source-alist '((bash . ("https://github.com/tree-sitter/tree-sitter-bash")) (c . ("https://github.com/tree-sitter/tree-sitter-c")) (c++ . ("https://github.com/tree-sitter/tree-sitter-cpp")) (csharp . ("https://github.com/tree-sitter/tree-sitter-c-sharp")) (css . ("https://github.com/tree-sitter/tree-sitter-css")) (elixir ("https://github.com/elixir-lang/tree-sitter-elixir")) (html . ("https://github.com/tree-sitter/tree-sitter-html")) (java . ("https://github.com/tree-sitter/tree-sitter-java")) (javascript . ("https://github.com/tree-sitter/tree-sitter-javascript")) (json . ("https://github.com/tree-sitter/tree-sitter-json")) (lua . ("https://github.com/Azganoth/tree-sitter-lua")) (makefile . ("https://github.com/alemuller/tree-sitter-make")) (org . ("https://github.com/milisims/tree-sitter-org")) (python . ("https://github.com/tree-sitter/tree-sitter-python")) (tsx . ("https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src")) (typescript . ("https://github.com/tree-sitter/tree-sitter-typescript" "master" "typescript/src")) (ruby . ("https://github.com/tree-sitter/tree-sitter-ruby")) (rust . ("https://github.com/tree-sitter/tree-sitter-rust")) (sql . ("https://github.com/m-novikov/tree-sitter-sql")) (toml . ("https://github.com/tree-sitter/tree-sitter-toml")) (yaml . ("https://github.com/ikatyang/tree-sitter-yaml")))) (major-mode-remap-alist '((c-mode . c-ts-mode) (c++-mode . c++-ts-mode) (csharp-mode . csharp-ts-mode) (css-mode . css-ts-mode) (html-mode . html-ts-mode) (java-mode . java-ts-mode) (js-mode . js-ts-mode) (json-mode . json-ts-mode) (makefile-mode . makefile-ts-mode) ;; (org-mode . org-ts-mode) ;; not mature yet (python-mode . python-ts-mode) (typescript-mode . typescript-ts-mode) (ruby-mode . ruby-ts-mode) (rust-mode . rust-ts-mode) (toml-mode . toml-ts-mode) (yaml-mode . yaml-ts-mode))) (treesit-auto-fallback-alist '((toml-ts-mode . conf-toml-mode) (typescript-ts-mode . nil) (tsx-ts-mode . nil))) (treesit-font-lock-settings t) (treesit-simple-indent t) (treesit-defun-type-regexp t)) (use-package treesit-auto :demand t :config (setq treesit-auto-install t) (global-treesit-auto-mode))
  • Tree-sitter grammar for org-mode
    1 project | /r/patient_hackernews | 7 Apr 2022
    1 project | /r/hackernews | 7 Apr 2022
    1 project | /r/emacs | 7 Apr 2022
    5 projects | /r/orgmode | 7 Apr 2022
    8 projects | news.ycombinator.com | 7 Apr 2022
  • Formal Specification and Programmatic Parser for Org-mode
    9 projects | /r/emacs | 10 Jan 2022
    org-element-parse-buffer 'element granularity (7.688000744 0 0.0) 8sec tree-sitter via https://github.com/milisims/tree-sitter-org parsed down to 58% of the buffer in 5.3sec extrapolates to ~9sec Racket's brack via https://github.com/tgbugs/laundry failed to finish parsing in reasonable time. Cancelled at 10m11.436s Clojure parser via https://github.com/200ok-ch/org-parser failed to finish parsing with java.lang.OutOfMemoryError: GC overhead limit exceeded Running time 8m28.078s
  • tree-sitter-org: Org grammar for tree-sitter
    1 project | /r/planetemacs | 26 Nov 2021
  • Tree Sitter and the Complications of Parsing Languages
    12 projects | /r/emacs | 23 Nov 2021
    Interesting enough, I discovered there's tree-sitter-org and Neovim folks are trying to implement Org-Mode.
  • Orgmode.nvim tree-sitter support
    3 projects | /r/neovim | 3 Sep 2021
    local parser_config = require "nvim-treesitter.parsers".get_parser_configs() parser_config.org = { install_info = { url = 'https://github.com/milisims/tree-sitter-org', revision = 'main', files = {'src/parser.c', 'src/scanner.cc'}, }, filetype = 'org', }

organice

Posts with mentions or reviews of organice. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-20.
  • Ask HN: Self-hosted alternative to Apple Notes?
    1 project | news.ycombinator.com | 31 Jan 2024
    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/

  • Notes on Emacs Org Mode
    3 projects | news.ycombinator.com | 20 Jan 2024
    Sorry, but _what exactly_ «it seems to do» from your point of view?

    My «second brain» now is almost 300Mb of text, pictures, sound files, PDF and other stuff. As I already mentioned, it contains tables, mathematical formulae, sheet music, cross-references, code samples, UML diagrams and graphs in Graphviz format. It is versioned, indexed by local search engine, analyzed by AI assistant and shared between many computers and mobile devices. And (last but not least) it works: it allows me to solve my tasks way more faster than with the assistant of external, non-personalized tools (like ChatGPT, StackExchange or Google).

    I know no tools for all this tasks except org-mode. Well, maybe Evernote in the 2010-s was something similar — but with less features, with more bugs and with worse interface.

    Personal note-taking _is_ a complex task per se (well, at least for someone like typical HN visitor). I've seen many note-taking tools, that were ridiculously featureless, stupid and inconvenient because they were _not_ complex enough.

    > Sure if one wants to do emacs-gardening it is fine.

    1)You can use org-mode outside Emacs. See for example Logseq (https://logseq.com/), organice (https://organice.200ok.ch/) or EasyOrg.

    2)Org-mode works in Emacs out of the box, you don't need any «emacs-gardening» to use org-mode.

    3)The term «Emacs-gardening» itself sound a bit like hate-speech for me. The complexity of Emacs customization is overrated, mostly due to opinions of people who never used Emacs or used it in the previous millennium.

  • Let's write an Emacs treesitter major mode
    7 projects | news.ycombinator.com | 14 Sep 2023
  • Is there any app or site with org-mode syntax live-preview?
    5 projects | /r/orgmode | 23 Jun 2023
    organice?
  • Quick recap of the state of Org mode apps for Android
    2 projects | /r/orgmode | 7 Apr 2023
  • How do you take efficient notes?
    2 projects | news.ycombinator.com | 11 Mar 2023
    organice is a user friendly, cloud backed up, lightweight front end to orgmode (or based on).

    https://organice.200ok.ch/

  • Orgmode is amazing
    2 projects | /r/orgmode | 4 Mar 2023
    organice is a more active fork of org-web that can also sync with GitLab or WebDAV. I'm currently syncing it with my personal Nextcloud server.
  • Should I use Vscode org mode or emacs org mode
    2 projects | /r/orgmode | 22 Feb 2023
    If you just need the basic syntax highlighting provided by the VS Code plugin then use that. If you want the full power of org mode then go with Emacs. If you want something in between then maybe EasyOrg https://easyorgmode.com/ or Organice https://github.com/200ok-ch/organice will do.
  • What can orgmode do that notion or obsidian can’t
    2 projects | /r/orgmode | 4 Feb 2023
  • Org-Mode suggestions for tablets/mobile devices
    2 projects | /r/emacs | 16 Jan 2023
    You could try “organice”: https://github.com/200ok-ch/organice , it runs on any browser including Mobile Safari, so it should work on iPads. I haven’t tried it on Android nor Android-based tablets. It does work on iPhone.

What are some alternatives?

When comparing tree-sitter-org and organice you can also consider the following projects:

language-server-protocol - Defines a common protocol for language servers.

org-roam - Rudimentary Roam replica with Org-mode

tree-sitter-norg - A TreeSitter parser for the Neorg File Format

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

orgmode - Orgmode clone written in Lua for Neovim 0.9+.

org-web-tools - View, capture, and archive Web pages in Org-mode

smartparens - Minor mode for Emacs that deals with parens pairs and tries to be smart about it.

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.

combobulate - Structured Editing and Navigation in Emacs with Tree-Sitter

tree-edit - 🌲 Structural editing in Emacs for any™ language!

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