Removed duplicate TODO, Added features list
This commit is contained in:
parent
dd635152c5
commit
9a07da1ad1
17
Vimwiki.wiki
17
Vimwiki.wiki
|
@ -1,9 +1,12 @@
|
||||||
= Vimwiki =
|
= Vimwiki =
|
||||||
|
|
||||||
== TODO ==
|
Source: https://git.thurstylark.com/vimwiki.git/
|
||||||
* [X] Commit to a repository
|
|
||||||
* [X] Setup remote to host
|
==Features==
|
||||||
* [X] Setup remote to automatically `:VimwikiAll2HTML` after it's been pushed to
|
|
||||||
|
* 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 ==
|
== Table tweaks ==
|
||||||
|
|
||||||
|
@ -25,8 +28,8 @@ This adds `.table`, `.table-condensed`, and `.table-hover` classes to every tabl
|
||||||
|
|
||||||
=== References ===
|
=== References ===
|
||||||
|
|
||||||
http://stackoverflow.com/a/39897883
|
* http://stackoverflow.com/a/39897883
|
||||||
http://www.w3schools.com/jquery/jquery_syntax.asp
|
* http://www.w3schools.com/jquery/jquery_syntax.asp
|
||||||
|
|
||||||
== HTML Checkboxes ==
|
== 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] Commit to a repository
|
||||||
* [X] Setup remote to host
|
* [X] Setup remote to host
|
||||||
* [X] Setup remote to automatically `:VimwikiAll2HTML` after it's been pushed to
|
* [X] Setup remote to automatically `:VimwikiAll2HTML` after it's been pushed to
|
||||||
* [ ] Document push to deploy
|
* [X] Document push to deploy
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue