https://github.com/kodedninja/vocabulum
A vocabulary building application
https://github.com/kodedninja/vocabulum
conlanging vocabulary-builder
Last synced: about 1 month ago
JSON representation
A vocabulary building application
- Host: GitHub
- URL: https://github.com/kodedninja/vocabulum
- Owner: kodedninja
- License: mit
- Created: 2017-12-05T09:16:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T12:21:23.000Z (over 7 years ago)
- Last Synced: 2025-04-19T00:41:27.898Z (about 1 month ago)
- Topics: conlanging, vocabulary-builder
- Language: JavaScript
- Homepage: http://hex22.org/projects/vocabulum
- Size: 104 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vocabulum
A vocabulary building applicationVocabulum 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 wordSyntax: ```WORD [PART OF SPEECH] [word] = [meaning]```
Example: ```WORD NOUN leda = woman```
#### ```DELETE```
Deletes a wordSyntax: ```DELETE [word]```
Example: ```DELETE leda```
#### ```SYN/SYNONYM```
Adds a synonym to a word and to every other synonymsSyntax: ```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```.