ghoshi / annot

annot.el - a global annotator/highlighter for GNU Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request:use an icon instead of text on current line indicates the annotation.

GoogleCodeExporter opened this issue · comments

I like the annotation style of amazon kindle.
Could you implement it in future version?

With Best Regards.
jingtao.

Original issue reported on code.google.com by jingta...@gmail.com on 28 Feb 2012 at 5:31

Jintao,

Could you be more specific?  I do not own one myself and have no idea how 
amazon kindle presents annotations.

Original comment by tky...@gmail.com on 27 Dec 2012 at 6:46

Hi,
I have implemented it with a modified version of ipa.el and attach it in the 
message.

The define-quick-choise(a function of mine,as an entry to call ipa related 
function)
shows How I use them.
(define-quick-choise my-annotation 1
  ("insert in place" ipa-insert-with-org)
  ("edit in place" ipa-edit-with-org)
  ("display annotation in place" ipa-display-current)
  ("list annotations in current buffer" anything-ipa)
  ("global annotations" anything-ipa-global))

Original comment by jingta...@gmail.com on 27 Dec 2012 at 7:12

Attachments:

commented

My view is that the current annot implementation is more intuitive.