Skip to content

Commit

Permalink
Create hooks.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kazgu authored Apr 23, 2023
1 parent ea984da commit dd0333a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,31 +44,31 @@ async function onStartup() {
text: `[30%] ${getString("startup.begin")}`,
});

UIExampleFactory.registerStyleSheet();
//UIExampleFactory.registerStyleSheet();

// UIExampleFactory.registerRightClickMenuItem();

// UIExampleFactory.registerRightClickMenuPopup();

// UIExampleFactory.registerWindowMenuWithSeparator();

await UIExampleFactory.registerExtraColumn();
// await UIExampleFactory.registerExtraColumn();

await UIExampleFactory.registerExtraColumnWithCustomCell();
// await UIExampleFactory.registerExtraColumnWithCustomCell();

await UIExampleFactory.registerCustomCellRenderer();
// await UIExampleFactory.registerCustomCellRenderer();

await UIExampleFactory.registerCustomItemBoxRow();
// await UIExampleFactory.registerCustomItemBoxRow();

// UIExampleFactory.registerLibraryTabPanel();

await UIExampleFactory.registerReaderTabPanel();

PromptExampleFactory.registerNormalCommandExample();
// PromptExampleFactory.registerNormalCommandExample();

PromptExampleFactory.registerAnonymousCommandExample();
// PromptExampleFactory.registerAnonymousCommandExample();

PromptExampleFactory.registerConditionalCommandExample();
// PromptExampleFactory.registerConditionalCommandExample();

await Zotero.Promise.delay(1000);

Expand Down

0 comments on commit dd0333a

Please sign in to comment.