
mark it!
Markdown? In this Minecraft!?
- Загрузки
- 2K
- Подписчики
- 14
- Обновлён
- 11 июня 2024 г.
- Лицензия
- BSD-3-Clause
Опубликован 1 июня 2024 г.
mark it! (sic) is a mod that adds (basic) Markdown formatting to your Minecraft! It can be used almost everywhere.
The supported markdown-esqe features:
- Surround your text with
**(two asterisks) to make it bold! - Surround your text with
*(one asterisk) or_(underscore) to make it italic! - Surround your text with
__(two underscores) to underline it! - Surround your text with
~~(two tildes) to give it astrikethrough! - Surround your text with
||(two vertical bars) to obfuscate it! - If you want to use any of the above without having a style, put a
\(backslash) before it.- For multi-character markers (e.g.
**(two asterisks) and~~(two tildes)) just one\(backslash) is needed
- For multi-character markers (e.g.
Mod compatibility?
It should be compatible with mods as a baseline. For the "editor" styliziation to work (where the control characters mentioned above are shown) specific support needs to be added for that mod, either in this mod (most likely) or in the affected mod itself.
Some additional work still needs to be done to make this more seamless for development and existing content in Vanilla, though the main functionality is definitely working.
Developers can use certain methods to customize the functionality in this mod. See the wiki for more information: it's right here click mee.
Ченджлог
0.1.1-compat+forgeБета1.20.4, 1.20.5, 1.20.6 · 11 июня 2024 г.
Compatibility hotfix. it was breaky
0.1.1-compat+fabricБета1.20.4, 1.20.5, 1.20.6 · 11 июня 2024 г.
Compatibility hotfix. it was breaky
0.1.1+forgeБета1.20.4, 1.20.5, 1.20.6 · 3 июня 2024 г.
Changelog:
- Added: Backslash now allows adding styling characters as regular characters.
- This is done by prefixing the character with backslash, e.g.
\*would show just as*while just*would not show at all as it's being interpreted as a styling character.
- This is done by prefixing the character with backslash, e.g.
- Fix: Markdown formatting is now not applied to commands being typed.
- Fix: Usernames in tab completion now have their underscores prefixed with backslash to prevent them from being italicized.
- Fix: Player names in the tab list no longer have markdown applied.
- Fix: When moving the cursor in an editor box (such as chat), the formatting will now be correctly applied.
- Technically, this would also fix this bug in vanilla.
Bugs? Feature requests? Report them here: https://github.com/der-fruhling-entertainment/markit/issues
You can also join the Discord server: https://discord.gg/GxWtwWXvPr
0.1.1+fabricБета1.20.4, 1.20.5, 1.20.6 · 3 июня 2024 г.
Changelog:
- Added: Backslash now allows adding styling characters as regular characters.
- This is done by prefixing the character with backslash, e.g.
\*would show just as*while just*would not show at all as it's being interpreted as a styling character.
- This is done by prefixing the character with backslash, e.g.
- Fix: Markdown formatting is now not applied to commands being typed.
- Fix: Usernames in tab completion now have their underscores prefixed with backslash to prevent them from being italicized.
- Fix: Player names in the tab list no longer have markdown applied.
- Fix: When moving the cursor in an editor box (such as chat), the formatting will now be correctly applied.
- Technically, this would also fix this bug in vanilla.
Bugs? Feature requests? Report them here: https://github.com/der-fruhling-entertainment/markit/issues
You can also join the Discord server: https://discord.gg/GxWtwWXvPr
Комментарии
Загружаем…