mirror of
https://github.com/ragetrip/audio-pluglist.git
synced 2026-07-22 06:44:43 +00:00
Update README.md
This commit is contained in:
parent
1a14f745b0
commit
d7ec3dd6b3
1 changed files with 3 additions and 22 deletions
25
README.md
25
README.md
|
|
@ -79,30 +79,11 @@ After the plugin is accepted into the Obsidian Community Plugin store, you’ll
|
|||
|
||||
## 🔍 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 Obsidian’s 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, you’ll
|
|||
|
||||
Bug reports and PRs are welcome. Please include:
|
||||
- Environment (OS, Obsidian version), repro steps, expected vs. actual behavior.
|
||||
- If it’s a feature request, a short mockup or user story helps.
|
||||
- If it’s 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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue