Skip to content

VSCode extension to simulate the osu! website in the markdown preview window

License

MIT-0, AGPL-3.0 licenses found

Licenses found

MIT-0
LICENSE.txt
AGPL-3.0
LICENSE-osu-web.txt
Notifications You must be signed in to change notification settings

cl8n/vscode-osu-wiki-markdown-preview

Repository files navigation

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 <code>.svg, and the fallback flag at fallback.png.

License

New code written by contributors to this project is licensed under MIT-0 (LICENSE.txt). Significant portions of this extension are either directly copied from or re-implementing code from osu-web, which are licensed under the same AGPL license as osu-web (LICENSE-osu-web.txt).