annot
annot copied to clipboard
Implement an annotation browser
annot.el would be really nice for making reviews of files. For the review
meeting it would be nice if one could have an overview of all annotations over
different files. For this purpose it would be really nice to have an annotation
browser, which shows the file name, the line number and the annotation (or a
preview of the annotation in case it is a multiline one). Easiest case it could
use grep-mode ...
Nice mode otherwise, thanks!
Daniel
Original issue reported on code.google.com by [email protected]
on 7 Apr 2011 at 12:21
Right. It's nice to have something like that.
But since I probably wouldn't use the feature myself, I'd like to wait and see
if there are more people that actually want it. If I get enough voice, I'll try
to add some code for it. Feel free to do the implementation yourself if you
can't wait though ;)
Original comment by [email protected]
on 26 Jun 2011 at 7:00
Maybe you could just implement another command, that creates a new buffer with
the content of the annotation file which can then be edited and saved.
Ideally you would even convert the content from elisp to org-mode. Once in
org-mode, the annotations can be exported to a bunch of formats.
Unfortunately I'm not familiar with elisp, at least not enough to do something
like this myself. So please let me know if you'll implement something like
this, if not I'll probably create a little python script to do it.
Thanks again for the great work!
/martin
Original comment by [email protected]
on 24 Feb 2012 at 11:11