talha131_macro_docx.json (1.2 KB)
This tiddler adds a macro docx
that lets you embed DOCX files into your tiddlers.
You can either pass the direct URL of the docx file.
<<docx "https://example-url.com/file.docx">>
Or you can add a tiddler and set its _canonical_uri
field to the URL of the docx file, in which case you will use the macro like this
<<docx "example tiddler">>
In this case, the macro will read _canonical_uri
from your “example tiddler.”
Here is a screenshot to demo this feature