I'm searching for a simple solution to build a toolbar to insert textile markup.
No parser is needed, I only miss a toolbar / buttons to insert. Like quicktags for bbcode.
Is there a textile editor / toolbar or a universal js class?
- Insert markup like "*" around selected text
- Toogle markup (remove if inserted before
With some examples and hints I could try to build it myself.
I know MarkitUp, but would like to use a minimal and simple toolbar. Maybe something like used here...
Found a solution to insert markup. Should do it!
Basic example found with google JSFiddle demo
I put together a JSFiddle demo with a contenteditable div and simple insert B-tag "button".