https://github.com/tfthacker/brat-helpful-obsidian-resources
List of useful helpful Obsidian online resources available quickly through Obsidian42-BRAT
https://github.com/tfthacker/brat-helpful-obsidian-resources
Last synced: 4 months ago
JSON representation
List of useful helpful Obsidian online resources available quickly through Obsidian42-BRAT
- Host: GitHub
- URL: https://github.com/tfthacker/brat-helpful-obsidian-resources
- Owner: TfTHacker
- License: cc0-1.0
- Created: 2023-04-05T19:17:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T19:39:59.000Z (about 3 years ago)
- Last Synced: 2026-01-22T07:34:17.643Z (4 months ago)
- Size: 13.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Introduction
This is a collection of useful online resources for Obsidian kept in a simple json file making it easy to edit. The file is named resources.json.
### Idea
Keep it simple and the list is easy to edit
### File is JSON format
file is json format
### format
```js
{
name: "Name of resources",
desc: "Description of the resources",
url: "https url path to the helpful resources"
}
```