Quote:
Originally Posted by John123
So, just to recap, this added: "id1", "id2", "id3" etc. incremently to all the Chinese Logograms spans as an aid to inserting "chinese1.svg", "chinese2.svg" and so on, to make sure I am inserting the correct image number into the correct slot.
|
Yep. BTW, you can also change the id prefix from "id" to "chinese" (or another unique value) in the plugin dialog.
Quote:
Originally Posted by John123
Incidentally, it added a space after the close tag > where punctuation: period, colon, etc. followed this closing tag.
|
This appears to be a "feature" of the Beautiful Soup HTML parser that my simple plugin uses for the searches. Unfortunately, I don't know how to fix this.