Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
Comment thread
smeech marked this conversation as resolved.
Outdated
"spellright.language": [],
"spellright.documentTypes": [
"latex",
"plaintext"
]
}
30 changes: 30 additions & 0 deletions packages/i-ching/0.1.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# I Ching (Book of Changes) Unicode Symbols

A text expander package providing quick access to I Ching hexagrams, trigrams, bigrams, and monograms with multiple information formats.

## About I Ching

The I Ching, or Book of Changes, is an ancient Chinese divination text consisting of 64 hexagrams (六十四卦) that represent different life situations and transformations.

## Installation

espanso install i-ching

## Usage Rules

**Hexagrams:** Use `:ic` followed by a 6-digit binary code (1s and 0s). Examples:

- `:ic111111` → ䷀ (The Creative)
- `:ic000000` → ䷁ (The Receptive)

**Information Formats:**

- `:icc` = Chinese name with symbol
- `:ice` = English name with symbol
- `:icl` = Link to ctext.org reference

**Trigrams:** Use `:ict` followed by 3-digit binary code (`:ict111` → ☰)

**Bigrams:** Use `:icb` followed by 2-digit binary code (`:icb11` → ⚌)

**Monograms:** Use `:icm` followed by single digit (`:icm1` → ⚊)
6 changes: 6 additions & 0 deletions packages/i-ching/0.1.0/_manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: "i-ching"
title: "I Ching (Book of Changes) Unicode Symbols"
description: Type I Ching Symbol with its corresponding binary code
version: 0.1.0
author: Longman
tags: ["i-ching", "book of changes", "i ching"]
Comment thread
smeech marked this conversation as resolved.
Outdated
Loading