Komunica

Results 27 comments of Komunica

@ts-thomas no news about this task? Thanks

For now i solve by adding class `bre-editable` in template, then calling Summernote instance in onBlockSelect() and destroy it in onBlockDeselect(). For example: ``` onBlockSelect: function(block) { $('.bre-selected .bre-editable').summernote({ airMode:...

You should use a specific plugin. In past i used this http://jakiestfu.github.io/Mention.js/

I'm not sure. I think that @neuropass wants a "mention" feature that combines text and other info from autocomplete (eg. recipient, user, ...): this is not possible with autocomplete.js or...

Very good! Maybe i would prefer not use template strings to have IE full compatibility.

@alfredobarron ok for listeners, now i understand. I'll add the listners. About the "lite" code/template (removing anchor tag), i think that this is better because user is free to use...

Puoi impostare tutto intervenendo sulla griglia e sulle opzioni di default (vedi /components/raw/carousel/index.js).

ciao @gunzip, a mio avviso un buon esempio è il solito http://www.comune.levico-terme.tn.it anche se in alcuni casi si opta per riportare informazioni e contatti in una sola colonna destinando la...

Salve, nessuna novità per questo componente?

@pawelgrzybek in my opinion best way should be something as follow: 1. remove `mergeSettings()` 2. add a `extend()` 3. get `this.config` in `constructor` as `extend()` of default settings, custom options...