Releases: chrisgurney/obsidian-note-toolbar
Releases · chrisgurney/obsidian-note-toolbar
v1.3.1
New Feature 🎉
- New command:
Note Toolbar: Focus
, which puts keyboard focus within the toolbar. You can then navigate between items using the arrow keys, and click usingenter
orspacebar
. (Thanks for the suggestion @FelipeRearden!)
Changelog
- feat: new command to set focus for keyboard navigation ↗
- chore: missed console.logs behind debug flag ↗ (Thanks @mAAdhaTTah!)
v1.3.0
Public Beta release of Note Toolbar 🎉
v1.3.0 marks the first public release of Note Toolbar, a plugin for Obsidian that lets you create customizable toolbars for your notes.
Features
- Create toolbars with items that link to URIs or notes.
- Designed to fit cleanly with Obsidian's UI.
- Use variables to sub in the note's title or properties into toolbar links.
- Toolbars appear on notes based on their folders, or based on a property.
- Note Toolbar callouts let you create and place toolbars anywhere within your notes.
- Set optional tooltips for each item.
- Style toolbars by adding a border, sticking them on scroll, aligning items or centering or evenly spacing them.
- Override these styles on mobile.
- Hide items based on whether you're on desktop or mobile.
- Examples with step-by-step instructions available in the User Guide.
📖 Get started by checking out the User Guide to learn about all of its features, and for examples.
🛟 Need help? Ask a question or request a feature! If you run into something that looks like a bug, please log an issue.
v1.2.9
Changelog
- pushed manifest with new version (forgot to do this)
v1.2.8
Improvements
- Fixes issues previously noted in Known Issues, including for the Minimal theme.
- Updates for documentation moved to wiki from README, including a lot more detail now added there.
Other Changes
- Preparation for submission to Community Plugins.
Changelog
- fix: ignore dataview import for now ↗
- chore: added funding url ↗
- docs: added and updated links to user guide ↗
- docs: added and updated links to user guide ↗
- build: removed dataview for now ↗
- build: npm update ↗
- fix: top margin inconsistent between reading and source modes ↗
- docs: deep link to examples from settings ↗
- fix: callout hover box-shadow past edges of sticky toolbar ↗
- refactor: normalizepath and debounce folder mappings ↗
- fix: minimal theme toolbar sticky position too high ↗
- refactor: var -> let ↗
- refactor: use registerEvent for listeners so obsidian can remove them ↗
- refactor: use innerText instead of innerHTML ↗