-
Notifications
You must be signed in to change notification settings - Fork 1
Community Marketplace Submission
noname edited this page Aug 30, 2026
·
5 revisions
This page is the release and submission checklist for the Obsidian Community plugin directory.
| Field | Value |
|---|---|
| Name | Nested Ordered Numbering |
| Plugin ID | nested-ordered-numbering |
| Author | spark00000 |
| Repository | spark00000/NestedOrderedNumbering |
| Current release | 0.3.4 |
| Minimum Obsidian version | 1.5.0 |
| Desktop only | No |
| License | MIT |
Short description
Create and maintain hierarchical plain-text numbering with a trailing period at every depth.
-
pnpm testpasses. -
pnpm lintpasses. -
pnpm buildpasses. -
pnpm release:checkpasses. -
manifest.json,package.json, and the Git tag use the same version. -
versions.jsonmaps that version to the minimum Obsidian version. - The GitHub release contains
main.js,manifest.json, andstyles.css. - Manual installation from the release was tested in a clean Vault.
- Enter, Tab, Shift+Tab, multi-line selection, and one-step undo were tested.
- The default theme and at least one community theme were checked.
- README, Wiki, changelog, license, security policy, and issue templates are public.
- Public author and short description match
manifest.json.
The two unchecked manual checks are recommended smoke tests, not mandatory Community directory submission requirements. Automated review errors remain blocking and must be resolved before the plugin can be published.
- The plugin manages plain-text prefixes and does not depend on standard Markdown nested ordered-list parsing.
- The parser requires a final period:
1.,1.1.,1.1.1.. - The plugin is local-only and makes no network requests.
- Recognized lines use a scoped Live Preview decoration so Markdown list/code offsets do not distort early hierarchy levels.
- Publish and verify the GitHub release.
- Sign in to the Obsidian Community directory submission site.
- Link the GitHub account that owns this repository.
- Submit
https://github.com/spark00000/NestedOrderedNumbering. - Address automated and reviewer feedback without changing the plugin ID.
Nested Ordered Numbering · Plain-text hierarchy with the final period guaranteed · MIT License
Nested Ordered Numbering
- Home
- Installation
- Usage
- Keyboard Reference
- Troubleshooting
- Development and Releases
- Community Marketplace Submission