@@ -37,8 +37,25 @@ nnoremap <Leader>z :call OpenDrafts()<CR>
3737```
3838
3939## Use
40- - Open vim and run ` :Draft ` or ` :Draft "<Title>" ` to auto name with the date and time
41- - Edit the file extension ` :DraftExt .md ` to change the file to markdown
40+
41+
42+ ### Commands
43+
44+ | -------------------------| -------------------------------------------------|
45+ | Command | Description |
46+ | ` :Draft ` | Open a blanck new draft |
47+ | ` :Draft <title> ` | Open a draft with a title |
48+ | ` :DraftExt <extension> ` | Change the file extension of a draft |
49+ | ` :Drafts ` | Open the draft directory in a buffer |
50+ | ` :DraftCopy ` | Copy the contents of the draft to the clipboard |
51+ | -------------------------| -------------------------------------------------|
52+
53+ ### More info
54+
55+ - New draft: run ` :Draft ` or ` :Draft "<Title>" ` to auto name with the date and time
56+ - Edit the file extension: run ` :DraftExt .md ` to change the file to markdown
57+ - Open the drafts directory: run ` :Drafts `
58+ - Copy the contents of the current draft ` :DraftCopy `
4259- Draft will open a new file in a specific directory, with a unique name
4360- The file will be based on a template with stuff like the title and datetime
4461
@@ -49,9 +66,25 @@ nnoremap <Leader>z :call OpenDrafts()<CR>
4966#### Vundle
5067` Plugin 'jakeroggenbuck/draft.vim' `
5168
69+ ## Versions
70+
71+ #### 0.1 draft.vim - not fully functional, just a concept
72+
73+ - Open a new draft with a name
74+ - List the draft but no reopening them
75+
76+ #### 0.2 draft.vim - first complete version
77+
78+ - Add ` OpenDrafts() `
79+ - Add new command aliases ` Draft ` , ` DraftExt `
80+
81+ #### 0.3 draft.vim - more features
82+
83+ - Add ` ClipDraft() ` or ` DraftCopy `
84+ - Add ` Buffer reload for DraftExt `
5285
5386## TODO
54- - Keybind or function call to copy contents with and without header to file
87+ - Keybind or function call to copy contents without header to file
5588- Make a convert to pdf for markdown
5689
5790## Maybe TODO
0 commit comments