Skip to content

Commit

Permalink
To pdf (#5)
Browse files Browse the repository at this point in the history
Change version number, and add release notes
  • Loading branch information
JakeRoggenbuck authored Mar 17, 2021
1 parent 37e1c7d commit 7f5cd94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,16 @@ nnoremap <Leader>z :call OpenDrafts()<CR>
- Add `ClipDraft()` or `DraftCopy`
- Add `Buffer reload for DraftExt`

#### 0.4 draft.vim - convert features
- Add `ConvertMDToHTML()` for `DraftToHTML`
- Add `ConvertMDToPDF()` for `DraftToPDF`
- Add `ConvertHTMLToPDF` and `ConvertToPDFFromTemplate()` for `DraftToTemplatePDF`
- Add template for html conversion
- Change readme format a little
- Add vimawesome link!

## TODO
- Keybind or function call to copy contents without header to file
- Make a convert to pdf for markdown

## Maybe TODO
- 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
2 changes: 1 addition & 1 deletion plugin/draft.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" draft.vim - Quickly writeup and save drafts for messaging apps in your favorite editor
" Authors: Jake Roggenbuck
" Version: 0.3
" Version: 0.4
" License: MIT

if exists('g:loaded_draft_plugin') || &compatible || v:version < 700
Expand Down

0 comments on commit 7f5cd94

Please sign in to comment.