mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
chore(views/help): reintroduce help button
This commit is contained in:
@@ -17,7 +17,6 @@ export const byNoteType: Record<Exclude<NoteType, "book">, string | null> = {
|
|||||||
contentWidget: null,
|
contentWidget: null,
|
||||||
doc: null,
|
doc: null,
|
||||||
file: null,
|
file: null,
|
||||||
geoMap: "81SGnPGMk7Xc",
|
|
||||||
image: null,
|
image: null,
|
||||||
launcher: null,
|
launcher: null,
|
||||||
mermaid: null,
|
mermaid: null,
|
||||||
@@ -35,7 +34,8 @@ export const byBookType: Record<ViewTypeOptions, string | null> = {
|
|||||||
list: null,
|
list: null,
|
||||||
grid: null,
|
grid: null,
|
||||||
calendar: "xWbu3jpNWapp",
|
calendar: "xWbu3jpNWapp",
|
||||||
table: "2FvYrpmOXm29"
|
table: "2FvYrpmOXm29",
|
||||||
|
geoMap: "81SGnPGMk7Xc"
|
||||||
};
|
};
|
||||||
|
|
||||||
export default class ContextualHelpButton extends NoteContextAwareWidget {
|
export default class ContextualHelpButton extends NoteContextAwareWidget {
|
||||||
|
|||||||
Reference in New Issue
Block a user