This digital book was started as a University project and is highly
inspired by ink's own documentation - Writing with ink.
You can find live link to the project here.
The book is not finished, yet (even the design - can't tell that should be a book),
If you deside to clone the repo, you may also refer to these three valuable resources:
- Running your ink - how to actually use ink outside of the official ink editor inky;
- inkjs - the JavaScript package that provides a runtime and a compiler for the ink stricting language;
- note: it's not intended for browser use, thus
inkjs.PosixFileHandlercannot work asynchronously
- note: it's not intended for browser use, thus
- ink's main repository