Conversation
vwtree stands for VimWikiTREE.
* Use perl's non-greedy regex to allow files with ── in their name.
* Remove extraneous newline after title.
* Clarify that users can run command with no argument; script will run
in the current directory.
Print one todo item per line in wiki format with linked page. Print at the top of the output file, with the contents following.
* Use -t to only print todo items; -c to only print table of contents. * Print usage with -h or error in options. * Fix header comments. * Minor grammar fixes.
|
I'm not sure if I did this the "correct" way, so please let me know. I created a new branch (vwtree_dev), and made the pull request from this branch. Cheers. |
|
Printing out the open todo items is surely useful, but has exactly nothing to do with printing the tree structure of the wiki. Why not making a script of its own? |
|
I put it in a single script because personally, I output to a single I guess two scripts might work, although personally, I'd probably alias |
Fixed bugs:
Added features: