anamaydev257 downloadsShow absolute, relative, and hybrid line numbers in markdown files, with cursor position (line and column) in the status bar.
An Obsidian plugin that enhances the editor with customizable line numbers and active line highlighting.
Hybrid
Relative
Absolute


main.js, styles.css, and manifest.json from the latest releaseVaultFolder/.obsidian/plugins/advanced-line-numbers/| Setting | Description |
|---|---|
| Line Number Mode | Choose between Absolute, Relative, or Hybrid |
| Display Cursor's Position | Toggle on and off |
# Install dependencies
npm install
# Build for development (watch mode)
npm run dev
# Build for production
npm run build
# Lint code
npm run lint
MIT