marksmith 0.4.4 → 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bac426dee50d826889905eef507ee85bf15741a4f4d7ed85d28f88b77d60c7f7
4
- data.tar.gz: 11374fff22c72c904840bf9435de06fafd6e9cc23d360f9fb873277757603479
3
+ metadata.gz: 6cc55be2a301ad325d9f754e10ae36b9934152bdd36f3e16dac91946e2ce9215
4
+ data.tar.gz: 559d9ab0c0224494bddce9693522b4371785edb4cb0a87990617a362ffcf86cd
5
5
  SHA512:
6
- metadata.gz: 6a0f7eca2d748c4b8ac57b33e45a07aace4cdcec9195af7d7ce781a7230b5ad60edaff8cde18cc36aecb6e2aabe07142703681c2678a8c8a0611fe6c8c07cd6e
7
- data.tar.gz: 5ec63e1912cce26a044f9fdfc902cc4436ef7660cc6c04e67dd07a25c8dd1e0549f94a201b00df8a6d0ed29ce1e95c8cd2fdf1e8a5dbf875a76bde199bc14c3c
6
+ metadata.gz: 7cead70f3cb46b24c4b2850f146d17f6792761bdb7e386203d61d6c870ea4fc688ca3540425a20619745127f98857c295c2ed9da9b1e4cf0a59da608c3979ae1
7
+ data.tar.gz: 19ee1acd0cbfd57b1d6bf463ec947f772f53b3dd2e0e6bfa2174ca061701c2bd1554b3bf36006a41eefc95ec9eb8d4ff57fe015cefebf1356b9fb75a0b3a2412
data/README.md CHANGED
@@ -98,6 +98,8 @@ or
98
98
  <%= form.marksmith :body %>
99
99
  ```
100
100
 
101
+ The value is stored in the database as plain text 🙌
102
+
101
103
  ## Configuration
102
104
 
103
105
  Marksmith accepts a few configuration options.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Marksmith 0.4.4
2
+ Marksmith 0.4.5
3
3
  */
4
4
  var ListContinuationController = (function () {
5
5
  'use strict';
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Marksmith 0.4.4
2
+ Marksmith 0.4.5
3
3
  */
4
4
  var ListContinuationController = (function (stimulus) {
5
5
  'use strict';
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Marksmith 0.4.4
2
+ Marksmith 0.4.5
3
3
  */
4
4
  var MarksmithController = (function () {
5
5
  'use strict';
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Marksmith 0.4.4
2
+ Marksmith 0.4.5
3
3
  */
4
4
  var MarksmithController = (function (stimulus) {
5
5
  'use strict';
@@ -7,7 +7,7 @@
7
7
  <%= marksmith_toolbar_button "italic", hotkey: "Meta+i", hotkey_scope: textarea_id %>
8
8
  <%= marksmith_toolbar_button "quote" %>
9
9
  <%= marksmith_toolbar_button "code" %>
10
- <%= marksmith_toolbar_button "link" %>
10
+ <%= marksmith_toolbar_button "link", hotkey: "Meta+k", hotkey_scope: textarea_id %>
11
11
  <%= marksmith_toolbar_button "image" %>
12
12
  <%= marksmith_toolbar_button "unordered-list" %>
13
13
  <%= marksmith_toolbar_button "ordered-list" %>
@@ -1,3 +1,3 @@
1
1
  module Marksmith
2
- VERSION = "0.4.4"
2
+ VERSION = "0.4.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marksmith
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-05 00:00:00.000000000 Z
11
+ date: 2025-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport