diff options
author | Jersey <fonseca@uchicago.edu> | 2020-06-24 20:37:08 +0000 |
---|---|---|
committer | Jersey <fonseca@uchicago.edu> | 2020-06-24 20:37:08 +0000 |
commit | 6b118944809f42d3af2a1b20f71f1aad580dc08d (patch) | |
tree | f653b37999204ae5a3ce813d674c1f71f35f6efe /doc | |
parent | 90e5518188c66bbdb40398a7f0c88ca1f1115958 (diff) |
First release
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bujo.txt | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/doc/bujo.txt b/doc/bujo.txt new file mode 100644 index 0000000..c74d128 --- /dev/null +++ b/doc/bujo.txt | |||
@@ -0,0 +1,55 @@ | |||
1 | *bujo.txt* *bujo.txt* | ||
2 | Bujo~ | ||
3 | Bullet Journal Vim Plugin~ | ||
4 | |||
5 | Author: Jersey Fonseca <jerseyfonseca@gmail.com> | ||
6 | |||
7 | Version: 0.1 | ||
8 | |||
9 | 1. Overview | ||
10 | 2. Features | ||
11 | 3. FAQ | ||
12 | |||
13 | ======================================================= | ||
14 | *bujo-overview* | ||
15 | 1. Overview~ | ||
16 | |||
17 | This plugin allows people to easily access and | ||
18 | manage a todo list. | ||
19 | |||
20 | You can stable versions of this plugin at: | ||
21 | |||
22 | https://github.com/jfonseca8/vim-bujo | ||
23 | |||
24 | Feedback and bug reports are welcomed and encouraged. | ||
25 | If you want new features, please do let me know. I | ||
26 | would be honored at the opportunity to make a tool | ||
27 | better. | ||
28 | |||
29 | I built this because I wanted the ease of vim bindings | ||
30 | with the benefits of keeping a todo list on hand. It is | ||
31 | very simple and minimialist. | ||
32 | |||
33 | ======================================================= | ||
34 | *bujo-features* | ||
35 | 2. Features~ | ||
36 | |||
37 | * Conveniently open your todo list in vim | ||
38 | - Run :Todo | ||
39 | * Easily insert a new task | ||
40 | - Press <Ctrl-Enter> | ||
41 | * Easily check off a task | ||
42 | - Press <Ctrl-Backspace> | ||
43 | |||
44 | ======================================================= | ||
45 | *bujo-notes* | ||
46 | 3. Notes | ||
47 | |||
48 | I am not sure that writing this todo file into the root | ||
49 | directory is the best way to go about it. I have never | ||
50 | made anything like this, and couldn't find resources | ||
51 | that were helpful with how to handle such situations. | ||
52 | |||
53 | If this annoys anyone, please do let me know. I am | ||
54 | happy to change it, and happy to know if there are | ||
55 | better standardized ways to go about this | ||