Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keywords for Symbols #51

Open
ninapaley opened this issue Mar 17, 2021 · 3 comments
Open

Keywords for Symbols #51

ninapaley opened this issue Mar 17, 2021 · 3 comments
Assignees

Comments

@ninapaley
Copy link
Collaborator

ninapaley commented Mar 17, 2021

Related to #16 and #36: I should put keywords in symbols' TOML files. Rather than having to go through every symbol name in the vocabulary, the user could select from a smaller list of keywords/categories. For example, "Love" could include heart.svg, bed.svg and snake_helix.svg. "Death" could include skull.svg, coffin.svg, sword.svg, and bone.svg.

@toolness, how would I express this in TOMLs? I'm thinking something like:
keyword = ["Love", "Death", "Nature", "Conflict", "Animals"]

Perhaps y'all could suggest keywords for this list. Off the top of my head:
Love
Death
Nature
Conflict
Animals
Relationships
Sex
Wealth
Learning
Music
Water
Air
Fire
Earth
Food
Women
Men
Risk/Chance/Fate/Fortune
Freedom
State
Home
Strength
Protection
Plants
Religion
Birth/Renewal

Maybe the list should be shorter? I'll read up on Tarot cards and see what sort of categories they keep repeating.

In Tarot readings, the user thinks of, but doesn't say aloud, a question. A user could do the same for MysticSymbolic in "oracle mode," not specifically writing a question, but choosing a keyword category or two. The code would then pick from symbols containing those keywords, plus some "universal" or other symbols to mix things up. Maybe "Universal" could be a keyword tag, too, for symbols like triskele.svg for example, which could be marked:
keyword = ["Spiral", "Universal"]

Is this an ok way to spec keywords? If I add those to the TOMLs, will anything explode?

@toolness
Copy link
Collaborator

Yeah that sounds great--the only thing I'd suggest is making the name keyword plural, so instead of

keyword = ["Spiral", "Universal"]

it'd be

keywords = ["Spiral", "Universal"]

how's that?

@ninapaley
Copy link
Collaborator Author

@toolness "keywords" makes mores sense, yes. Thanks!

@ninapaley
Copy link
Collaborator Author

At last night's meeting @corinna000 suggested each symbol could have two sets of keywords:

  1. Literal/descriptive, i.e. butterfly, wing, insect, animal
  2. Symbolic, i.e. freedom, fairy, magic, childhood, spring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants