From b44713d782b951cf9160757e182c9b8f705aeee3 Mon Sep 17 00:00:00 2001 From: connero <88785126+conneroisu@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:29:37 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a716ac4..76a2758 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ To access the plugin settings, click on the settings cog in the top right corner ## Basic Usage Once installed, you can toggle vim mode on and off with a command. You can configure this command to a hotkey of your choice in the settings. You can also turn off or on notifications for when vim mode is turned on or off. -### Normal installation -To install this plugin normally, you can navigate within the obsidian app to the community plugins to view and install this plugin without even exiting the app! Hopefully you can find some use for it yourself! +### Normal installation(NOT YET ACCEPTED) +To install this plugin normally, you can navigate within the obsidian app to the community plugins to view and install this plugin without even exiting the app! Hopefully you can find some use for it yourself! (You will be able to do this soon). ### Manual Installation To install this plugin manually, you'll need to download the source code from the [GitHub repository](https://github.com/nkomarn/obsidian-vim-mode) and place it in the `plugins` folder in your Obsidian data directory. Once that is done, restart Obsidian and you should be good to go. From 9938b3b09bdf803b9310b7bd4dce73cf207742de Mon Sep 17 00:00:00 2001 From: connero <88785126+conneroisu@users.noreply.github.com> Date: Tue, 11 Apr 2023 02:51:29 -0500 Subject: [PATCH 2/3] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 3ea96a8..598c736 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "id": "obsidian-vim-toggle-plugin", + "id": "vim-toggle", "name": "Vim Toggle Plugin", "version": "1.0.0", "minAppVersion": "0.15.0", From e859fbbe56de8d540b90fe534e1c2b8dc36baed3 Mon Sep 17 00:00:00 2001 From: connero <88785126+conneroisu@users.noreply.github.com> Date: Tue, 11 Apr 2023 02:55:17 -0500 Subject: [PATCH 3/3] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 598c736..0c9eb3e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "id": "vim-toggle", - "name": "Vim Toggle Plugin", + "name": "Vim Toggle", "version": "1.0.0", "minAppVersion": "0.15.0", "description": "A plugin for Obsidian that enables the use of togging vim mode on and off inside of the editor.",