diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | TODO.md | 12 |
2 files changed, 14 insertions, 0 deletions
@@ -47,3 +47,5 @@ Multiple files can be uploaded at the same time. If you have in-line images you'll need to upload them manually. Haven't tried it yet. +You might want to write a shell script wrapper to help with configuration and +pushing multiple files to multiple spaces. @@ -1,7 +1,19 @@ +program structure: +- check for pandoc existence +- render each file to pandoc format (checking for typos, etc) +- connect to server +- for each doc: + parse for metadata + read page to see if it exists + if no change, pass + else, upload + +TODO: - `--help` - installation procedure - extract space, title, and/or page ID from pandoc yaml header +- don't push if no change Nice to have, but unlikely to be implemented: |