From 9a07da1ad1d00ed23abb1e533f39964b46bb3063 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Tue, 10 Jan 2017 12:24:46 -0600 Subject: [PATCH] Removed duplicate TODO, Added features list --- Vimwiki.wiki | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Vimwiki.wiki b/Vimwiki.wiki index 1c3eec3..1a85366 100644 --- a/Vimwiki.wiki +++ b/Vimwiki.wiki @@ -1,9 +1,12 @@ = Vimwiki = -== TODO == -* [X] Commit to a repository -* [X] Setup remote to host -* [X] Setup remote to automatically `:VimwikiAll2HTML` after it's been pushed to +Source: https://git.thurstylark.com/vimwiki.git/ + +==Features== + +* All content is stored in a git repo as vimwiki content (to avoid having to sync HTML content as well) +* All content automatically converted to HTML and moved to the appropriate directory when the git repo is pushed +* [[https://git.thurstylark.com/vimwiki.git/tree/html-template/index.html|Template]] based on bootstrap, so theming/building the template is easy peasy == Table tweaks == @@ -25,8 +28,8 @@ This adds `.table`, `.table-condensed`, and `.table-hover` classes to every tabl === References === -http://stackoverflow.com/a/39897883 -http://www.w3schools.com/jquery/jquery_syntax.asp +* http://stackoverflow.com/a/39897883 +* http://www.w3schools.com/jquery/jquery_syntax.asp == HTML Checkboxes == @@ -135,5 +138,5 @@ Next, the script copies over the one CSS file that I need to host myself, and la * [X] Commit to a repository * [X] Setup remote to host * [X] Setup remote to automatically `:VimwikiAll2HTML` after it's been pushed to -* [ ] Document push to deploy +* [X] Document push to deploy