https://github.com/cl8n/vscode-osu-wiki-markdown-preview
VSCode extension to simulate the osu! website in the markdown preview window
https://github.com/cl8n/vscode-osu-wiki-markdown-preview
osu-wiki vscode vscode-extension
Last synced: 4 months ago
JSON representation
VSCode extension to simulate the osu! website in the markdown preview window
- Host: GitHub
- URL: https://github.com/cl8n/vscode-osu-wiki-markdown-preview
- Owner: cl8n
- License: mit-0
- Created: 2024-07-24T02:13:00.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T02:35:43.000Z (9 months ago)
- Last Synced: 2025-02-13T01:30:09.105Z (4 months ago)
- Topics: osu-wiki, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=cl8n.osu-wiki-markdown-preview
- Size: 196 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-osu-web.txt
Awesome Lists containing this project
README
# osu! wiki markdown preview
This extension simulates the osu! website in the markdown preview window. You should enable this extension in your osu-wiki workspace, but disable it globally.
## Missing features
- International fonts
- News cover and author
- Custom element IDs
- Correct automatic header IDs## Building the extension
Use `vsce` to package or publish this extension.
The fonts "Inter" and "Torus" are not included in this repository but should be added under `share/inter` and `share/torus` before building. Country flag images from osu-web should also be added under `share/flags` with filenames in the format `
.svg`, and the fallback flag at `fallback.png`.
## License
New code written by contributors to this project is licensed under MIT-0 ([LICENSE.txt](LICENSE.txt)). Significant portions of this extension are either directly copied from or re-implementing code from [osu-web](https://github.com/ppy/osu-web), which are licensed under the same AGPL license as osu-web ([LICENSE-osu-web.txt](LICENSE-osu-web.txt)).