anki
Here are 458 public repositories matching this topic...
Reproduction Steps
- Click Plus sign
- Add
- Type in your note
- Check Mark (save)
At this point, I would like to be able to see a link to the last inserted note to be able do re-edit it again without having to navigate through the search tool.
Expected Result
Actual Result
Debug info
Refer to the [support page](https://ankidroid.org/doc
Originally suggested by Reddit user /u/DrCoffeeLord:
What about a feature that allows you to mark events in the Heatmap addon? It would be pretty simple I reckon, you click a "square" day, choose "add title" and type in like "Neurology exam" and then choose a color. Then that day would be marked with that color instead of t
-
Updated
Jun 20, 2020
There has already been some comments and discussion about this such as FooSoft/yomichan#322, but I'll open it as a new issue for better tracking.
I think the project is becoming so large that it would help new developers and our future selves if we documented the core components and their relationships so that it can be referenced while reading the source code and disc
It would be nice to be able to edit several similar notes using Column View. This could be done if notes supported using Org properties for fields instead of only subheadings.
Another interesting idea would be to support Org tables for defining several similar notes.
Islands, micro-nations and small dependent territories are the trickiest to remember. Some hints as to where they are located may help to differentiate them.
The location info should be added to the Country info field and consist of a short, consistent sentence. For islands, the sentence should mention the geographical subregion (e.g. Caribbean), the landforms (atoll, islet, island, small
Wrong behavior
The shortcut to query work is to use Command+Q. However, this will quit the programme instead of query the word. Additionally, I cannot find the “Edit" Tab when I click "Tools" --> "Add-ons". How can I change the shortcut for the "query"?
When it happened
<img width="990" alt="screen shot 2018-10-18 at 5 05 45 pm" src="https://user-images.githubusercontent.com/33351735
One common point of confusion for new users is that they expect to have to click on "Add" in Anki's built-in AddCards dialog to create image occlusion notes. Although the documentation and various tutorials showcase the correct flow, this is not intuitively clear. It would be beneficial to have some kind of in-app guidance to nudge users to the right procedure when we find them to be pressing the
Sometimes importing causes a hexadecimal number to be appended, which makes the addon ignore the note type, which is just confusing.
I believe this word should display a definition since the popup window shows and it appears to be in JMdict (https://jisho.org/search/%E5%9B%BD%E3%81%AA%E3%81%BE%E3%82%8A).
This doesn't happen too frequently but it certainly isn't the first time I've encountered it (can't be more s
When I start Anki 2.0, "Your Incremental Reading settings file has been modified for compatibility reasons. …", and my custom QuickKey is not there when I start Anki 2.1 after that.
-
Updated
May 24, 2020 - Java
Prerequisite checklist
- Are you running the latest version of the add-on. Have you redownloaded the add-on from AnkiWeb to make sure?
- Did you check the add-on documentation (e.g. AnkiWeb description, Wiki if it exists) for known issues?
- Did you perform a cursory search through the existing issue reports?
What is the problem/feature you would like to see fixed/impleme
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
I have modified the code. Can you integrate it?
#笔顺
element = soup.find('div', id='header-img')
if element:
tag = element.find('img', {'class': 'bishun'})
if tag:
result['fanyi'] = tag.get('data-gif')
-
Updated
Jun 26, 2020 - Python
We currently overwrite CollectionStats.todayStats in order to allow users to define a custom maturity ivl. This can cause conflicts with other add-ons that patch the same method.
We should investigate if this approach is actually still necessary. For starters, we should look into conditionally overwriting CollectionStats.todayStats only if a non-defaut MATURE_IVL is set.
(Thanks to Gus
-
Updated
Feb 17, 2020 - Python
-
Updated
Mar 1, 2020 - Python
-
Updated
Apr 12, 2020 - JavaScript
-
Updated
Apr 12, 2020
Improve this page
Add a description, image, and links to the anki topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the anki topic, visit your repo's landing page and select "manage topics."



Right now when we drag and drop a document into the sidebar, the default preview is a WIDE image which makes it hard to figure out where to drop it in the sidebar.
We should implement a better drag preview.
Sort of like this:
... this can be done via the onDrag event. I tried to