From 7f5cd94e67e69f1aecc8ed58d409309a118c9ac8 Mon Sep 17 00:00:00 2001 From: JakeRoggenbuck <35516367+JakeRoggenbuck@users.noreply.github.com> Date: Wed, 17 Mar 2021 13:38:10 -0700 Subject: [PATCH] To pdf (#5) Change version number, and add release notes --- README.md | 9 ++++++++- plugin/draft.vim | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d17df3d..bc869bb 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,16 @@ nnoremap z :call OpenDrafts() - 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 diff --git a/plugin/draft.vim b/plugin/draft.vim index bff3321..3793df0 100644 --- a/plugin/draft.vim +++ b/plugin/draft.vim @@ -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