Giter Club home page Giter Club logo

Comments (7)

lula avatar lula commented on August 25, 2024 2

Yes. If you already installed ngx-summernote and jquery, you can just install summernote

npm install --save [email protected]

from ngx-summernote.

ishan123456789 avatar ishan123456789 commented on August 25, 2024

Can you please provide a little bit of detailed description of the error you're getting, your angular core and ngx-summernote version. I'll see if I can help.

from ngx-summernote.

ramitmathur27m avatar ramitmathur27m commented on August 25, 2024

Hi Ishan,

Thanks for replying,

When i have created fresh/new application through cli and followed all the mentioned steps its giving me summer Note editor on my page but not allowing me to paste images from clipboard.
At the same time if i try to clone this repository through git and and run as standalone its running fine b/c its uses his own internal cli in place of my 7.0.6

Thats what i can see

below are the steps:

  • npm install --save ngx-summernote summernote jquery
    "styles": [
    ...
    "node_modules/summernote/dist/summernote-lite.css"
    ],
    "scripts": [
    ...
    "node_modules/jquery/dist/jquery.min.js",
    "node_modules/summernote/dist/summernote-lite.js"
    ]

  • Added entry in app.module.ts for summerNote:
    NgxSummernoteModule

  • added below entry in ts file

editorDisabled = false;
config = {
height: '200px'
};

  • Added entry in html
    <div formControlName="html" [ngxSummernote]="config" [ngxSummernoteDisabled]="editorDisabled">

my Angular core is 7.0.6
and ngx-summernote- 0.5.5 (as per package.json)
and summernote - 0.8.10 (as per package.json)

Please let me know where i am going wrong
Thanks
Ramit

from ngx-summernote.

ramitmathur27m avatar ramitmathur27m commented on August 25, 2024

forgot to mention, i am not getting any error while trying for pasting.

from ngx-summernote.

lula avatar lula commented on August 25, 2024

@ramitmathur27m just created a fresh new project with [email protected] and [email protected] and I'm pasting images without problems. Are you sure you are using [email protected]? I actually encounter your problem with [email protected] so I believe this issue can be reported there.

from ngx-summernote.

ramitmathur27m avatar ramitmathur27m commented on August 25, 2024

So how can i install [email protected] since i used npm install --save ngx-summernote summernote jquery for summernote installation.

can i use like npm install --save ngx-summernote [email protected] jquery ??

from ngx-summernote.

ramitmathur27m avatar ramitmathur27m commented on August 25, 2024

Hi,

Sorry for late respond, you were right. it started working with summernote 0.8.10 version after degrading from 0.8.11,

Thanks
Ramit

from ngx-summernote.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.