README.md in gm-notepad-0.0.15 vs README.md in gm-notepad-0.0.16
- old
+ new
@@ -206,12 +206,12 @@
Let's take a look at the `+character` table. Your table indices need not be
numbers. And you can mix numbers and text. This example introduces the idea of
columns. _I am still working on retrieving by column names as well as rendering column names_.
```console
-=> [grell] Grell 15 12D12
-=> [jehat] Jehat 19 14D6
+[grell] Grell 15 12D12
+[jehat] Jehat 19 14D6
```
You can write a new table, without exiting `gm-notepad`, by doing the following:
```console
@@ -239,9 +239,10 @@
* Run the specs (`$ bundle exec rspec`)
* Run the command from the repository (`$ bundle exec exe/gm-notepad`)
## Todo
+- [ ] When printing tables, also print column names/indices
- [X] Colorize puts to `interactive` buffer
- [X] Disable colors as a configuration option
- [ ] Write expected interface document
- [X] Handle `{critical[5]}`
- [X] Allow `{critical[{2d6+1}]}` to roll the dice then lookup the value in the critical table