Skip to content

Instantly share code, notes, and snippets.

@vilmibm
Created January 22, 2012 21:22
Show Gist options
  • Save vilmibm/1658886 to your computer and use it in GitHub Desktop.
Save vilmibm/1658886 to your computer and use it in GitHub Desktop.
marimo writecapture_delay tag
{% writecapture_delay %}
<!-- VVVVVV renders VVVVV -->
<!-- above add_widgets call in head: -->
writecapture.widgetlib.writecapture_widget.render_events.concat(['some_random_string']);
<!-- at the point of the tag: -->
<script>marimo.emit('some_random_string');</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment