anki-enhance-main-window icon indicating copy to clipboard operation
anki-enhance-main-window copied to clipboard

Adds a lot of features to the main window, and to configure them

Results 48 anki-enhance-main-window issues
Sort by recently updated
recently updated
newest added

How can I modify the font size displayed by this plugin? If possible, can you give configuration statements?

New features include: - changing default deck name color - changing size of deck stats - changing size of deck names - change font family of deck names and stats

Hi, I use AnkiConnect "addNotes" api to add large number of notes to Anki. and I noticed when Enhance Main Window addon is enabled, the speed of the api will...

Hey, thank you for all your help so far. I was wondering if it was possible to change the colors on the bar?

Hi, I think it would be nice to only calculate the queries that are going to be shown. I am only keen to show 3 extra rows than vanilla Anki....

node.py ```py def setFlags(self): flagColor = {1:"red", 2:"orange",3:"green", 4:"blue"} for absoluteOrPercent in self.count: for kind in ["deck", "subdeck"]: hasFlag = False for i in range(1,5): if self.count[absoluteOrPercent][kind][False].get(f"flag {i}"): hasFlag =...

I use night mode. And the color of header is green. When I disable night mode, the color of header is black. I can not find any code to change...

After I disable several columns, the entire window width seems unchanged, the scrollbar is still displayed when it is not needed. ![2](https://user-images.githubusercontent.com/5652553/66095681-fcdce400-e5ca-11e9-844b-ef8784d1e2dc.jpg)

According to the docs, removing the `overlay` attribute from the config file should show no description when hovering under the associated column in Anki. However, I've tried this, and the...

Hi, In Anki Version 2.1.15 (442df9d6) I switched to experimental V2 scheduler. After that, I experienced some problems. Column "description": "Review cards cards you will see today (and the ones...