Update README.md

This commit is contained in:
ragetrip 2025-09-09 02:29:33 -07:00 committed by GitHub
parent 1a14f745b0
commit d7ec3dd6b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,30 +79,11 @@ After the plugin is accepted into the Obsidian Community Plugin store, youll
## 🔍 Known Limitations
- **External linksS**: Some link playlists require **log-in**; many hosts disallow cross-origin playback.
- **External links**: Some link playlists require **log-in**; many hosts don't allow cross-origin playback.
- Mobile platform behavior depends on OS media policies (e.g., background playback limits).
---
## 🧰 Development
- **Folder structure** (what Obsidian expects):
```text
audio-pluglist/
├─ main.js
├─ manifest.json
├─ styles.css
└─ versions.json # optional, used by the Community listing
```
- **Manifest**: `id` must be `audio-pluglist` and the version in `manifest.json` **must match** the latest entry in `versions.json` (for Community releases). This repo sets both to **1.2.5**.
- **Building**: This project currently ships a single `main.js`. If you adopt a toolchain later (TypeScript, bundler), make sure the output files match Obsidians expectations.
- **Commands** exposed (palette): Open, Play/Pause, Next, Previous, Stop (Fade Out), Re-scan All Playlists.
---
## 📝 Changelog
### 1.2.5 - Release Notes
@ -115,7 +96,7 @@ After the plugin is accepted into the Obsidian Community Plugin store, youll
Bug reports and PRs are welcome. Please include:
- Environment (OS, Obsidian version), repro steps, expected vs. actual behavior.
- If its a feature request, a short mockup or user story helps.
- If its a feature request, a short mockup or example helps.
---
@ -130,4 +111,4 @@ This project is licensed under the **MIT License**. See [`LICENSE`](./LICENSE) f
If you like this plugin and want to support development, you can [**Buy Me a Coffee**](https://buymeacoffee.com/ragetrip).
Check out my other Obsidian plugins and projects here: [**My GitHub Repositories**](https://github.com/ragetrip?tab=repositories).
Check out my other Obsidian plugins and projects here: [**My GitHub Repositories**](https://github.com/ragetrip?tab=repositories).