Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

WikiFlash

PaoloPaolo47 downloads

Flashes a wikilink's [[ ]] brackets when you create one or move the cursor inside it — an Xcode-style brace-match cue. Fully colour-customizable.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates9

An Obsidian plugin that briefly flashes a wikilink's [[ ]] brackets — the same momentary cue Xcode gives when you close a {} block and it flashes the matching brace.

It fires in two situations:

  • When you create a link — the instant you type [[ and Obsidian auto-adds the closing ]], the brackets flash.
  • When you navigate into a link — moving the cursor into an existing [[wikilink]] (arrow keys or a click) flashes its [[ and ]], leaving the link text untouched.

The flash pops to full colour, holds briefly, then fades smoothly back to the brackets' resting colour — no jarring snap.

Link creation Link navigation
Creating a wikilink flashes only the brackets Moving into a wikilink flashes only the brackets

It also supports Obsidian pop-out windows, so the flash keeps the same appearance in secondary windows as it does in the main workspace.

Settings

Everything is customizable under Settings → WikiFlash:

Setting What it does
Enable flash Turns the editor flash on or off without uninstalling or disabling the plugin.
Box colour (light / dark) Colour of the highlight box, set separately for light and dark mode (default: a vivid yellow, like Xcode). The matching pair is chosen automatically and updates live when you switch theme.
Bracket text colour (light / dark) Colour of the [[ ]] characters during the flash, per theme. Use white for a dark box, black for a light one.
Light / dark previews Show separate sample flashes for the light and dark colour pairs.
Preview controls Replay both preview animations without changing settings.
Opacity Starting intensity before the fade.
Duration How long the flash lasts, in milliseconds.
Corner radius Roundness of the highlight box.
Reset defaults Restores the default enabled state, colours, opacity, duration, and corner radius.

Respects your system Reduce motion setting (no animation when enabled).

Command

WikiFlash adds one command:

Command What it does
Test flash Flashes the brackets of the [[wikilink]] under the cursor without changing the note.

How it works

WikiFlash adds a small CodeMirror 6 editor extension: a StateField holds an ephemeral set of highlight decorations, and a ViewPlugin detects link creation (a doc change producing an empty [[]]) and link navigation (a cursor move into an existing link). It never modifies your note content — the highlight is a purely visual overlay that is added and then removed on a timer.

It works in Live Preview and Source editing modes. It does not hook Obsidian's link suggester, so there's no reliance on private APIs.

Privacy and safety

WikiFlash is local-only. It does not use network requests, telemetry, filesystem access, shell commands, dynamic code execution, or raw HTML injection. It stores only its own visual settings through Obsidian's plugin data API, and it never modifies note content.

Installation

From the Community Plugins browser (once published)

Settings → Community plugins → Browse → search for WikiFlash → Install → Enable.

Manual

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Copy them into <your vault>/.obsidian/plugins/wikiflash/.
  3. Reload Obsidian, then enable WikiFlash under Settings → Community plugins.

Development

This plugin is hand-authored CommonJS — there is no build step. Obsidian provides the obsidian and @codemirror/* modules at runtime, so main.js is the source you edit directly. To work on it, copy main.js, manifest.json, and styles.css into a vault's .obsidian/plugins/wikiflash/ folder and use Reload plugin while iterating.

License

MIT

99%
HealthExcellent
ReviewPassed
About
Flash a wikilink's [[ ]] brackets briefly when you create a link or move the cursor into one, giving a momentary color pop that leaves note content untouched. Customize color, opacity, duration and corner radius, respect system reduce-motion, run a test flash, and keep the effect in Live Preview, Source mode and pop-out windows.
LinksAppearance
Details
Current version
1.2.1
Last updated
4 days ago
Created
Last week
Updates
9 releases
Downloads
47
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
PaoloPaolopaolinpaperin
GitHubpaolinpaperin
  1. Community
  2. Plugins
  3. Links
  4. WikiFlash

Related plugins

Link Favicons

See the favicon for a linked website.

Supercharged Links

Add attributes to internal links with the values of target note's frontmatter attributes.

Minimal Theme Settings

Control the colors and fonts in Minimal Theme.

Smart Connections

Find related notes and excerpts while writing. Your link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Hider

Hide interface elements such as tooltips, status bar, titlebar, and more.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Style Settings

Adjust theme, plugin, and snippet CSS variables.

ExcaliBrain

An interactive, structured mind-map of your Obsidian vault.

Note Toolbar

Add customizable toolbars to your notes.