You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
Hi @eyeinsky, thanks for the answer ! I generally only use org-anki-sync-entry.
I guess it may be better to create a new command to avoid conflict with the other method, for example if one puts headers inside a org block code (not that I would personally need to do that).
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 !
The text was updated successfully, but these errors were encountered: