melanie / tapestry-attachment-extraction.js
0 likes
0 forks
1 files
Last active 8 months ago
| 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); |
Newer
Older