This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-11
Channels
- # adventofcode (1)
- # aleph (1)
- # announcements (3)
- # babashka (39)
- # beginners (84)
- # calva (1)
- # cider (17)
- # clj-kondo (15)
- # cljs-dev (43)
- # clojure (132)
- # clojure-dev (1)
- # clojure-europe (4)
- # clojure-nl (7)
- # clojure-norway (4)
- # clojure-uk (22)
- # clojurescript (56)
- # clojurex (24)
- # cursive (11)
- # data-science (2)
- # datascript (33)
- # datomic (7)
- # docker (2)
- # figwheel-main (11)
- # fulcro (2)
- # jobs (3)
- # joker (29)
- # leiningen (3)
- # nrepl (4)
- # off-topic (11)
- # planck (4)
- # reitit (5)
- # ring (4)
- # shadow-cljs (205)
- # spacemacs (5)
- # xtdb (9)
I've never felt the need for a live preview for single pages, as the markdown mode syntax highlighting gives a very accurate representation of what the page will look like. I use cryogen for static websites, it has a local server that shows the pages generated from markdown.
I guess this is more of a vim question but I'd like to be able to interactively search and replace where the replace is dynamic based on the match. Is this possible out of the box in vim?
SPC n +
increases numbers.
I have no idea how to select all numbers unless perhaps you can used multiple-cursors (but this may be more effort than its worth if there is no structure to the number locations). Not sure if this helps at all...