Jackson Owens

Results 24 comments of Jackson Owens

This change requires a manual modification of the kv store's OPTIONS file.

I think it might be tricky to support without pretty extensive changes, but I agree it would be cool! I'll think on it...

Hi @LukeSchlangen, Thanks for the note! Yeah, there've been a couple problems in the last couple weeks. Some were bugs that only manifested under the higher load the site has...

Anything we do here will need to be optional, because it creates unnecessary friction in the common case where you trust your friends. It's also worth noting that under the...

@keiohtani cool, sounds good! If you want any design inspiration, I added this feature to codenamesgreen.com when I built that: ![Screen Shot 2020-04-05 at 6 58 21 PM](https://user-images.githubusercontent.com/867352/78512056-78347380-776f-11ea-8b89-09bc83d881d0.png)

Hey @Atomy9, Thanks for your suggestion! I'll try and see if I can find some time to implement that.

Hi Alexander, It's not a perfect solution, but I recommend using a visitor. I just updated the source to allow visitors to modify the value of text nodes. I added...

This is possible with the current version but with limitations. You could define a [list] bbcode and a list item bbcode. This type of syntax is possible: ``` [list] [li]first...

I take that back. This _is_ possible right now by defining a custom `CodeDefinition`. I made a gist with an example: https://gist.github.com/jbowens/5646994 Since I don't think there are very many...