Davide Taviani
Davide Taviani
After messages are trashed, there is currently no way to proceed to a real deletion. Trash looks just like a tag. Mentioned also in #933
Printing
Rendered Markdown can easily be printed (it's HTML after all). It would be great to have the capability of printing directly on the page.
### What version of Datahike are you using? 0.4.1478 ### What version of Java are you using? openjdk version "11.0.10" 2021-01-19 ### What operating system are you using? MacOS ###...
Reader conditionals [are only valid](https://clojure.org/guides/reader_conditionals) in `.cljc` file, so we should get a warning when using them somewhere else.
 Killing should only affect text **after** the cursor
From the [relevant thread on slack](https://nextjournal.slack.com/archives/C16N1JCQ4/p1601018861051700) ```clojure (print "AAA" | ) ``` If cursor is at `|`, when i press `)` on my keyboard, i expect it to become: ```clojure...
Assume `(foo "|bar")` (where `|` denotes the cursor). - in my REPL, pressing Meta-S: `(foo bar)` - in clojure-mode, `foo "bar"`
Remove distinction between clj and cljs as we're already in the clj branch
The newer version of clj-time supports tagged literals for clj-time/date-time. Fixes #27
If I have in my ring configuration ```(assoc-in site-defaults [:session :store] (cookie-store {:key "a very secret cookie key"}))``` I get the error: ``` java.lang.RuntimeException: No reader function for tag object...