Questions tagged [trumbowyg]

Trumbowyg is a lightweight jQuery plugin used to transform a textarea into a HTML Editor.

52 questions
0
votes
0 answers

Trumbowyg not formatting text (Bold, Italic, Strikethrough)

I'm using the Trumbowyg WYSIWYG text editor http://alex-d.github.io/Trumbowyg/ The only buttons i'm using are the Bold, Italic, Strikethrough and InsertImage. Right now, the only button that works is the InsertImage. When I select text and apply…
Zorgan
  • 8,227
  • 23
  • 106
  • 207
0
votes
1 answer

find match in child elements / trumbowyg

I have a form and i must check element in textarea/ div with trumbowyg. $("#test").keyup(function() { var val = $(this).val(); if (val.match(/{event_title}/g)) { $("p.eventTagTitle").addClass("true"); } else { …
Slawotu
  • 58
  • 7
0
votes
0 answers

Trumbowyg Widget (django) stopped working

While using Trumbowyg django widget (Django FS Trumbowyg https://bitbucket.org/fogstream/django-fs-trumbowyg/), it suddenly stopped working, and the form falls back to a text field. I can't seem to find a reason for it to stop working as I don't…
lux
  • 411
  • 7
  • 17
0
votes
1 answer

Trumbowyg: Can't get the textarea value in PHP

I'm trying to use a WYSIWYG editor in my Laravel application but I have a bug I can't solve. What works: A form that sends a post request with a text area filled (name = pitch) So the request is well formed and I can retrieve it in my controller,…
KetA
  • 11
  • 1
  • 4
0
votes
1 answer

Upload file option not shown in trumbowyg wysiwyg editor

I am using trumbowyg wysiwyg editor in my laravel app. In the editor, upload option is not show though upload plugin is already installed.
Raaz
  • 1,669
  • 2
  • 24
  • 48
0
votes
1 answer

trumbowyg plugin won't post

I'm using the WYSIWYG editor trumbowyg to supplement the fact that our CMS sucks. The plan is to help out our authors with the HTML without removing the current system they have in place, which is just a plain form with an textarea for article…
jperezov
  • 3,041
  • 1
  • 20
  • 36
-2
votes
1 answer

npm WARN trumbowyg@2.21.0 requires a peer of jQuery@>=1.8 but none is installed. You must install peer dependencies yourself

npm WARN trumbowyg@2.21.0 requires a peer of jQuery@>=1.8 but none is installed. You must install peer dependencies yourself. When i run anything on npm, it gives me above error. How do i solve this error?
zfa
  • 1
1 2 3
4