Sha256: cc7731f62fa1a843eef70dc1f2cf66627ec39fdcd656f1dcd94ece11f9495286

Contents?: true

Size: 456 Bytes

Versions: 4

Compression:

Stored size: 456 Bytes

Contents

Tags are accessible via runner functions:

- `bool has_tags()` are there any tags now?
- `size_t num_tags()` how many tags are there right now?
- `const char* get_tag(size_t i)` get string value of tag

Tags are acquired until a choice appears. After choosing the acquired tags will
be cleared.
```
# Tag1
# Tag 2
Some Text # Tag3
* A # Tag 4
* B # Tag 5
- out # Tag6
```

Will produce:
> Some Text: Tag1, Tag2, Tag3
> * A
> * B
> <1
> A
> out: Tag4, Tag6

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
inkcpp_rb-0.1.3 ext/inkcpp_rb/inkcpp/notes/TagsNotes.md
inkcpp_rb-0.1.2 ext/inkcpp_rb/inkcpp/notes/TagsNotes.md
inkcpp_rb-0.1.1 ext/inkcpp_rb/inkcpp/notes/TagsNotes.md
inkcpp_rb-0.1.0 ext/inkcpp_rb/inkcpp/notes/TagsNotes.md