No description
Find a file
johnny1093 2854493476 feat: restore wikilink toggle button and declarative Settings API, bump to 0.2.4
Re-applies the changes held back on wikilink-and-settings-api after
confirming the "attestation failed" review result was caused by an
upstream bug in Obsidian's community review backend (it doesn't yet
handle a GitHub REST API breaking change to attestation responses),
not by anything in this repo or release. Combines that restored code
with the manifest.json attestation fix already on main.
2026-07-17 10:26:11 -04:00
.github/workflows fix: attest manifest.json in addition to main.js and styles.css 2026-07-17 10:10:54 -04:00
src feat: restore wikilink toggle button and declarative Settings API, bump to 0.2.4 2026-07-17 10:26:11 -04:00
.gitignore feat: initial extraction of Text Toolbar as standalone Obsidian plugin 2026-06-13 19:24:14 -04:00
.npmrc fix: add .npmrc with legacy-peer-deps for esbuild/esbuild-sass-plugin conflict 2026-06-15 11:55:26 -04:00
AGENTS.md chore: add AGENTS.md, eslint, and fix all obsidianmd lint violations 2026-06-13 20:29:43 -04:00
esbuild.config.mjs chore: address Obsidian community plugin reviewer feedback 2026-06-15 11:49:18 -04:00
eslint.config.mts chore: add AGENTS.md, eslint, and fix all obsidianmd lint violations 2026-06-13 20:29:43 -04:00
LICENSE chore: address Obsidian community plugin reviewer feedback 2026-06-15 11:49:18 -04:00
manifest.json feat: restore wikilink toggle button and declarative Settings API, bump to 0.2.4 2026-07-17 10:26:11 -04:00
package-lock.json fix: bump @types/node to fix eslint unsafe-assignment error 2026-07-10 12:15:03 -04:00
package.json feat: restore wikilink toggle button and declarative Settings API, bump to 0.2.4 2026-07-17 10:26:11 -04:00
README.md feat: restore wikilink toggle button and declarative Settings API, bump to 0.2.4 2026-07-17 10:26:11 -04:00
styles.css chore: bump to 0.1.3 2026-06-13 22:04:04 -04:00
tsconfig.json feat: initial extraction of Text Toolbar as standalone Obsidian plugin 2026-06-13 19:24:14 -04:00
versions.json feat: restore wikilink toggle button and declarative Settings API, bump to 0.2.4 2026-07-17 10:26:11 -04:00

Shows project promo image in light and dark mode

Text Formatting Toolbar

A floating formatting toolbar that appears above selected text in the Obsidian editor.

Features

When you select text in a note, a toolbar appears with one-click access to common formatting actions:

  • Text Style — set heading level (H1H6) or paragraph
  • Bold, Italic, Strikethrough, Highlight
  • Link — wrap selection in a Markdown link
  • Wikilink - wrap selection in brackets
  • Inline Code / Code Block
  • Comment — wrap in Obsidian comment syntax (%% ... %%)
  • Lists — bullet list, numbered list, or checkbox
  • Blockquote
  • Copy / Cut

Installation

  1. Open Obsidian Settings → Community Plugins
  2. Search for Text Formatting Toolbar
  3. Install and enable the plugin

Settings

You can show or hide individual toolbar buttons under Settings → Text Formatting Toolbar.

Permissions

Clipboard access — the Copy and Cut buttons write your currently selected editor text to the system clipboard. The plugin never reads from the clipboard and never accesses content copied from outside Obsidian.

Credits

  1. https://github.com/quorafind/Obsidian-Mini-Toolbar
  2. https://github.com/Aidenlx/Obsidian-Mini-Toolbar

License

MIT