obsidian-vimrc-support VS Templater

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

obsidian-vimrc-support

A plugin for the Obsidian.md note-taking software (by esm7)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
obsidian-vimrc-support Templater
9 64
925 2,726
- -
3.9 8.7
10 days ago 12 days ago
TypeScript TypeScript
- 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.

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.

Templater

Posts with mentions or reviews of Templater. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-11.
  • Setting Up Obsidian for Content Planning and Project Management
    3 projects | dev.to | 11 Mar 2024
    Obsidian has a large collection of community-contributed plugins to serve various user needs. For this guide, we'll install Templater and Tasks, two plugins that can be really powerful when combined to create notes and task lists.
  • Publishing to my blog from Obsidian
    5 projects | dev.to | 28 Dec 2023
    I use the Templater plugin mostly for my newsletter and some other miscellaneous things not relevant here. I ended up making a "blog template" that I can use to quickly add the frontmatter I need!
  • Help regarding workflow
    2 projects | /r/ObsidianMD | 7 Dec 2023
    Example templates
  • New to obsidian
    3 projects | /r/ObsidianMD | 7 Oct 2023
    That said: - I assume you will be doing at least some highlighting / annotating of pdfs and / or websites. In that case, you might want to look into either plugins that automatically import your highlights from other tools (Zotero, Kindle or another e-ink device, Hypothes.is, Readwise, etc), or into plugins that allow for highlighting PDFs directly inside Obsidian (Obsidian Annotator). - Templater is useful for most folks that have to create many notes with repeated layout. If you have notes for each lesson, you could have a lesson note template, to create them faster and keep them consistent. - As a student, you have to keep track of your schedule when it comes to classes, exams, etc. - you could use a plugin to sync your existing Google calendar, or keep your calendar entirely in Obsidian (Full Calendar).
  • Templater: Countdown Timer Template (want to create a prompt version)
    1 project | /r/ObsidianMD | 28 Sep 2023
  • Sharing My Wordle Workflow (No Spoilers)
    1 project | /r/ObsidianMD | 11 Jul 2023
    The tools I use: Arc Browser - Nothing special here, I am just enjoying this browser right now. Dropzone - Used to automate the screenshots iScreenshoter - My screenshot app of choice even though the misspelling gives me hives. Dataview Plugin Templater Plugin Quick Add Plugin
  • Template for my reading notes
    1 project | /r/ObsidianMD | 9 Jul 2023
    Don't worry if you're template isn't perfect. It can always be modified. I modified a template this morning that I created eight months ago. It needed a little tweak. Documentation: https://github.com/SilentVoid13/Templater
  • Tracking personal interactions with Obsidian?
    1 project | /r/ObsidianMD | 21 May 2023
    I totally understand the learning curve. I was there too, for sure. The syntax you've pointed out are both part of the Templater extension. It's a fantastic extension and well worth the effort in learning, by the way. I'd recommend looking at the guide the author provided for the extension (https://silentvoid13.github.io/Templater/).
  • Is the Templater plugin abandoned?
    2 projects | /r/ObsidianMD | 6 May 2023
    I spent another couple hours writing an elaborate script that creates new notes based on a set of conditions, but that also turned out to be a waste of time due to another documented bug with Templater itself.
  • How to set "created at:"
    1 project | /r/ObsidianMD | 1 May 2023

What are some alternatives?

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

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

obsidian-dataview - A data index and query language over Markdown files, for https://obsidian.md/.

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/

obsidian-periodic-notes - Create/manage your daily, weekly, and monthly notes in Obsidian

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

quickadd - QuickAdd for Obsidian

obsidian-relative-line-numbers

admonitions - Adds admonition block-styled content to Obsidian.md

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

note-refactor-obsidian - Allows for text selections to be copied (refactored) into new notes and notes to be split into other notes.

quick-explorer - Perform file explorer operations (and see your current file path) from the Obsidian.md title bar

obsidian-file-path-to-uri - Convert file path to uri for easier use of links to local files outside of Obsidian