diff --git a/README.md b/README.md index 3a1de8f..9a92075 100644 --- a/README.md +++ b/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). \ No newline at end of file +Check out my other Obsidian plugins and projects here: [**My GitHub Repositories**](https://github.com/ragetrip?tab=repositories).