Removed duplicate TODO, Added features list

This commit is contained in:
David Thurstenson 2017-01-10 12:24:46 -06:00
parent dd635152c5
commit 9a07da1ad1
1 changed files with 10 additions and 7 deletions

View File

@ -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