diff --git a/src/ui/CustomContextMenu.tsx b/src/ui/CustomContextMenu.tsx index b3e1d26..6a379a3 100644 --- a/src/ui/CustomContextMenu.tsx +++ b/src/ui/CustomContextMenu.tsx @@ -134,14 +134,18 @@ export function CustomContextMenu(props: TLUiContextMenuProps) { + {/* Holon - temporarily hidden until in better working state + */} + {/* Terminal (Multmux) - temporarily hidden until in better working state + */} - + {/* MycroZineGenerator temporarily disabled for debugging */} diff --git a/src/ui/CustomToolbar.tsx b/src/ui/CustomToolbar.tsx index 5856732..2bbc24e 100644 --- a/src/ui/CustomToolbar.tsx +++ b/src/ui/CustomToolbar.tsx @@ -695,6 +695,7 @@ export function CustomToolbar() { isSelected={tools["Markdown"].id === editor.getCurrentToolId()} /> )} + {/* MycroZine Generator temporarily disabled for debugging {tools["MycroZineGenerator"] && ( )} + */} {tools["Prompt"] && ( )} + {/* Holon - temporarily hidden until in better working state {tools["Holon"] && ( )} + */} {tools["FathomMeetings"] && ( )} + {/* Terminal (Multmux) - temporarily hidden until in better working state {tools["Multmux"] && ( )} + */} {tools["Map"] && (