Skip to content

Commit 8a9074b

Browse files
Add update to readme
1 parent b306a97 commit 8a9074b

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,23 @@ nnoremap <Leader>z :call OpenDrafts()<CR>
8989
- Add `Buffer reload for DraftExt`
9090

9191
#### 0.4 draft.vim - convert features
92+
9293
- Add `ConvertMDToHTML()` for `DraftToHTML`
9394
- Add `ConvertMDToPDF()` for `DraftToPDF`
9495
- Add `ConvertHTMLToPDF` and `ConvertToPDFFromTemplate()` for `DraftToTemplatePDF`
9596
- Add template for html conversion
9697
- Change readme format a little
9798
- Add vimawesome link!
9899

100+
#### 0.5 draft.vim - more features
101+
102+
- Add `DraftDragonPDF` for `DraftDragonPDF`
103+
- Add `DraftOpenPDF` for `OpenPDF`
104+
- Add requirements
105+
99106
## TODO
100107
- BUG: having certain symbols like `(` or `)` in the title break things like the `DraftCopy`
101-
- Keybind or function call to copy contents without header to file
102108
- Make md to template pdf correctly do syntax highlight
103-
- Add feature to xdg open your pdf or html file
104109

105110
## Maybe TODO
106111
- Make a draft file type with metadata and parse out the metadata when opened in vim, then use this data to search for notes better and stuff, like have raw data for python to search better with

0 commit comments

Comments
 (0)