BlueGreenMagick

Results 64 comments of BlueGreenMagick

It's because of the conditional replacements. Ideally, this addon should also allow you to edit what is inside the conditional replacements, but it cannot and I don't see any easy...

As AnkingMed replied, this addon should work for all note types. Could you check if your html doesn't have unclosed tags or quotes?

{{FrontSide}} isn't an actual field, but is replaced with the content of the card template front side. So try putting `{{edit:FieldName}}` on actual field names. (like `{{edit:Reading}}` for example)

You can try checking 'Ctrl + Click' option in the add-on config and see if it changes anything. If it doesn't work, you will have to modify your note type...

It's not documented, but you can already do it by editing the add-on config raw JSON. 1. Open the add-on config, click 'Advanced'. 2. Find the following line: ``` "special_formatting":...

If Ctrl+R doesn't work, I don't think there is a simple way to do it. If you are experienced with Javascript, you could write some code to achieve it. https://github.com/BlueGreenMagick/Edit-Field-During-Review-Cloze/blob/master/FAQ.md#how-to-add-a-custom-shortcut-action

In the add-on config, try turning off 'image resizing'.

This theme is in old format. It will need to be rewritten to newer format before it can be added to preset. (I'm not the maintainer, so this PR may...

> I will have a look. I would think you would only need to filter by `importerId`? It wouldn't work if the workspace package had another workspace package as dependency....

> It might be possible to use existing filtering for this. We already have filtering that finds the workspace projects that are dependencies of a project, when the `--filter=foo...` option...