`<region contentEditable="true">` in Regions plugin
See original GitHub issueHi. Is there a way to use contentEditable="true"
for <region>
in Regions plugin?
This feature will make Wavesurfer instantly the best subtitles editor.
I tried it in browser now, and excited about it. Tomorrow I will try to realize it in my app.
Please share your thoughts.
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
Allow editable areas in browser (contentEditable)
Just assign the attribute contenteditable="true" to an element in your document ... issues with toggling designMode when there's contentEditable regions.
Read more >Region Commands — WorldGuard 7.0 documentation
Creates a new region with a given ID and an optional list of owners. Your current WorldEdit selection is used for the area...
Read more >The Road to HTML 5: contentEditable - The WHATWG Blog
Setting contentEditable to "true" allows you to make parts of a document editable. ... on the editable region, and to query the current...
Read more >ARIA Techniques for WCAG 2.0 - W3C
Properties to define live regions of a page that are likely to get updates ... such as custom text inputs constructed with div...
Read more >contenteditable change events - javascript - Stack Overflow
<div contenteditable="true" id="editor">Please type something in here</div> ... I've modified some of the code available here into a jQuery plugin so it is ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@vitalii-bulyzhyn I opened PR with these features (editableContent + removeButton) 😸
@vitalii-bulyzhyn
Yesterday I started to work on it 😃
My idea is to add new param on initializing region plugin:
contentEditable: true
. It will add editable div inside each region (with text of phrases -{start, end, text}
).After text editing, event ‘region-changed’ will be fired with new region (new text inside).