Add numbers to headings in a doc with outline style numbering. For example, "1.1.2".
There are two ways to get the plugin:
<vault>/.obsidian/plugins/ folder. You can find the latest release at https://github.com/onlyafly/number-headings-obsidian/releases/latest.After you have installed the plugin, make sure that the switch for "Number Headings" is turned on.
To use this plugin:
CMD + P on Mac or its equivalent on other platforms).| Action | Hotkey |
|---|---|
| Number all headings in document (and show options) | None by default |
| Number all headings in document | None by default |
| Remove numbering from all headings in document | None by default |
| Save settings to front matter | None by default |
You can also assign the commands to hotkeys for easy usage.
See the settings page for the plugin for detailed instructions on the various settings you can use with the plugin.
skip front matter setting. See https://github.com/onlyafly/number-headings-obsidian/issues/25.I was inspired partially by the Obsidian plugin https://github.com/hipstersmoothie/obsidian-plugin-toc and some of the code logic is descended from that plugin. Thanks!