Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 920 Bytes

File metadata and controls

18 lines (12 loc) · 920 Bytes

Alfred workflow. URL to TiddlyWiki5 image reference

Alfred workflow that converts the url of an image to a TiddlyWiki5 image URL. If the image URL is followed by a space, then all the subsequent text is transformed into a figure caption. For example an Alfred command like

becomes an TiddlyWiki expression like this:

[img[https://dask.org/_images/dask-array-black-text.svg]]
<figcaption>
Dask arrays scale Numpy workflows, enabling multi-dimensional data analysis in earth science, satellite imagery, genomics, biomedical applications, and machine learning algorithms.
</figcaption>

What looks like this in TiddlyWiki:

Dask arrays scale Numpy workflows, enabling multi-dimensional data analysis in earth science, satellite imagery, genomics, biomedical applications, and machine learning algorithms.