- This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The forum ‘Other’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
I was looking for something that will let me edit text within html elements on the fly and I came upon this http://www.mediumra.re/pivot/variant/builder.html
If you add an element and click on the text, you can edit it right in the browser. What plugin is that builder using? or do you know a better plugin that does this?
Not sure what plugin they’re using, it looks like something proprietary, but you can try TinyMCE. Might be a bit of an overkill, but it can do what you want
Apparently its not a plugin. Its an html attribute https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_Editable
contenteditable
allows you to edit an html page (and it is awesome), but it doesn’t provide any mechanism for saving those changes. That’s the part that seems to be proprietary.
I think markItUp is better option for you. It is a very lightweight, customizable and flexible engine made to meet the developer’s needs in their CMSes, blogs or websites.