Skip to content

Conversation

@luklongman
Copy link

No description provided.

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 simple package of trigger:/replace: pairs. Many duplicate triggers, which will automatically generate a Search popup, which is fine. No script, shell or potentially malicious code.

I'll run the automated checks and let Copilot do its stuff.

Thank you!

@@ -0,0 +1,7 @@
{
Copy link
Collaborator

@smeech smeech Jan 1, 2026

Choose a reason for hiding this comment

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

This file needs to be removed to enable merging, please.

description: Type I Ching Symbol with its corresponding binary code
version: 0.1.0
author: Longman
tags: ["i-ching", "book of changes", "i ching"] No newline at end of file
Copy link
Collaborator

Choose a reason for hiding this comment

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

Would you kindly add a homepage: key/value, even if the latter is just https://github.com/luklongman/hub/tree/main? If you have a better personal homepage, link to that.

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 I-Ching package (version 0.1.0) that provides text expansion shortcuts for I Ching (Book of Changes) Unicode symbols, including hexagrams, trigrams, bigrams, and monograms.

  • Adds 549 text expansion triggers for I Ching symbols with multiple information formats (symbol-only, Chinese name, English name, and reference links)
  • Includes comprehensive documentation explaining the binary code-based trigger system
  • Provides metadata and configuration for the package

Reviewed changes

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

File Description
packages/i-ching/0.1.0/package.yml Defines all text expansion matches for I Ching symbols with triggers following a binary code pattern
packages/i-ching/0.1.0/_manifest.yml Package metadata including name, version, author, and tags
packages/i-ching/0.1.0/README.md User documentation explaining installation and usage patterns
.vscode/settings.json VSCode spell checker configuration

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

- trigger: :ic101110
replace: ䷱
- trigger: :icc101110
replace: "鼎卦 THE CAULDRON ䷱"
Copy link

Copilot AI Jan 1, 2026

Choose a reason for hiding this comment

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

The replacement value includes both Chinese and English text "鼎卦 THE CAULDRON ䷱", which is inconsistent with the pattern used for all other :icc triggers. The :icc format should only contain the Chinese name and symbol (like "鼎卦 ䷱"), while English names should only appear in :ice triggers.

Suggested change
replace: "鼎卦 THE CAULDRON "
replace: "鼎卦 ䷱"

Copilot uses AI. Check for mistakes.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I suspect this is intentional, as it's not the only instance. Feel free to ignore!

replace: "THE CLINGING FIRE ䷝"
- trigger: :icl101101
replace: "https://ctext.org/book-of-changes/li"
- trigger: :icc011100
Copy link

Copilot AI Jan 1, 2026

Choose a reason for hiding this comment

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

The trigger :icc011100 is used twice. Line 278 should use :ic011100 instead (without the extra 'c') to follow the pattern where :ic is for the symbol only, and :icc is for the Chinese name with symbol.

Suggested change
- trigger: :icc011100
- trigger: :ic011100

Copilot uses AI. Check for mistakes.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I suspect this is intentional, as it's not the only instance. Feel free to ignore!

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.

2 participants