Convert case

by Ryan Morrissey
5
4
3
2
1
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. Change selected text to familiar case styles with a small, dependency-free command set.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
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

Convert case

A small, dependency-free case converter for selected text, with support for multiple selections.

Get started

Select text in a note, open the command palette, and run one of the Convert case commands.

To add a keyboard shortcut, open Settings → Hotkeys and search for Convert case.

Available conversions

  • Title case
  • Upper case
  • Lower case
  • Swap case
  • Camel case
  • Pascal case
  • snake_case
  • kebab-case

Development

Run the checks with:

npm run check

The plugin is intentionally no-build. Obsidian loads main.js directly.

Release

Run the release bump helper:

npm run release:patch

Use release:minor, release:major, or npm run release:bump -- 0.2.0 when needed. Then run the git commands printed by the helper. Pushing the tag starts the GitHub release workflow.

License

MIT