200ok-ch / organice

An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers
https://organice.200ok.ch/
GNU Affero General Public License v3.0
2.42k stars 150 forks source link

Allow capturing table entries #934

Open iocanel opened 1 year ago

iocanel commented 1 year ago

I would like to capture things that will be added to a table. At the moment this is not possible as the capture content is added as header (prepended with *). It would be great to have the option to capture a table entry or to choose if I want to capture as a header.

munen commented 1 year ago

Sure, sounds great. In Emacs, I have such capture templates myself - for example for expenses it's really great. From the mail program, I create expenses with a backlink to the mail.

Would you like to work on this feature?

iocanel commented 1 year ago

Sure, sounds great. In Emacs, I have such capture templates myself - for example for expenses it's really great. From the mail program, I create expenses with a backlink to the mail.

Would you like to work on this feature?

I can defintely give it a try.

munen commented 1 year ago

Nice! Good luck and enjoy^^

I’ll be happy to help out with testing and documentation.