Skip to content

Instantly share code, notes, and snippets.

@mturoci
Created September 6, 2022 16:43
Show Gist options
  • Save mturoci/e709b8dffb93b0f2c8f733974880a908 to your computer and use it in GitHub Desktop.
Save mturoci/e709b8dffb93b0f2c8f733974880a908 to your computer and use it in GitHub Desktop.
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