Postleaf / postleaf

Simple, beautiful publishing with Node.js.
https://www.postleaf.org/
MIT License
505 stars 204 forks source link

HTML code block #94

Closed kylechine closed 6 years ago

kylechine commented 6 years ago

Summary

I like Postleaf's inline-edit style. However, sometimes, I still need to insert some HTML code. Current editor prevents me to do so.

For example, I want to insert Common Creative License code at the footer of each post.

Expectition

It may be better to allow the editor to recognize some kind of HTML tips like:

<div class="html_code">
HTML code here. The editor may recognize it by Class "html_code"
</div>

Additional info


Note: This issue tracker is ONLY for bug reports and feature requests. If this is a personal support issue, please visit postleaf.org/support.

kylechine commented 6 years ago

Oh, I'm sorry I just found there is an embed button for HTML code.