grasp icon indicating copy to clipboard operation
grasp copied to clipboard

How to capture the website with my own comments?

Open fu123456 opened this issue 4 years ago • 2 comments

I use this package in my Firefox, but it can not capture my comments. My org template is as follows:

python /home/***/nstall/grasp/server/grasp_server.py --path /home/***/org/bookmark.org  --template  $'** [[%:link][%:description]] %:tags\n%U\n' &

How can I capture the website with my witten comments? Thx.

fu123456 avatar Jun 24 '20 11:06 fu123456

Hi, sorry for a late reply! I think you need to use %:selection or/and %:comment, you can find some examples here: https://github.com/karlicoss/grasp/blob/af24c991579986cec73695daa8318e7831049305/server/org_tools.py#L91-L109

karlicoss avatar Jul 05 '20 12:07 karlicoss

Hi, sorry for a late reply! I think you need to use %:selection or/and %:comment, you can find some examples here:

https://github.com/karlicoss/grasp/blob/af24c991579986cec73695daa8318e7831049305/server/org_tools.py#L91-L109

Thanks. Now it does work well. Grasp is one of my most commonly used plugins.

fu123456 avatar Sep 08 '20 05:09 fu123456