Exporting
Images
Go to the export menu click on SVG...
to bring up the options to export your timeline to svg.
Auto-updating image links
If you are a markwhen.com subscriber, you can append .svg
to your own public markwhen.com links to get a svg. It will reflect the latest changes that have been made to that timeline automatically.
Supported query parameters:
Parameter | Possible value | Example value |
---|---|---|
dark | true or false | |
showEventTitles | true or false | |
showDateText | true or false | |
rowHeight | 2 or 3 or 4 | |
scale | 1 to 10 | |
roundedLeft | true or false | |
roundedRight | true or false | |
markers | decade , year , month , day , hour , minute |
https://markwhen.com/example.svg?rowHeight=3&markers=year&scale=1&showEventTitles=true&showDateText=true&roundedLeft=true&roundedRight=true
(give it a second to load...)
Caveats
- Initial load is slow
- Groups are not supported
Text
Appending .mw
to a markwhen url will yield the raw text in text/markwhen
format: https://markwhen.com/example.mw
. The markwhen at that url must be public or you must have access to it for this to work.
You can also copy the entire timeline to your clipboard from the export menu and click on Copy entire timeline to clipboard
.