kodedninja / vocabulum

A vocabulary building application

Home Page:http://hex22.org/projects/vocabulum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vocabulum

A vocabulary building application

Vocabulum is built to help in constructing artificial languages. It also lets you work on a language with other people, by using git for the saved JSON file.

Command

WORD

Adds a new word

Syntax: WORD [PART OF SPEECH] [word] = [meaning]

Example: WORD NOUN leda = woman

DELETE

Deletes a word

Syntax: DELETE [word]

Example: DELETE leda

SYN/SYNONYM

Adds a synonym to a word and to every other synonyms

Syntax: SYN [word] + [synonym]

Example: SYN leda + nona

FIND

Shows only the word or every word.

Syntax: FIND [word] or FIND to show every word

Example: FIND leda

LANGS

Set the name of the two languages you working with (the language you're working on/the base language).

Syntax: LANGS [newlang] [baselang]

Example: LANGS konsol english

SAVE

Save the language. Same as Ctrl + s.

OPEN

Open a language file. Same as Ctrl + o.

About

A vocabulary building application

http://hex22.org/projects/vocabulum

License:MIT License


Languages

Language:JavaScript 83.2%Language:CSS 11.1%Language:HTML 5.7%