Skip to content

Obsidian plugin to remove `start-of-text (STX or U+0002)` character

Notifications You must be signed in to change notification settings

jaw3l/remove-start-of-text

Repository files navigation

Remove Start of Text

This plugin removes the start of text character (U+0002) from the current file.

Installation

Manually installing the plugin

  • Download the latest release from the GitHub releases page
  • Copy main.js, styles.css, manifest.json over to your vault VaultFolder/.obsidian/plugins/remove-start-of-text/.
  • Enable the plugin in Settings -> "Community Plugins" -> "Remove Start of Text".
  • Reload Obsidian to see the plugin in the sidebar.

Installing with BRAT

The Beta Reviewers Auto-update Tool or BRAT for short is a plugin that makes it easier for you to assist other developers with reviewing and testing their plugins and themes.

  • Install the BRAT plugin
  • Settings -> Community Plugins -> Obsidian42 - BRAT -> Beta Plugin List -> Add Beta plugin -> Paste https://github.com/jaw3l/remove-start-of-text -> Add Plugin
  • Enable plugin from Community Plugins list

Usage

You should be in "editing mode" and focused on the editor for the plugin to work.

Command Palette

  • Open the command palette with ctrl/cmd + p
  • Type "Remove Start of Text" and select the command

Sidebar Icon