Page 1 of 1

Embedded HTML, like Treepad

Posted: Wed Apr 22, 2020 4:55 am
by miCurious
Hi,

I just purchased My Info, after being with Treepad Enterprise for years.

One of the Export features with Treepad, was the ability to embed html in the Treepad document.

So e.g., if you wanted to display a Youtube object, from the video

Project Management Information System
https://www.youtube.com/watch?v=9G0x8mY1y7I

, you would enclose the Embed html text (from the Share/Embed option under the video Youtube )

inside $( and )$ delimiters in a Treepad article, thus:



$(

<iframe width="560" height="315" src="https://www.youtube.com/embed/9G0x8mY1y7I" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

)$

Then, when you export the treepad document to a website, that particular article/web page will display an control with an embedded video.


Can MyInfo do something like that, eventually?