1
0
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:
Timur Ismagilov 2022-03-29 21:04:20 +03:00
parent b6cde49f9d
commit db943a97cb

View File

@ -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 {