Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chrrs/scribble
- Owner: chrrs
- License: mit
- Created: 2024-05-26T13:14:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T19:12:21.000Z (4 months ago)
- Last Synced: 2024-08-20T21:22:04.365Z (4 months ago)
- Language: Java
- Homepage: https://modrinth.com/mod/scribble
- Size: 165 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- starred - chrrs/scribble - Fabric mod to expertly edit your books with rich formatting options and page utilities (Java)
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.