NotePlan

11 mods across 2 repositories, 220 stars between them.

nplog

01

NotePlan/plugins

Skill Claude CodeCodex

Read NotePlan's plugin log to debug a plugin. Use when investigating why a NotePlan plugin misbehaved, after triggering a plugin command or x-callback URL, when the user says a plugin "isn't working"/"threw an error"/"did nothing", or when you need to see what a plugin logged. Wraps scripts/nplog/nplog --json, which…

204 2d ago A 109 tokens original MIT

NotePlan/plugins

Agent Cursor

Debug jgclark.Dashboard using nplog (never grep the raw log), refresh paths, Apple Reminders/REM, setPluginData cost, and JSContext blocking. Use proactively when Dashboard startup, perspective switch, section refresh, or REM/Reminders misbehave, or after an x-callback / plugin command.

204 2d ago A 73 tokens original MIT

html-react-rules

04

NotePlan/plugins

Cursor rule Cursor

Do not use raw Promise.resolve, Promise.all, or Promise.race in plugin code—NotePlan's JSContext may not have them. Use polyfills from @helpers/promisePolyfill.js: initPromisePolyfills(), promiseResolve(), promiseAll(), promiseRace(), waitForCondition(), setTimeoutPolyfill(). After creating/modifying notes, call…

204 2d ago A 968 tokens original MIT

no-emdash

06

NotePlan/plugins

Cursor rule Cursor

Prefer single dashes over emdashes in markdown and comments.

204 2d ago A 140 tokens original MIT

NotePlan/plugins

Cursor rule Cursor

CRITICAL: Never use dynamic imports. Rollup will not process them correctly. Always use static imports at the top of files.

204 2d ago A 948 tokens original MIT

nplog-plugin-logs

08

NotePlan/plugins

Cursor rule Cursor

How to read NotePlan's plugin log when debugging a plugin.

204 2d ago A 916 tokens original MIT

raw-markdown-output

09

NotePlan/plugins

Cursor rule Cursor

Show actual markdown source (not rendered) for written CLI output.

204 2d ago A 282 tokens original MIT

plugins CLAUDE.md

10

NotePlan/plugins

Instructions file

Instructions for NotePlan/plugins, covering noteplan plugins development guide, build/test commands, code style guidelines, common helper functions and viewing plugin logs.

204 2d ago A 1,050 tokens original MIT

noteplan-mcp

11

NotePlan/noteplan-mcp

MCP server Claude CodeCodexCursor +2

MCP server for NotePlan note and task management. Runs locally from the @noteplanco/noteplan-mcp npm package.

16 16d ago A tokens not measured original MIT