-
Notifications
You must be signed in to change notification settings - Fork 2
should someday embed and base64 encode sources, optionally #5
Description
I'll have feeds of notes and photos I want to see. I probably don't want to create an iframe for every little thing.
Could be a query parameter: "embed=txt,json" or "embed=text/plain,text/html"
I want an option so that when I reach a source parameter, I resolve it locally and paste the escaped text as textContent on that node.
This would be cool to have up-to-date / 'collaborative' notes / image library where on a plain HTML page you could make notes and edit notes (just interpolate the notes with a form, including the current text as the input textarea content. When you submit anything, it would reload the whole page with new content, but as other people add content, the html page will have DIVs replaced... cool. will transfig automatically replace old versions based on some id ? With directory contents I select 'pathname' as the key to use to grab old unique-id and send a style-uniqiue-id:display:none to replace the old item with that same key. call it "unique=pathname" attribute... ukey, pkey, solo=pathname, something like this