Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrychenzw committed Jul 13, 2024
1 parent fce1dfa commit c963e5f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const DEFAULT_SETTINGS: ZKNavigationSettings = {
RandomIndex: true,
RandomMainNote: true,
TableView: true,
IndexButton: true,
IndexButton: false,
MainNoteButton: true,
MainNoteButtonText: t("Main notes"),
SelectMainNote: '',
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "zettelkasten-navigation",
"name": "zettelkasten navigation",
"version": "0.0.52",
"version": "0.0.53",
"minAppVersion": "1.5.7",
"description": "Visualize a Luhmann-style zettelkasten.",
"author": "terrychenzw",
Expand Down
1 change: 0 additions & 1 deletion src/view/indexView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ export class ZKIndexView extends ItemView {
}

async refreshBranchMermaid() {
new Notice("123")
this.plugin.RefreshIndexViewFlag = false;
let indexMermaidDiv = document.getElementById("zk-index-mermaid-container");

Expand Down

0 comments on commit c963e5f

Please sign in to comment.