If you have any question about implementing semantic-ui version, feel free to ask.
Youngteac Hong
@hackerwins
@daslicht Thanks for your interesting about summernote. If you already implement elfinder plugin, Please send pull request.
Youngteac Hong
@hackerwins
@BenJenkinson Summernote doesn't have enough test codes yet. Now, We don't care about code coverage for PR yet.
@immysl Thanks for reporting. The bug you mentioned was fixed on develop branch.
Youngteac Hong
@hackerwins
We still have two tasks for release v0.7.0. First is a stand-alone icon font and another is a documentation about new module system.
Ivanthadev
@ivanthemeh
Hey guys anyone available for help?
Marc Wensauer
@daslicht
just ask
@hackerwins no elfindler plugin yet , i just have hacked something in summernotes settings
Alex Pavlovic
@beyondcreed
Hello. We are currently using standalone version with Semantic UI. We had to bring our AngularJS to version 1.4 in order for things to work. Question: Is there a video plugin. We need basic youtube/vimeo support.
nnquangthang
@nnquangthang
@beyondcreed How to use it with Semantic UI?
_
ericleethrinacia
@ericleethrinacia
@nnquangthang Hi, in the summernote downloaded from their website, there is a summernote-bs3.css in dist folder
ericleethrinacia
@ericleethrinacia
It seems like Summernote still needs bootstrap.js Is there a way not to include this?
I heard there was a plan for such thing but not sure how far it has got
nnquangthang
@nnquangthang
Yeah, I love summernote but bootstrap
Youngteac Hong
@hackerwins
We have a plan to implement summernote without bootstrap, called summernote-lite. And summernote-bs3.css will be removed.
After v0.7.0 is released, we will concentrate to develop summernote-lite.
nnquangthang
@nnquangthang
:+1:
Abdulkader BENCHI
@abenchi
What about the issues of summernotz on Firefox mobile? Are they all solved with the new version of summernote? For example: the new line which need a plugin to be inserted, the firefox focus when clicking on the contenteditable div
Youngteac Hong
@hackerwins
@abenchi Hi, abenchi. Actually, We don't have a time for handling mobile editing. But I think now is good time for thinking about it. Because we have to think about plan for next year. Do you have any idea or example for mobile editing?
Abdulkader BENCHI
@abenchi
I have developed several plugin for summernote so as to be usable on mobile devices. If you are interested I can participate in developing summernote on mobile devices
There are a lot of problems of summernote with Firefox mobile. Technically speaking, these problems come from the fact that summernote leverage a contenteditable div which is not well supported by FF mobile. For the time being, I have developed sevral plug-ins for summernote to address all of these issues
Abdulkader BENCHI
@abenchi
Could you please update your demo page so as to leverage the 0.7.0 version of summernote
Pull request is always welcome. If you have a question about current version, please let me know.
Alex Pavlovic
@beyondcreed
@hackerwins thanks for the update. We ended up switching to froala. It still has a few issues but we are working towards correcting them. Overall it's nice ux. We will try summernote again when lite is released.
Youngteac Hong
@hackerwins
@beyondcreed Yeap. I'll let you know when lite is released. good luck.
We have plan to release v0.7.1 on december 31. This release aim to bug fix for stable editing and supporting some features.
We will start to implement summernote-lite after v0.7.1.
jakobmillah
@jakobmillah
Hello.. Freshman with everything from javascript, to node, electron and summernote here... I am trying to get summernote working with electron for my desktop app.. Is this possible?
I managed to install summernote, but it still gives me error when trying to use a function
$('.click2edit').summernote({ focus: true }); // ......summernote is not a function
Youngteac Hong
@hackerwins
I don't know about electron but It's better to check summernote.js is included on your page.