This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-07
Channels
- # admin-announcements (5)
- # aws (2)
- # boot (313)
- # cider (69)
- # cljsfiddle (18)
- # cljsrn (17)
- # clojars (6)
- # clojure (121)
- # clojure-austin (4)
- # clojure-bangladesh (4)
- # clojure-colombia (2)
- # clojure-dusseldorf (17)
- # clojure-japan (1)
- # clojure-russia (65)
- # clojure-sg (4)
- # clojurescript (94)
- # community-development (6)
- # core-matrix (2)
- # cursive (2)
- # data-science (6)
- # datomic (28)
- # hoplon (4)
- # jobs (1)
- # jobs-discuss (1)
- # keechma (15)
- # ldnclj (2)
- # off-topic (6)
- # om (140)
- # om-next (1)
- # onyx (47)
- # parinfer (11)
- # re-frame (13)
- # reagent (4)
- # spacemacs (7)
- # specter (7)
- # yada (18)
hey 😄
hello!
has cljsfiddle found a designer yet?
just playing around with some ideas there
btw, I just got parinfer to shuffle parens! Still have to figure out how to write new text into the codemirror textbox though.
^nice design @chrisoakman
thanks friend
that screenshot looks so much better than my computer
I really need to upgrade my monitors
@escherize, are you basing off of parinfer-codemirror? I remember we talked about it briefly, but i haven’t looked at it yet: https://github.com/hiram-madelaine/codemirror-parinfer
I know [Dirac](https://github.com/binaryage/dirac) and [Reepl](https://github.com/jaredly/reepl) are integrating parinfer with codemirror somehow
damn Slack not supporting inline links 😉
btw, I just got parinfer to shuffle parens! (It took me a while to figure out I needed to call start-editor-sync!
too.) Still have to figure out how to write new text into the codemirror textbox though.
I'm basing off, the codemirror-parinfer repo, but I think there is a unique issue. So with cljsfiddle, we need to write and read from the codemirror instance. The repl implementations only need to read from it, and afaik the parinfer site just needs to write to it (via vcr).
For reading, I can query the :text
field on the state atom. But I havn't figured out how to write into the codemirror panel yet.