lfcipriani16 downloadsVisualize your notes and ideas on a radar. Group them by topic, prioritize by proximity to the center, and keep focus when juggling multiple areas at once.
This plugin helps to answer the question: "What's on your radar?"
Visualize your notes and ideas on a radar. Group them by topic, prioritize by proximity to the center, and keep focus when juggling multiple areas at once. Do not lose sight of items that might be hiding good opportunities.

Still not sure? Use the skill and ask your assistant in your vault to come up with an something. Here's a sample prompt:
Create a Radar file to prioritize my projects, available in the
@Projects/folder. The categories I want are Engineering, Marketing, Backoffice and Product. For each note and based on their content, create a blip, put them on the right quadrant and suggest a priority level. Create the file asProject Focus.radar.

.radar files are stored as UTF-8 JSON in your vault. The format is self-contained — rings, segments, blips, and display settings are all in a single file. This makes radars portable, version-controllable, and easy to generate or modify programmatically (e.g. from an AI workflow or a script).
See docs/JSON-radar.md for the full spec.
Unfortunately, the review process of new Obsidian plugins is taking many months and installing via Obsidian Community Plugins is not an option at the moment. See the submission PR status.
As an alternative, you can use one of the two methods below.
BRAT lets you install plugins that are not yet in the community plugin browser.
lfcipriani/obsidian-radar and click Add Pluginmain.js, manifest.json, and styles.css from the latest release<your vault>/.obsidian/plugins/obsidian-radar/For an easy install from terminal, using skills.sh:
npx skills add lfcipriani/obsidian-radar
Alternatively, you can copy the skill content available in the skill folder and use your AI platform guide to install it.
Contributions are welcome. Here is how to get started:
Prerequisites: Node.js 18+ and npm
# 1. Fork this repository, then clone your fork
git clone https://github.com/<your-username>/obsidian-radar.git
cd obsidian-radar
# 2. Install dependencies
npm install
# 3. Start the development build in watch mode
npm run dev
To test the plugin live, symlink (or copy) the repo folder into your test vault:
<your vault>/.obsidian/plugins/obsidian-radar -> /path/to/obsidian-radar
Then enable the plugin in Settings → Community plugins. After each change, run Reload app without saving in Obsidian (or use the Hot Reload community plugin).
Other useful commands:
npm run build # production build
npm run lint # run ESLint on src/
Please open an issue before starting work on a large change so we can discuss the approach first.
Thanks for using it, if you like it, you can send your support!