qqzsxyz / vimwiki

Automatically exported from code.google.com/p/vimwiki
0 stars 0 forks source link

Agenda for diary? #253

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be awesome to see some kind of agenda for diary files.

Some page where all unchecked to-do items will be shown. And when one toggles 
checkbutton in Agenda file, todo would be toggled in diary file the same way. 
for example:

>>cat agenda.wiki
=Agenda=
<!--FILE_NAME   TO-DO STRING-->
2011-11-13  # [ ] Scooby's birthday party
2012-12-23  * [ ] Killall humans

Original issue reported on code.google.com by dr.lovec...@gmail.com on 4 Oct 2011 at 8:17

GoogleCodeExporter commented 8 years ago
It's Enhancement not Defect

PS. i think it could be done with 'vimgrep' 
http://vim.wikia.com/wiki/Find_in_files_within_Vim

Original comment by dr.lovec...@gmail.com on 4 Oct 2011 at 8:28

GoogleCodeExporter commented 8 years ago
some how i found a compromise. wanna share it with community:
1) to use single file instead of diary files
2) use tagbar addon to navigate in the file
   http://www.vim.org/scripts/script.php?script_id=3465
   http://stackoverflow.com/questions/7037055/ctags-vimwiki-vim-and-tagbar-plugin
3) use snippets addon to "shortcut" date-input
   http://www.vim.org/scripts/script.php?script_id=2540

PS thank you for your great contribution in our productivity

Original comment by dr.lovec...@gmail.com on 5 Oct 2011 at 12:56

GoogleCodeExporter commented 8 years ago

Original comment by habamax on 23 Nov 2011 at 7:26