absop / ST-ReadOnlyIndicator

A plugin for Sublime Text to toggle the **read-only** mode of view, and indicate whether the view is read only or not.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReadOnlyIndicator

A plugin for Sublime Text to toggle the read-only mode of view, and indicate whether the view is read only or not.

Command

[
  {
    "caption": "ReadOnlyIndicator: Toggle Read Only",
    "command": "toggle_read_only"
  }
]

Settings

{
    "readonly_indicator": "πŸ”’",
    "editable_indicator": "πŸ”“"
}

You can change the indicators from emojis to plain strings or empty strings.

About

A plugin for Sublime Text to toggle the **read-only** mode of view, and indicate whether the view is read only or not.

License:MIT License


Languages

Language:Python 100.0%