obsidian-vimrc-support VS transcrypt

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

obsidian-vimrc-support

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

transcrypt

transparently encrypt files within a git repository (by elasticdog)
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 transcrypt
9 7
960 1,415
- -
3.5 4.8
11 days ago 6 months ago
TypeScript Shell
- MIT License
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.

transcrypt

Posts with mentions or reviews of transcrypt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-15.
  • Is Mozilla SOPS dead?
    3 projects | /r/golang | 15 May 2023
    I was looking into secret storage in git recently and rather liked Transcrypt: https://github.com/elasticdog/transcrypt
  • GitHub can now auto-block commits containing API keys, auth tokens
    1 project | /r/programming | 6 Apr 2022
  • git-crypt VS transcrypt - a user suggested alternative
    2 projects | 5 Jan 2022
  • Do you alternate with Emacs?
    11 projects | /r/neovim | 3 Jan 2022
    On the actual system itself (you likely know this as you'd mentioned reading other posts, but) I have Neovim compiled on my phone (directly through Termux), notes pushed up to Github using transcrypt for backups and live-synced between several devices using syncthing (which is how I get notifications on my phone, using a Raspberry Pi and systemd services to implement against orgmode.nvim's notification API).
  • Note taking
    6 projects | /r/neovim | 25 Dec 2021
    I use nvim-orgmode on my computer through Neovim, and keep that pushed up to Github (encrypted using transcrypt) but also have a Syncthing server setup on a Raspberry Pi.
  • Encryption for VimWiki
    3 projects | /r/vim | 31 Oct 2021
    Also if you want the notes to be encrypted and you push them to Github, try transcrypt. They won't be encrypted on disk, but will be when you push them.
  • How do I become "smarter"
    1 project | /r/self | 18 Mar 2021
    Start writing all of your work down. I personally put almost every line of code I ever write into github. I have a "misc" project for random one-off things, but I always commit it to a repo. I started doing this in 2013/2014 and its been incredibly valuable to go back and refer to old work (its also fun to see how far you've come). This gets interesting when you start needing to write down information that shouldn't be public (e.g. api keys). You're into crypto, so you can probably see the fun in this. I've use a program called transcrypt to store encrypted files in my git repos. Be careful with transcrypt though, if you make a mistake you can accidentally publish secrets in plain text, and it does open you up to brute force attacks.

What are some alternatives?

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

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

git-crypt - Transparent file encryption in git

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/

vim-gnupg - This script implements transparent editing of gpg encrypted files.

Templater - A template plugin for obsidian

helm-secrets - DEPRECATED A helm plugin that help manage secrets with Git workflow and store them anywhere

obsidian-relative-line-numbers

encpass.sh - Lightweight solution for using encrypted passwords in shell scripts

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

helm-secrets - DEPRECATED A helm plugin that help manage secrets with Git workflow and store them anywhere [Moved to: https://github.com/zendesk/helm-secrets]

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

neorg-haskell-parser