Coder Social home page Coder Social logo

hwiorn / anki-open-org-note Goto Github PK

View Code? Open in Web Editor NEW
12.0 1.0 0.0 1.37 MB

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

License: GNU General Public License v3.0

Python 97.62% Shell 1.84% Smarty 0.53%
anki anki-addon backlinking emacs org org-mode

anki-open-org-note's People

Contributors

hwiorn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

anki-open-org-note's Issues

macOS compatibility

Hey! Happy Thanksgiving holiday! I really appreciate your amazing work! I just want to know if this plugin is available on macOS. I tried, but I couldn't find the ID in Emacs.

q9Vd6Nps-h8u1MpZr-defNwMXY-y1ozMFnA-9GDWeJKu

Thanks!

'list' object has no attribute 'split'

Installed this plugin today, and followed the manual, finish config this add on:

{
    "org-paths": [
        "~/Org/roam"
    ],
    "ripgrep_opts": "rg -ni",
}

then I got error: 'list' object has no attribute 'split'. And I follow the Error Message and modify the code on L98 of __init__.py:

https://github.com/hwiorn/anki-open-org-note/blob/main/__init__.py#L98

into this:

        rg_ret = subprocess.run(rg_opts + ['--json', pat, search_path], stdout=subprocess.PIPE).stdout.decode('utf-8')

and it works for me.

I do not PR this because I can't figure out this is an unintentionally introduced BUG, or a compatible problem.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.