Hi, First of all thanks for the great plugin ! I wonder whether it is possible to add the following scheme for creating cards : given a code block in org, use its title as front and the content as back, so something like
#+TITLE: front
#+ANKI_DECK: deck
#+begin_src org
back
#+end_src
In my case, it would be useful to avoid creating too many low-level headings (for maths definitions / theorems), and make some of my notes more suitable for export to pdf for example, or for babel-tangle.
I don't expect it to be easily doable, if at all, but in case I am wrong, I guess that would be a useful feature for some people. Thanks again !
Hi, First of all thanks for the great plugin ! I wonder whether it is possible to add the following scheme for creating cards : given a code block in org, use its title as front and the content as back, so something like
In my case, it would be useful to avoid creating too many low-level headings (for maths definitions / theorems), and make some of my notes more suitable for export to pdf for example, or for babel-tangle.
I don't expect it to be easily doable, if at all, but in case I am wrong, I guess that would be a useful feature for some people. Thanks again !