Em Dash Replace

by jefrry
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Replaces double dashes with em dashes in real time.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Em Dash Replace

A simple Obsidian plugin that automatically replaces double dashes ( --) with em dashes () as you type.

Features

  • Automatically converts -- to when typing
  • Respects code blocks and inline code (won't replace dashes inside code)
  • Works on desktop and mobile

Manual Installation

  1. Download main.js, manifest.json, and styles.css (if present) from the latest release
  2. Copy them to <Vault>/.obsidian/plugins/em-dash-replace/
  3. Reload Obsidian and enable the plugin in Settings → Community plugins

Usage

Simply type -- (space followed by two dashes) and it will automatically be replaced with an em dash ().

The plugin will not replace dashes inside code blocks or inline code to preserve your code formatting.

Development

npm install
npm run dev