is there a way to force summernote to load in code view on page load?
Alex Zammitt
@zammitt
I couldn't find anything in the docs so I just used jQuery after it loaded to click the codeview button: $("button[data-event=codeview]").click();
Ben Jenkinson
@BenJenkinson
Hi everyone
I've just fixed my own feature and made a pull-request, but apparently I'm failing the coverage/coveralls CI check. Is there anyone I can talk to about how to fix that?
Edson Samuel Jr
@mstred
Hi all... I've been away for a while, but I could see here in develop branch that a lot of things have been changed
but that refactoring didn't have been released yet
I used to create my PRs based on the last tag released but I would have some problems merging that to develop since most things have changed right there
Edson Samuel Jr
@mstred
I guess it was that change to BS3
Riju Vashisht
@optimus4me
hi everyone guys anyone implemented the Print Button as plain text in summernote?
Tyler
@tygeery
Hi friends, was just wondering if summernote has any plans to add image hyperlinking in the near future?
Marc Wensauer
@daslicht
hello all
I am trying to integrate elFinder into Summernote
I found : summernote/summernote#1203
but the pluginsystem hast changed , so I found: summernote/summernote#1361
now I am trying to get that Autolink Example to work .
what should this do ? :)
I get no error when adding teh code
keepmy
@keepmy
Hi all ,
I'm developing asp.net mvc 5 application , I just integrated summer note in my project
Now I want to load some html content to summer note editor content once Its loading
keepmy
@keepmy
How can I do that
nnquangthang
@nnquangthang
How could I implement summernote with Semantic-UI?
Youngteac Hong
@hackerwins
@nnquangthang sorry for late answer.
I have been busy these days.
You can implement semantic-ui version. It's better to refer to stand-alone version(summernote-lite).
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