Jump to content

itc4eff

Level 1
  • Posts

    6
  • Joined

  • Last visited

Posts posted by itc4eff

  1. Hello iShiBin,

    I can't really speak for this fork as they took a different path to get what I call "notes informations".
    However, you could try to go to the source code (available in your addons directory), and add tags = [] after the line 411 of Evernote2AnkiMac.py

        def get_note_information(self, note_guid):
        	tags = []  # add this
            whole_note = next((l for l in USE_APPLESCRIPT['notes'] if l['guid'] == note_guid), None)

    Tell me if it works. 

    • Like 1
  2. Hello,

    I am the main developper of evernote2anki and reached this discussion by chance (I was googling for other things related to spaced repetion).
    The project has been improved and renamed as anknotes. The repository for the anki plugin is here : https://github.com/brumar/anknotes .  To get it work you just have to put the files in your anki addons folder and add your settings by reaching a submenu that has been created within anki.

    If you are a Mac user, you should look at this nice fork : https://github.com/rbuc/Evernote2AnkiMac

    PS : I did not re-tested the plugin recently, so if you find any bug, please let me know.

    Cheers !

    • Like 1
×
×
  • Create New...