mirror of
https://github.com/esm7/obsidian-vimrc-support.git
synced 2026-07-22 05:00:25 +00:00
Version release
This commit is contained in:
parent
957c14bd14
commit
e6d24066d3
3 changed files with 10 additions and 9 deletions
15
README.md
15
README.md
|
|
@ -5,6 +5,13 @@
|
|||
> This is due to a breaking change in the underlying `codemirror-vim` library.
|
||||
> Normal mode movements, e.g. `map j gj`, remain as-is.
|
||||
|
||||
> [!NOTE]
|
||||
> **Maintainer Needed**
|
||||
>
|
||||
> While I am still around for some urgent fixes, especially when the plugin stops working due to Obsidian API changes API, I am no longer able to give it the attention it deserves.
|
||||
>
|
||||
> Anyone who wishes to take over, please message me.
|
||||
|
||||
[](https://www.buymeacoffee.com/esm7)
|
||||
|
||||
This plugin loads a file of Vim commands from `path/to/VaultName/.obsidian.vimrc`.
|
||||
|
|
@ -13,12 +20,6 @@ For users of the Obsidian.md Vim mode, this is very useful for making various se
|
|||
Note that this plugin is **not** the Vim support of Obsidian -- that support is built-in and you can perfectly use Obsidian in Vim mode without this plugin.
|
||||
This plugin merely implements the ability to load a persistent configuration and adds a few extras.
|
||||
|
||||
## Maintainer Needed
|
||||
|
||||
While I am still around for some urgent fixes, especially when the plugin stops working due to Obsidian API changes API, I am no longer able to give it the attention it deserves.
|
||||
|
||||
Anyone who wishes to take over, please message me.
|
||||
|
||||
## Usage
|
||||
|
||||
First and foremost, make sure you have the Obsidian Vim key bindings turned on -- see Editor -> Vim key bindings.
|
||||
|
|
@ -424,7 +425,7 @@ Note that the above snippet uses powerline glygh for the triangular shape, so yo
|
|||
|
||||
## Changelog
|
||||
|
||||
### Not yet released
|
||||
### 0.10.2
|
||||
|
||||
- Fixed https://github.com/esm7/obsidian-vimrc-support/pull/246 (thanks @baodrate!)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-vimrc-support",
|
||||
"name": "Vimrc Support",
|
||||
"version": "0.10.1",
|
||||
"version": "0.10.2",
|
||||
"description": "Auto-load a startup file with Obsidian Vim commands.",
|
||||
"minAppVersion": "0.15.3",
|
||||
"author": "esm",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-vimrc-support",
|
||||
"version": "0.10.1",
|
||||
"version": "0.10.2",
|
||||
"description": "Auto-load a startup file with Obsidian Vim commands.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue