From 62b2e80efcf7877e53614ea715dbde9831e41679 Mon Sep 17 00:00:00 2001 From: Jamesb | Experimental Learning <58147075+bjsi@users.noreply.github.com> Date: Fri, 23 Apr 2021 23:49:24 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e57ff1a..0afd8e6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ -## Obsidian Incremental Writing Plugin +# Obsidian Incremental Writing Plugin -## How to install the plugin - -Go to releases. Download the zip file. Unzip into your obsidian plugins directory. +This plugin allows you to do incremental writing in Obsidian. Notes and blocks can be added to queues that will schedule reviews of your writing over time. ## Using the plugin From 64c4e6596b34bc65ea8880a1b79857ccd14d11b4 Mon Sep 17 00:00:00 2001 From: Jamesb | Experimental Learning <58147075+bjsi@users.noreply.github.com> Date: Fri, 23 Apr 2021 23:54:04 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0afd8e6..ae0f3fa 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This plugin allows you to do incremental writing in Obsidian. Notes and blocks can be added to queues that will schedule reviews of your writing over time. +I made a video explaining incremental writing using an earlier version of the plugin [here](https://youtu.be/LLS_8Y744lk). I will create an updated version soon! + ## Using the plugin NOTE: If you are using Vim mode, adding a block to the queue must be done with a hotkey because using ctrl+p to open the command palette causes the cursor to move up a line. @@ -24,3 +26,9 @@ There are currently 10 hotkey / command palette commands and a couple of buttons You can also add the output from an inbuilt search to a queue. Do a search and click the button at the top of the search pane to try it out. You can also right click on folders, files and links to add them to queues through the context menu. + +## Support + +I want to put all of my energy into these projects and work on them full time! I also want to keep as much of my content open source and freely available as possible. That those seeking knowledge may find it! + +If you would like to support my work, I have a [Patreon page](https://www.patreon.com/experimental_learning) with rewards for each tier or you can [buy me a coffee](https://www.buymeacoffee.com/experilearning). From be57b8138dc624b8da41acf7cd0bf4236d5d244d Mon Sep 17 00:00:00 2001 From: Jamesb | Experimental Learning <58147075+bjsi@users.noreply.github.com> Date: Tue, 27 Apr 2021 16:00:09 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae0f3fa..dacb6a9 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,12 @@ This plugin allows you to do incremental writing in Obsidian. Notes and blocks c I made a video explaining incremental writing using an earlier version of the plugin [here](https://youtu.be/LLS_8Y744lk). I will create an updated version soon! -## Using the plugin +### Notes + +- This plugin adds a button to the search pane using private Obsidian APIs which could cause the plugin to break when Obsidian updates until I have time to fix it. +- If you are using Vim mode, adding a block to the queue must be done with a hotkey because using ctrl+p to open the command palette causes the cursor to move up a line, so the wrong block will get added. -NOTE: If you are using Vim mode, adding a block to the queue must be done with a hotkey because using ctrl+p to open the command palette causes the cursor to move up a line. +## Using the plugin If you have installed the nldates plugin, you can use natural language when you are asked to provide a date eg. "tomorrow" or "in two weeks".