Mattia Roccoberton
f5d3857f8e
build: Update Quill imageUploader
2025-04-16 09:03:32 +02:00
Mattia Roccoberton
19a6432aa5
chore: internal improvements to quill editor input js
2025-04-16 08:52:13 +02:00
Mattia Roccoberton
ba8f1c2b95
build: Update quill.imageUploader plugin
2025-04-14 13:44:35 +02:00
Mattia Roccoberton
237100ff14
build: Update Quill to version 2.0.3
2025-04-13 18:14:10 +02:00
Mattia Roccoberton
13629b039d
feat: API: expose quill editor query functions
2025-03-18 08:47:16 +01:00
Dmytro Shyrokonis
5c37ac2052
[Fix] Add reject for nil result url
2024-11-12 16:22:31 +01:00
Mattia Roccoberton
f5ff137cc2
Fix editor loading with Turbolinks
2021-03-14 16:05:21 +01:00
Mattia Roccoberton
287c15676c
Set word-break: break-all to prevent editor overflow
2020-10-06 22:30:16 +02:00
Mattia Roccoberton
865c8d3781
JS strict directive
2020-09-09 07:48:45 +02:00
Mattia Roccoberton
20d715f287
JS refactoring
2020-09-08 18:26:24 +02:00
Mattia Roccoberton
27d036d8a6
Editor default options refactoring + include imageUploader plugin
...
In order to use imageUploader plugin:
- js/css files must included in the app;
- an upload method must be provided in Active Admin entity;
- the image_uploader server_url field option needs to be set.
2020-09-04 10:53:29 +02:00
Mattia Roccoberton
b609cebe0d
Reduce the importance of the reset rules
...
This allows to let Quill features to override the reset styles.
Closes #8
2020-09-03 13:00:42 +02:00
m.pestov
e3ae42aadc
Don't send paragraph tag if editor blank
2020-09-03 12:45:42 +02:00
Mattia Roccoberton
880cf8db2f
Minor style improvements
2020-09-03 11:20:12 +02:00
Mattia Roccoberton
0fa164124f
v0.2.4
2020-09-01 11:31:12 +02:00
Mattia Roccoberton
80b5b3d3f3
Update Quill editor to version 1.3.7
2020-09-01 11:05:48 +02:00
Mattia Roccoberton
9eb6280e53
🎉 Support ActiveAdmin 2.x and code style improvements
...
- Add support ActiveAdmin for 2.x
- Add rubocop config
- Add frozen_string_literal to ruby files
- Apply changes to respect rubocop alerts
2019-06-15 19:55:45 +02:00
mat@blocknot.es
113332aaaf
v0.1.4: PR4 + Quill Editor 1.3.6
2018-11-03 18:44:54 +01:00
Myles Cowper-Coles
f2b71ed70e
Making sure quill editor updates with has_many
...
What:
* adding an event listerner so when people add a 'has_many' relationship
the quill editor is initialized correctly on any fields;
Why:
* If you have a nested has_many attributes in active admin, the form
is not created until you click the 'Add New ObjectName' button. This
triggers a jQuery event called 'has_many_add:after' which you can use to
trigger the re init of the quill editor.
* 9a33a081c9/app/assets/javascripts/active_admin/lib/has_many.es6 (L52)
2018-09-25 14:57:33 +01:00
Brian Cipriano
940ba2e9ca
Fix data-options lookup when multiple editors exist.
2018-03-11 03:04:53 -07:00
Louis-Michel Couture
4637707209
Remove file extension from imported css
2017-10-23 10:26:48 -04:00
Mattia Roccoberton
e11c759919
Version 0.1.0 🎉
2017-10-15 22:54:41 +02:00