You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, could re-implement using insertsymbol.py as a base (with ConfigManager.get_config_file('replacements.list') instead of json, need to modify load_file a bit); who wouldn't like an InsertTextDialog for their canned responses etc? Showing a list shouldn't be too hard, and having an Edit button open replacements.list in a text editor is an easy way out of writing more GUI :)
Edit: s/symbol/text: 092c8e9; works with minimal changes, though looks goofy :D
Note to self: the og plugin doesn't need the list anymore as Python now retain order
A simple GUI to input/modify replacements, similar to what's shown in this screenshot nicked from zim-desktop-wiki/zim-desktop-wiki#846
Should have the current path input above with buttons to save and reload, or another solution for backing up/external modification.
The text was updated successfully, but these errors were encountered: