mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-05 02:29:54 +00:00
Add shortcut for backlinks
Press b
This commit is contained in:
parent
b6cde49f9d
commit
db943a97cb
@ -330,6 +330,7 @@ window.addEventListener('load', () => {
|
||||
this.bindElement('a', '.hypha-info__link[href^="/media/"]', 'Go to media management');
|
||||
this.bindElement('h', '.hypha-info__link[href^="/history/"]', 'Go to history');
|
||||
this.bindElement('r', '.hypha-info__link[href^="/rename/"]', 'Rename this hypha');
|
||||
this.bindElement('b', '.hypha-info__link[href^="/backlinks/"]', 'Backlinks');
|
||||
});
|
||||
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user