-
Notifications
You must be signed in to change notification settings - Fork 1
Troubleshooting
Make sure styles.css is installed beside main.js and manifest.json, then
disable and re-enable the plugin once.
Obsidian normally interprets 1. as a Markdown list marker and four leading
spaces as a list continuation or indented code. Version 0.3.1+ decorates only
recognized numbering lines and neutralizes those built-in visual offsets.
- Confirm the line matches the parser and ends its prefix with a final period.
- Temporarily disable other list or outline plugins to identify the conflict.
- Re-enable them one at a time. Nested Ordered Numbering captures recognized lines before common highest-priority editor keymaps, including Outliner.
That is normal Obsidian behavior. Search for Nested Ordered Numbering in the palette, or assign custom shortcuts under Settings → Hotkeys.
Place the cursor inside the block and run Renumber nested ordered block. Legacy four-space and tab indentation is normalized to two raw spaces per hierarchy level.
Shift+Tab always outdents. To indent with Tab, the hierarchy must have a valid preceding item that can become the parent or previous sibling. The plugin refuses to create an orphaned depth.
Open a bug report and include:
- Obsidian version and theme;
- plugin version;
- other list/outline plugins enabled;
- a minimal text example;
- expected and actual results.
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