I have a Published google document embedded in a tiddlywiki
<iframe style="width: 100%; height: 80vh;" src="https://docs.google.com/document/d/e/2PACX-1vS-tWnWyKzRAyAUT-IkR12Iw8VYqfPYLCGKyofsQIJa_WqCLKu73ZjRj5Z1DydTagCKklV-vmbchxNv/pub?embedded=true"></iframe>
- You can try this on TiddlyWiki.com
When you make changes to the underlying document the changes are published within 5 minutes. This is fine for most applications. As it will “refresh” when you open the tiddler containing the iframe.
Except when you are writing and embedding documents
- Google suggests using a meta tag inside the iframe tag
<meta http-equiv="refresh" content="300">
- However this is not refreshing as advertised.
Is there a way to address this?
- I Imagin tiddlywiki may be sanitising this or some other factor.
- Alternatively can we get tiddlywiki to do a timed refresh on our own tiddler.