Merge pull request #34 from decaf-dev/dev

Update to new username
This commit is contained in:
DecafDev 2024-05-27 01:52:05 -06:00 committed by GitHub
commit 72d7b693bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 13 deletions

View file

@ -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

View file

@ -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
@ -49,12 +49,12 @@ This plugin is a replacement to some of the functionality found in [Obsidian Dat
## Installation
1. Install the [Obsidian BRAT](https://obsidian.md/plugins?id=brat) plugin from Obsidian community plugin store
2. Enable the plugin
3. Open the plugin settings
4. Click **Add beta plugin**
5. Enter the repository url: **https://github.com/trey-wallis/obsidian-vault-explorer**
6. Click **Add plugin**
1. In Obsidian, open **Settings**
2. Go to **Community plugins**
3. Select **Browse**
4. Search for **Vault Explorer** by DecafDev
5. Select **Install**
6. Then select **Enable**
## Usage
@ -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)

View file

@ -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
}

View file

@ -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",