Skip to content

Fonts Package#212

Merged
smeech merged 3 commits intoespanso:mainfrom
S1rAardvark:main
Jan 15, 2026
Merged

Fonts Package#212
smeech merged 3 commits intoespanso:mainfrom
S1rAardvark:main

Conversation

@S1rAardvark
Copy link
Contributor

Adding a package to enable one to change the font of the text they're writing on a whim.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new "fonts" package that enables text transformation to fancy Unicode fonts using a regex-based trigger pattern. Users can type :b text:, :i text:, etc., to convert regular text to bold, italic, script, gothic, or fancy Unicode equivalents via a Python script.

Changes:

  • Adds a new package "fonts" version 0.1.0 with regex pattern matching for font transformations
  • Implements Python script-based character translation using Unicode mathematical alphanumeric symbols
  • Includes package manifest and documentation

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
packages/fonts/0.1.0/package.yml Main package configuration with regex pattern and Python script for font conversion
packages/fonts/0.1.0/_manifest.yml Package metadata defining name, version, author, and tags
packages/fonts/0.1.0/README.md User documentation with installation instructions and usage examples

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Collaborator

@smeech smeech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A small package including a Regex trigger and a short, safe, Python script.

Passes the automated checks and I have let Copilot make comments, but "resolved" a couple which it got wrong!

I've added a few minor comments which you might consider.

Thank you!

@S1rAardvark
Copy link
Contributor Author

I've adjusted a few things from the recommendations. Let me know if there's anything else that could be changed! Thanks!

@smeech smeech merged commit d4bbbb3 into espanso:main Jan 15, 2026
1 check passed
@smeech
Copy link
Collaborator

smeech commented Jan 15, 2026

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants