Coder Social home page Coder Social logo

Comments (8)

fyrkant avatar fyrkant commented on June 14, 2024

That's weird! I'll look into this tomorrow.

from tinymce-angular.

aaron-wti avatar aaron-wti commented on June 14, 2024

Thanks!

from tinymce-angular.

fyrkant avatar fyrkant commented on June 14, 2024

@aaron-wti Can you give me more information on how you are using the editor component, maybe setup a simple repo that I can check out?

from tinymce-angular.

fyrkant avatar fyrkant commented on June 14, 2024

Ah, never mind, I think I found what the problem is, I'll have a new version out today

from tinymce-angular.

fyrkant avatar fyrkant commented on June 14, 2024

Can you try version 1.0.3 and see if it works any better?

from tinymce-angular.

aaron-wti avatar aaron-wti commented on June 14, 2024

It works! The error is gone.

I also may have made a mistake in my code, I was doing this:

<editor
	[init]="{}"
	[inline]="true"
	[plugins]="['advlist autolink lists link image charmap print preview anchor searchreplace visualblocks code fullscreen insertdatetime media table contextmenu paste']"
	[toolbar]="'insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image'"
></editor>
<div>{{text}}</div>

From reading this:

tagName: Only used if the editor is inline, decides what element to initialize the editor on, defaults to div.

But I guess that isn't the correct way to do it?

I changed it to use "initialValue" instead so it is working now.

Thanks for the quick response!

from tinymce-angular.

fyrkant avatar fyrkant commented on June 14, 2024

Yeah, set the initial value with the [initialValue] prop.

from tinymce-angular.

dev9-opine avatar dev9-opine commented on June 14, 2024

@fyrkant can you please help me to integrate plugin into tinymce-angular i have lots RnD but its not work, i want to integrate Latex plugin for creating math formulas into tinyMCE so is there any way?
i have refer https://latex.codecogs.com/eqneditor/integration/tinymce_v4/install.php this solution but i cant understand.
thanks in advance

from tinymce-angular.

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.