NotePlan/plugins

The main NotePlan repository, which contains the source code for all NotePlan plugins. If a release entry has been created, it will be available for installation from within NotePlan application.

204Stars on the repository
10Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

html-react-rules

01

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

03

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

05

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

06

NotePlan/plugins

Cursor rule Cursor

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

204 2d ago A 282 tokens original MIT