An open API service indexing awesome lists of open source software.

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

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)).