question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Plugin assets not found

See original GitHub issue

Hello!

I use tinymce without cloud support the recommended way:

/* core */
import tinymce from 'tinymce/tinymce';
import 'tinymce/themes/modern/theme';
/* some plugins */
import 'tinymce/plugins/advlist';
import 'tinymce/plugins/emoticons';
/* tinymce-vue */
import Editor from '@tinymce/tinymce-vue';

I use the following configuration:

{
skin_url: '/_assets/tinymce/skins/lightgray',
language_url: '/_assets/tinymce/langs/de.js',
language: 'de',
plugins: ['emoticons'],
menubar: 'file edit view',
toolbar: 'emoticons'
}

I also copied the skins folder as described in the official documentation.

The problem now is that all assets of plugins are NOT found, because I have to place the skin and the language file inside a subfolder.

In order to get the assets of the plugins (e.g. plugins/emoticons/img/smiley-tongue-out.gif) to work, I have to copy the whole plugins folder to _assets/tinymce/plugins, correct?

Then how do I specifiy a custom plugin url path like I did for language_url and skin_url?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
fyrkantcommented, Oct 11, 2018

There is an external_plugins setting that might work for you: https://www.tiny.cloud/docs/configure/integration-and-setup/#external_plugins

Read more comments on GitHub >

github_iconTop Results From Across the Web

Plugin assets not found - Redmine
I have Redmine 0.96 installed and working perfectly under Windows. I installed 2 plugins and they are working as expected but all assets...
Read more >
“Assets is not found!” | WordPress.org
Hello, when I try to use your asset manager and click on themes, it says “Assets is not found!” But Asset CleanUp does...
Read more >
Flutter assets not found in android platform specific code
i want to load a '.ptl'-Pytorch Model file in android specific code. pubspec.yaml flutter: uses-material-design: true assets: ...
Read more >
Assets for plugin room_assistance have not been built Error
Hi, I am trying to use the cern room assistance and after I install the cern plugin I have the following error. RuntimeError:...
Read more >
Assets not found - no styles in admin panel - Laraship
log file:[2018-10-04 09:37:02] local.WARNING: Asset not found [plugins/bootstrap/dist/css/bootstrap.min.css][2018-10-04 09:37:02 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found