obsidian-vimrc-support VS neorg

Compare obsidian-vimrc-support vs neorg and see what are their differences.

obsidian-vimrc-support

A plugin for the Obsidian.md note-taking software (by esm7)

neorg

Modernity meets insane extensibility. The future of organizing your life in Neovim. [Moved to: https://github.com/nvim-neorg/neorg] (by vhyrro)
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
obsidian-vimrc-support neorg
9 6
960 1,342
- -
3.5 9.6
12 days ago over 2 years ago
TypeScript Lua
- GNU General Public License v3.0 only
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.

obsidian-vimrc-support

Posts with mentions or reviews of obsidian-vimrc-support. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-05.
  • How to create a completely new line using enter without bringing previous lines text
    1 project | /r/ObsidianMD | 5 Jul 2023
    with vim mode enabled in settings, from normal view you can create a new line below with 'o' or a new line above with 'shift+o'. you can rebind with the vimrc plugin.
  • Note taking options?
    34 projects | /r/neovim | 5 Feb 2023
    Another thing I was considering was using this: https://github.com/esm7/obsidian-vimrc-support
  • Vim binding for turning word into link
    1 project | /r/ObsidianMD | 27 Jan 2023
    The vimrc-support plug-in comes with a built-in surround command which you can bind to.
  • What's missing in Vim mode?
    2 projects | /r/ObsidianMD | 20 Sep 2022
    The one thing that immediately comes to my mind is that you need an extension in order to be able to use a .vimrc. I also don't think you can use any vim plugins.
  • Working mouse free?
    3 projects | /r/ObsidianMD | 13 Jun 2022
    The plugin esm7/obsidian-vimrc-support and the built-in vim support is the closest we can get for a mouse-free experience.
  • How can I make my own keybindings instead of learning VIM keybindings?
    1 project | /r/ObsidianMD | 20 May 2022
  • Add Your Vimrc to Obsidian
    1 project | dev.to | 21 Mar 2022
    " .obsidian.vimrc " " A small .vimrc for Obsidian vim bindings " " To enable this file, you must install the Vimrc Support plugin for Obsidian: " https://github.com/esm7/obsidian-vimrc-support " _________________________________________________________________________ " ; (semicolon) - same as : (colon) nmap ; : " (space) - same as : (colon) nmap : " j and k navigate visual lines rather than logical ones nmap j gj nmap k gk
  • Note taking
    6 projects | /r/neovim | 25 Dec 2021
    You can extend the built in features with your own config using this plugin: https://github.com/esm7/obsidian-vimrc-support
  • Do Vim Snippets work in Obsidian?
    2 projects | /r/ObsidianMD | 24 Oct 2021
    Obsidian's Vim functionality is just using whatever is available to the codemirror editor, it doesn't actually have all of the features of Vim. It's possible to get a plugin which allows for loading a .vimrc but again, the supported functionality is limited (i.e. there are lots of vim settings and features that do not work despite being valid in a regular .vimrc). It's not hard to find an example of this either; in actual Vim the movement dj will delete the current line and also the line below it. In Obsidian with Vim features enabled, it will only delete the current line. This is a simple example that has nothing to do with getting snippets working, but it is indicative that the actual Vim text editor and the Vim features available to Obsidian are not the same.

neorg

Posts with mentions or reviews of neorg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-08.
  • [Neovim] Opinions sur: orgmode.nvim vs neorg
    2 projects | /r/enfrancais | 8 May 2023
    [https://github.com/vhyrro/neorg
  • [Neovim] Complemento de modo org para neovim?
    1 project | /r/enespanol | 21 Apr 2023
  • Note taking options?
    34 projects | /r/neovim | 5 Feb 2023
  • Neorg (a road to 0.1) - Neovim 0.5's answer to modern life organization.
    2 projects | /r/neovim | 10 Jul 2022
    Link: https://github.com/vhyrro/neorg Extra GIFs: https://github.com/vhyrro/neorg/tree/main#camera-extra-gifs ​ Neorg is a tool designed to reinvent your life's organization at a modern, unique way. Use all of the latest shiny Neovim features to provide the best possible note taking experience. Right off the bat let's ask ourselves the most important question: why Neorg - why not something like org mode? I'm gonna be real, I don't like org mode. The org format is ugly, it's difficult. Complexity isn't about how complicated the medium is, it's about how expressive it is; this is precisely the problem we're solving. We want this to be the true organizational plugin for Neovim, going head to head with emacs in a battle of the titans. ​ # Features * New and revised norg format - take everything that's good from markdown, everything that's good from org, reimagine it, piece ‏‏‎ it together - almost like it's some form of art. Little ambiguity, lots of expressiveness, perfect for writing. It's so syntactically predictable in fact it's almost like a programming language ;) * TreeSitter Parser - remember when I talked about shiny features, this is just one of em! Thanks to said parser (link here) Neorg can have a deep understanding of your documents, allowing us to almost read your mind. Having such a parser opens up almost endless possibilities, and we're excited to continue improving on the technology. * Logical keybinds - Neorg currently doesn't have much keybinds, but we can guarantee that the keys we will provide by default will just "make sense", following suit in Neovim's keybind methodology. Keys form a language, one that you can simply think of, not one that you must memorize. * Completion source for nvim-compe - that's not it though! We don't just support a completion source, how boring would that be? Our completion source works tightly with TreeSitter to provide contextual completion based on where you are in the syntax tree. Getting shivers just thinking about it. Smart completion for everyone! * Language injection for Neorg code tags, get syntax highlighting for any language that's supported by TreeSitter :D * Workspaces - group together your .norg files and jump between different workspaces like a wizard thanks to the :Neorg workspace command. * Insane extensibility - it's easy to throw around such a buzzword, so let me reiterate: we're not joking, we're serious. Neorg is built on top of a very configurable and powerful backend, one built on top of modules. Modules are pay-for-what-you-use pieces of code that build the foundation of Neorg like lego bricks. They can interact, they can be hotswapped, they're fully independent (unless you don't make them so). This means you can throw away any features you don't use with absolutely no performance penalties whatsoever. * The Wiki - we want to make this plugin accessible to both users and developers. The wiki is your informational powerhouse, I can guarantee that most of your questions will be answered there. # Why the "road to 0.1" in the title? Neorg is nowhere close to being finished - in fact, we're only just getting started. We've spent 3 months making this plugin and we're only just starting to get serious features. Neorg 0.1 will be the first official release of Neorg - one that will provide you with all the basics to kickstart you on your note taking journey. If I had to make an estimate, we're currently somewhere in version 0.0.7 or 0.0.8. Not too far off from that beautiful 0.1, eh? We're always open to support, bug fixes, and creating issues on GitHub. If you have any knowledge in lua then hop along for the ride! # Expected features for 0.1 (not present yet): * Telescope.nvim integration to fuzzy find anything - .norg files in workspaces, headings, subheadings, markers, drawers, you name it. * Magical time snippets. Type +date to insert the current date, +now to insert the current date and time, +tomorrow to insert tomorrow's date etc. Also provide a +custom to allow you to specify your own date and time format. * Smart indentation thanks to TreeSitter * Even more autocompletion and editing supports * Maybe custom LSP triggers upon entering a code block with a defined language? * Smarter syntax highlighting in some scenarios * Video tutorials on using Neorg and its format # If you want to look even further into the future, here's what we plan on doing for version 0.2: * Tangling support - execute code blocks, see their output. Easy peasy. Flex on your friends with configurations written in .norg too * Native image support - yeah. We'll either use hologram.nvim or we'll create some PRs to improve it beforehand if no development happens in that area * Pandoc engine for file format conversion - if there's someone smart enough to do it. I'm certainly not. * Snippet support * Beginnings of a table editor * UIs * Ability to upgrade .org files into .norg files (either through the pandoc engine or through a custom implementation) At first you may be a bit confused, this is normal! There's no real tutorial on Neorg's format yet, however you may be interested in reading the specification as I make the tutorials :) If I don't respond to comments it's probably because I'm sleeping. I hope y'all have a blast trying and testing this new technology out just as much as I am having a blast making it. Much love, Vhyrro
  • Show HN: A plain-text file format for todos and check lists
    34 projects | news.ycombinator.com | 1 Apr 2022
  • What are you using to create notes or diary into neovim?
    7 projects | /r/neovim | 9 Sep 2021
    I like to use vhyrro/neorg plugin. Readme is self-descriptive.

What are some alternatives?

When comparing obsidian-vimrc-support and neorg you can also consider the following projects:

vim-snippets - vim-snipmate default snippets (Previously snipmate-snippets)

distant.nvim - 🚧 (Alpha stage software) Edit files, run programs, and work with LSP on a remote machine from the comfort of your local environment 🚧

termux-archlinux - You can use setupTermuxArch.bash 📲 to install Arch Linux in Termux on Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/termux-archlinux/

vimwiki - Personal Wiki for Vim

Templater - A template plugin for obsidian

nvim-lsp-compl - A fast and asynchronous auto-completion plugin for Neovim, focused on LSP.

obsidian-relative-line-numbers

vimwiki-sync - Automaticaly synchronize vimwiki at startup and exit using git

orgmode.nvim - Orgmode clone written in Lua for Neovim 0.7+. [Moved to: https://github.com/nvim-orgmode/orgmode]

cmp-git - Git source for nvim-cmp

obsidian-git - Backup your Obsidian.md vault with git

persistence.nvim - 💾 Simple session management for Neovim