joplin-plugin-collapsible-blocks 1.2.0 → 1.2.1

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.
package/README.md CHANGED
@@ -4,7 +4,7 @@ This Joplin plugin allows you to create collapsible blocks with a title and exte
4
4
 
5
5
  Although the blocks this plugin creates are only collapsible in the webview, not the editor, it seems to pair well with the "Extra Markdown Editor Settings" plugin, which does allow for collapsing text in the editor, if "Enable code folding" is enabled in its settings. The collapsible blocks made by this plugin are detected by it as code, and are editor-foldable. If you're nesting collapsible blocks, only the outermost one (in the editor) will be foldable with this method.
6
6
 
7
- **Version**: 1.2.0
7
+ **Version**: 1.2.1
8
8
 
9
9
  ### Installation
10
10
 
@@ -109,7 +109,7 @@ There is a settings page for the plugin in the Joplin options. There, you can:
109
109
 
110
110
  ### Custom styles
111
111
 
112
- If you would like to style the collapsible blocks to your preference, use the following in your `userstyle.css` file, which can be accessed in `Joplin` → `Options` → `Appearance` → `Show Advanced Settings` → `Custom stylesheet for rendered Markdown`:
112
+ If you would like to style the collapsible blocks to your preference, use the following in your `userstyle.css` file, which can be accessed in `Joplin` → `Tools` → `Options` → `Appearance` → `Show Advanced Settings` → `Custom stylesheet for rendered Markdown`:
113
113
 
114
114
  ```css
115
115
  /* Styling of the collapsible block */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-collapsible-blocks",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "scripts": {
5
5
  "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
6
6
  "prepare": "npm run dist",
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 1,
3
3
  "id": "joplin.plugin.collapsible.blocks",
4
4
  "app_min_version": "3.2",
5
- "version": "1.2.0",
5
+ "version": "1.2.1",
6
6
  "name": "Collapsible blocks",
7
7
  "description": "Create collapsible blocks with title and extendable body.",
8
8
  "author": "ntczkjfg",
@@ -24,6 +24,6 @@
24
24
  "desktop",
25
25
  "mobile"
26
26
  ],
27
- "_publish_hash": "sha256:0e7d4b4c8b04bc49754d57b56ebfa92974de7e0463ea97d8bbdb430f7b4fc1c7",
28
- "_publish_commit": "master:84d8c3ea55950bed78ea3307eff89fb3ea397eb0"
27
+ "_publish_hash": "sha256:a7f2e12a0762af2faa225ba92d3f7585c82e596c52535fe0fb1c615523de083d",
28
+ "_publish_commit": "master:71b1a0e51ff3475b88d69e242622c058735cbc09"
29
29
  }