From e6d24066d305a0f161bcce32ba15e8b7ad119301 Mon Sep 17 00:00:00 2001 From: esm7 Date: Sun, 3 Nov 2024 11:33:54 +0200 Subject: [PATCH] Version release --- README.md | 15 ++++++++------- manifest.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8b1e54d..e451833 100644 --- a/README.md +++ b/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. + [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](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!) diff --git a/manifest.json b/manifest.json index cd79063..ca1e3e2 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 3d4a364..8b1f53d 100644 --- a/package.json +++ b/package.json @@ -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": {