Opengist Logo gist.melkat.dev

Explore

  • All gists
  • Topics
  • Users
melkat.dev
Give feedback on the new UI Powered by Opengist ⋅ 45ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
t

tapestry

Recently created Least recently created Recently updated Least recently updated

melanie / tapestry-attachment-extraction.js

Last active 3 months ago tapestry
0 0 1
1 /*
2 Attachment Extracting
3 for Iconfactory's Tapestry plugins
4
5 Grabs urls from a string, like `content_html` in a JSON Feed, and makes them attachments.
6
7 Made to be used in your Tapestry plugins like so:
8
9 ```js
10 const myItem = Item.createWithUriDate(url, date);