mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 05:11:41 +00:00
chore: update to new GitHub username
This commit is contained in:
parent
11fade7c6d
commit
feadefa151
4 changed files with 7 additions and 7 deletions
2
LICENSE
2
LICENSE
|
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2024 Trey Wallis
|
||||
Copyright (c) 2024 DecafDev
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Vault Explorer is an [Obsidian.md](https://obsidian.md) plugin for desktop only. It allows you to explore your vault in visual format.
|
||||
|
||||
This plugin is a replacement to some of the functionality found in [Obsidian DataLoom](https://github.com/trey-wallis/obsidian-dataloom).
|
||||
This plugin is a replacement to some of the functionality found in [Obsidian DataLoom](https://github.com/decaf-dev/obsidian-dataloom).
|
||||
|
||||
## About
|
||||
|
||||
|
|
@ -85,7 +85,7 @@ This property should be of checkbox type.
|
|||
1. Clone the GitHub repository
|
||||
|
||||
```shell
|
||||
git clone https://github.com/trey-wallis/obsidian-vault-explorer.git
|
||||
git clone https://github.com/decaf-dev/obsidian-vault-explorer.git
|
||||
```
|
||||
|
||||
2. Install [Bun](https://bun.sh)
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
"version": "1.0.1",
|
||||
"minAppVersion": "1.4.13",
|
||||
"description": "Explore your vault in visual format",
|
||||
"author": "Trey Wallis",
|
||||
"authorUrl": "https://github.com/trey-wallis",
|
||||
"fundingUrl": "https://buymeacoffee.com/treywallis",
|
||||
"author": "DecafDev",
|
||||
"authorUrl": "https://github.com/decaf-dev",
|
||||
"fundingUrl": "https://buymeacoffee.com/decaf_dev",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Trey Wallis",
|
||||
"author": "DecafDev",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tsconfig/svelte": "^5.0.4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue