metafacture / metafacture-fix

Work in progress towards an implementation of the Fix language for Metafacture
Apache License 2.0
6 stars 2 forks source link

Support full Flux with URL input in web UI #6

Closed fsteeg closed 4 years ago

fsteeg commented 4 years ago

To run workflows like:

"https://www.hoou.de/materials/tutorial-lernen-lernen" | open-http ...

See also https://github.com/metafacture/metafacture-core/issues/312

fsteeg commented 4 years ago

Deployed to http://test.lobid.org/fix:

Data: leave empty Flux: "https://www.hoou.de/materials/tutorial-lernen-lernen"|open-http|decode-html|fix|encode-json(prettyPrinting="true") Fix: map(html.head.title.value,title) map(html.body.div.div.div.div.div.div.div.p.value, description)

acka47 commented 4 years ago

+1 Works great, also in Chromium.

fsteeg commented 4 years ago

Merged, closing. See https://github.com/metafacture/metafacture-fix/commit/2e20b99879d5f56e7b9398128061d37436cb693b.