yangby / joplin-plugin-enhanced-editing

An enhanced editing plugin for Joplin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhanced Editing Plugin for Joplin

License

An enhanced editing plugin for Joplin.

Features

  • Expose some CodeMirror options.

    Such as:

    • Wrap for long lines or not.
    • Show line numbers.
    • Enable read-only mode.
  • Simple formatting.

    • Format automatically before synchronize.
    • Replace all tab characters with spaces.
    • Remove trailing spaces at the end of the line.
    • Merge multiple blank lines into a single.
    • Ensure the last line of the file ends in a newline.

References

License

Licensed under GNU AGPLv3.

About

An enhanced editing plugin for Joplin.

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 78.0%Language:JavaScript 21.3%Language:Makefile 0.7%