mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
sql console added to global menu and now has schema info
This commit is contained in:
11
src/public/javascripts/dialogs/help.js
Normal file
11
src/public/javascripts/dialogs/help.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const $dialog = $("#help-dialog");
|
||||
|
||||
async function showDialog() {
|
||||
glob.activeDialog = $dialog;
|
||||
|
||||
$dialog.modal();
|
||||
}
|
||||
|
||||
export default {
|
||||
showDialog
|
||||
}
|
||||
Reference in New Issue
Block a user