You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sir, I would like to add HTML widget like Adsense ads. But, there is no such widget. Also, I want to add code inside tag. I think there is no option for that. Please help me.
The text was updated successfully, but these errors were encountered:
Hi @mariaregan. thank you for feedback. I think that AdSense widget would be a good addition to to the list, we'll include it into our scope of works.
Regarding the code inside a tag: one of the key concepts in Paperbits is a separation of data (JSON) from its presentation (HTML, JS, CSS). You can think of it as Markdown, but more sophisticated (since we render not only text but also layouts, widgets, styles, etc.). However, nothing prevents you from creating a widget accepting free HTML/scripts as configuration.
Please check back to the documentation and paperbits-demo repo later this week, we're going to add "How to create a widget" guide and a widget scaffold.
@mariaregan, as I mentioned, the article is coming, but the scaffold has been added already. If you pull the latest changes and launch it, you will see it in "Add widget" list.
That's right, it's just a scaffold for your own widget where you can replace HTML content with your own, e.g. with the AdSense script. Also, please read about Widget Anatomy to better understand how it works.
Sir, I would like to add HTML widget like Adsense ads. But, there is no such widget. Also, I want to add code inside tag. I think there is no option for that. Please help me.
The text was updated successfully, but these errors were encountered: