Created
September 6, 2022 16:43
-
-
Save mturoci/e709b8dffb93b0f2c8f733974880a908 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if q.events.editor: | |
if q.events.editor.save: | |
q.page['text'].content = q.events.editor.save | |
q.page['editor'].title = 'Editor' | |
elif q.events.editor.change: | |
# Show "dirty" state by appending an * to editor card title. | |
q.page['editor'].title = '*Editor' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment