joplin-plugin-space-indenter
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "joplin-plugin-space-indenter", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", |
@@ -13,4 +13,4 @@ { | ||
"categories": [], | ||
"_publish_hash": "sha256:622249aed9f33442f10b69c0a032c2b41fcd7a1b87bead092fd7f2bf8da62cfe", | ||
"_publish_commit": "main:31d7dde243b85ed902c3953e9eb26d4d4bd1749b" | ||
"_publish_hash": "sha256:56d096e70e981e74b8f60490bc2436c67c8eb1f4a6f3ea3fe476210f9a794989", | ||
"_publish_commit": "main:518f65531608066b3aacd4440c7ceb5779ce483a" | ||
} |
# Space Indenter (Joplin Plugin) | ||
This plugin exposes CodeMirror's relevant [settings](https://codemirror.net/doc/manual.html#config) to Joplin users, which enable switching between tab indentation and space indentation, and... that's it. | ||
This plugin exposes CodeMirror's relevant [settings](https://codemirror.net/doc/manual.html#config) to Joplin users, which enable switching between tab indentation and space indentation. In addition, it can automatically reformat your notes (if enabled in the settings) and convert any existing tabs to spaces (or vice versa, if you decide you're a tab-person after all). A dedicated toolbar button calls the same action manually. | ||
Thanks to [Rich Markdown](https://github.com/CalebJohn/joplin-rich-markdown) ([@CalebJohn](https://github.com/CalebJohn)), which heavily influenced this implementation. | ||
Thanks to [Rich Markdown](https://github.com/CalebJohn/joplin-rich-markdown) ([@CalebJohn](https://github.com/CalebJohn)), that heavily influenced this implementation. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15366