Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

joplin-plugin-space-indenter

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joplin-plugin-space-indenter - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc