hwiorn / anki-open-org-note

This Anki plugin makes workflow that going back to your original org-heading and text easily without any extra backlink field.

Home Page:https://ankiweb.net/shared/info/1094177960

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open the original org-note related the card from Anki!

icons/unicorn.png

Just make some Anki cards from org files and Press Ctrl+O key in Anki when you are reviewing one of the cards. You don’t need any sophisticated works inside org files to open the related org file. This plugin makes workflow that going back to your original org-heading and text easily without any extra backlink field.

How to Use

screencast/sc_1.gif

  1. Install this plugin.
    • Please copy and paste 1094177960 into your Anki 2.1.
  2. Change your default org-directory path(~/org) in the open-org-note plugin.
    • Go to tools menu -> Click Add-ons -> Select Open Org Note -> Click the Config Button.
    • Multiple org-directories are supported.
  3. Make your anki-card using org-anki or anki-editor.
    • This plugin handle cards only which are generated from org files using Emacs.
    • Make sure your Emacs server must be running. e.g. M-x server-start
    (unless (server-running-p)
      (server-start))
        
  4. When you are on Review or Deck-Browser, click the Open Note button or Press Ctrl+O key.
    • You can change the Ctrl+O shortcut in the config window.
    • This plugin will search card id through your org files entirely. If you have ripgrep program in your system, this searching will much faster.

TODOs

  • [x] Implement a initial anki plugin.
  • [x] Support the org-mode-incremental-reading
    • org-anki and anki-editor use the tree structure for card design. But org-mode-incremental-reading adds a property drawer for the card design to handle the long text such as book and article sytles.
  • [ ] Support markdown files for obsidian and logseq.

Contributions

About

This Anki plugin makes workflow that going back to your original org-heading and text easily without any extra backlink field.

https://ankiweb.net/shared/info/1094177960

License:GNU General Public License v3.0


Languages

Language:Python 97.6%Language:Shell 1.8%Language:Smarty 0.5%