bevacqua / woofmark

:dog2: Barking up the DOM tree. A modular, progressive, and beautiful Markdown and HTML editor
https://bevacqua.github.io/woofmark
MIT License
1.62k stars 74 forks source link

Some questions :) #12

Closed shiren closed 9 years ago

shiren commented 9 years ago

2015-06-16 4 33 33

I need some functions as below.

1) the way to apply widget like facebook's mention ui 2) text highlights in textarea (you can see a automatically highlighted name when you mention your friend’s name with “@“ in Facebook)

Does woofmark provide a way to do them? Or do you have any plan to provide?

thank!

bevacqua commented 9 years ago

The first you can already do using insignia. The second you can easily do by restricting the editor to WYSIWYG mode only and highlighting links via CSS.