alexandergogl / URL-to-TiddlyWiki-image-reference

Alfred workflow that converts the url of an image to a TiddlyWiki5 image url

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Alfred workflow that converts the url of an image to a TiddlyWiki5 image url

License:MIT License


Languages

Language:Python 100.0%