Daniel Howe

Results 214 issues of Daniel Howe

also include info on $$ and .norepeat

This is a background task that you can work on whenever you run out of things to do, or need a break from something else. We want to get coverage...

priority: Med
on hold

I'd like to support the following two types of grammar cases (with and without closing tag). Can you see if this is possible? `` ``` { rules } ```

priority: High

Let's see if this is possible in 'rs', same way as we pass State.variables to `` in Twine. Simple test: define a js variable `foo` in one cell, refer to...

enhancement
priority: High

Types of links: html, riscript-internal, custom? Use-case for arguments. A. inline ```(Some text).link(http://blah.com/foo/bar.html)``` ```(Some text).link(foo/bar.html)``` B. ``` $opts={type:html, href:http://blah.com/foo/bar.html, target:_blank } // a JSON string (Some text).link() ```

enhancement
question
priority: Med

```javascript let ctx = { rhymes: (word) => word + ' rhymes with ' + RiTa.random(RiTa.rhymes(word)); } RiTa.evaluate('(dog | child | ox)].rhymes().norep()', ctx); ```

priority: High

From https://github.com/aparrish/nonsense-verse-pycon-2020/blob/master/pincelate-tutorial-and-cookbook.ipynb Characteristics of phonemes are called "features." Can provide a function to list features for specific phonemes. For example, to get the features for the vowel /UW/ (vowel sound...

### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data - [ ] DOM - [ ] Events...

Bug
Build Process