No Angle Brackets Plugin
The No Angle Brackets Plugin is a powerful tool for Obsidian that allows you to easily wrap angle brackets (<>
) with backticks (`) in your Markdown text, while excluding code blocks. With a simple button click, you can toggle the backticks around the angle brackets, making it convenient to format your text.
Features
- Wrap angle brackets (
<>
) with backticks (`) in your Markdown text - Exclude code blocks from the wrapping process
- Toggle the backticks with a simple button click or command
- Customize the plugin settings through the settings tab
Usage
- Select the text containing angle brackets that you want to wrap with backticks.
- Click the “Toggle Angle Brackets” button in the ribbon or use the command from the command palette.
- The angle brackets outside of code blocks will be wrapped with backticks.
- To remove the backticks, select the text again and click the button or use the command.
Installation
- Clone the repository to your local machine.
- Navigate to the
obsidian-noanglebrackets
folder in your terminal. - Run
npm install
to install the necessary dependencies. - Run
npm run build
to compile the TypeScript code into JavaScript. - Copy the
obsidian-noanglebrackets
folder to your Obsidian plugins folder (usually located at<vault>/.obsidian/plugins/
). - Reload Obsidian or restart the application.
- Enable the “No Angle Brackets” plugin in the Obsidian settings.
Links
- GitHub Repository: GitHub - data-jeong/obsidian-noanglebrackets
- Release Page: Release v1.0.0 (2024-06-11) · data-jeong/obsidian-noanglebrackets · GitHub