mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 02:05:53 +01:00
keyboard shortcuts for ribbon tabs
This commit is contained in:
@@ -14,6 +14,9 @@ const TPL = `
|
||||
</div>
|
||||
</div>`;
|
||||
|
||||
/**
|
||||
* TODO: figure out better name or conceptualize better.
|
||||
*/
|
||||
export default class NotePropertiesWidget extends NoteContextAwareWidget {
|
||||
isEnabled() {
|
||||
return this.note && !!this.note.getLabelValue('pageUrl');
|
||||
|
||||
Reference in New Issue
Block a user