etiquette/frontends/etiquette_flask
voussoir 4da331a3ab Fix entry_with_replacements unable to select text.
This hook had a bug where you couldn't select text because every
time you push a button, including ctrl+a or shift+left/right, the
cursor position gets reset and then deselects immediately.

So let's only reset the content and cursor only when text changes,
so arrow keys and ctrl don't have any negative effects.
2020-01-30 12:28:28 -08:00
..
backend Add jinja_filters.make_attributes. 2020-01-14 15:10:47 -08:00
static Fix entry_with_replacements unable to select text. 2020-01-30 12:28:28 -08:00
templates Add entry_with_tagname_replacements for use on tagname inputs. 2020-01-15 20:29:56 -08:00
tests Move site tests to the site frontend folder. 2017-11-12 01:14:02 -08:00
etiquette_flask_entrypoint.py Rename the etiquette_flask backend package to backend. 2018-11-04 19:45:23 -08:00
etiquette_flask_launch.py Rearrange imports so voussoirkit is right after lib imports. 2018-11-04 19:27:20 -08:00