Skip to content

Instantly share code, notes, and snippets.

@neauoire
Last active June 9, 2019 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neauoire/b7a72119ce90d62500d344e15f8a71a4 to your computer and use it in GitHub Desktop.
Save neauoire/b7a72119ce90d62500d344e15f8a71a4 to your computer and use it in GitHub Desktop.

Are there any other docs for Runic outside of the Oscean Lexicon in lexicon.ndtl?

I think that the best way to understand how Runic works is actually to look at the source code itself, it's a tiny file written in such a way that it should be self explanatory.

Have you built any tools for quick conversion of Neralie and Arvelie?

If you type ~help in the Oscean search bar, you will see the ~atog, and ~gtoa, commands that will handle that conversion.

~atog 19l06 # 2019-06-09
~gtoa 2019-06-09 # 19L06

What is the CODE value under horaire.tbtl I see sometimes it's +000 and others its -xxx or !xxx?

You can see the CODE usage in the source code.

+ event
! featured
- default

Are there any helper functions I should be aware of for adding entries and updates to the journal, tracker & calendar or are you manually editing flat files for those commits each time? Are there any admin interfaces for Oscean?

The database formats are designed to be human readable so I wouldn't need admin interfaces. I find that using a solid IDE gives me a lot more control to edit this data than any web interface I could design.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment