Add homepage plugin

This commit is contained in:
Lucas 2023-03-01 10:25:02 +01:00
parent 99f856b88a
commit 3f5071f521
4 changed files with 2077 additions and 0 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@
.obsidian/workspace.json
!.obsidian/plugins/dataview/
!.obsidian/themes/Obuntu/
!.obsidian/plugins/homepage/

17
.obsidian/plugins/homepage/data.json vendored Normal file
View file

@ -0,0 +1,17 @@
{
"version": 2,
"defaultNote": "Dashboard",
"useMoment": false,
"momentFormat": "YYYY-MM-DD",
"workspace": "Home",
"workspaceEnabled": false,
"hasRibbonIcon": true,
"openMode": "Replace all open notes",
"manualOpenMode": "Keep open notes",
"view": "Reading view",
"revertView": true,
"refreshDataview": true,
"autoCreate": true,
"autoScroll": false,
"pin": true
}

2049
.obsidian/plugins/homepage/main.js vendored Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,10 @@
{
"id": "homepage",
"name": "Homepage",
"version": "2.7.4",
"minAppVersion": "1.0",
"description": "Open a specified note, canvas, or workspace on startup.",
"author": "novov",
"authorUrl": "https://novov.me",
"isDesktopOnly": false
}