Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix and enhance browser_create_duplicate #203

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

thiswillbeyourgithub
Copy link

@thiswillbeyourgithub thiswillbeyourgithub commented Apr 3, 2024

Might also fix #177 #155 #147 #49

  • update to work with recent anki version

    • includes a better version of my changes made 2 years ago in browser_create_duplicate : make compatible with anki 2.1.49 #187 (which I'll immediatly close)
      • notes:
        1. I readded the code to "assign model to deck"
        2. I don't know enough about the inner workings of anki to know why exactly adding 'False' as argument solved issues as I don't know what it does.
        3. If you prefer instead to keep both version of the code with an ifelse to differentiate versions I'll do that.
  • feat: add config for hotkey, adding tags, removing tags, resetting fields

    • new feature: I've been using it for a while and decided to make a PR. It allows to modify the hotkey, declare a list of tags to add to the duplicated notes (with optionnal timestamp/date), declare a list of regex for matching tags to exclude from the new cards, declare a list of fields to reset in the new note.
  • updated the copyright of glutanimate

    • Not sure you actually want that.

Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
…elds

Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create duplicate addon
1 participant