Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chrrs/scribble

Fabric mod to expertly edit your books with rich formatting options and page utilities
https://github.com/chrrs/scribble

Last synced: 3 months ago
JSON representation

Fabric mod to expertly edit your books with rich formatting options and page utilities

Awesome Lists containing this project

README

        

# Scribble

> Expertly edit your books with rich formatting options, page utilities and more!

![Version](https://img.shields.io/github/v/release/chrrs/scribble?include_prereleases&style=flat-square)
![Build status](https://img.shields.io/github/actions/workflow/status/chrrs/scribble/build.yml?style=flat-square)
[![Modrinth](https://img.shields.io/modrinth/dt/yXAvIk0x?style=flat-square&logo=modrinth)](https://modrinth.com/mod/scribble)
[![CurseForge](https://img.shields.io/curseforge/dt/1051344?style=flat-square&logo=curseforge)](https://curseforge.com/minecraft/mc-mods/scribble)

Read more about it on [Modrinth](https://modrinth.com/mod/scribble) or [CurseForge](https://curseforge.com/minecraft/mc-mods/scribble).

## Project Structure

Camerapture supports multiple Minecraft versions using [Stonecutter](https://stonecutter.kikugie.dev/).
The easiest way to interact with this is by using an IDE such as IntelliJ. To switch between versions,
use the Gradle tasks under the `stonecutter` category. Make sure to switch back to 1.21 to commit changes.

### Release checklist

- Update the version number.
- Change in `gradle.properties`.
- Add an entry in `CHANGELOG.md`.
- Commit and push a new tag. (example: `v1.2.3`)
- Tag name is the version number prefixed by `v`.
- Manually trigger the Publish workflow on GitHub.