This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-31
Channels
- # admin-announcements (31)
- # beginners (8)
- # boot (277)
- # cider (9)
- # cljs-dev (15)
- # cljsrn (2)
- # clojars (22)
- # clojure (132)
- # clojure-russia (65)
- # clojurescript (53)
- # datavis (23)
- # datomic (1)
- # hoplon (9)
- # ldnclj (9)
- # lein-figwheel (1)
- # leiningen (2)
- # off-topic (3)
- # om (72)
- # proton (1)
- # quil (2)
- # re-frame (23)
- # reagent (33)
- # ring-swagger (2)
- # yada (5)
@virmundi “is it possible to use reagent on a static page?” -> yeah, totally. Many websites/apps are static pages that get dynamic content from servers/APIs “will other wiki visitors see the articles I write?” -> not unless those articles are saved to some server that can tell the other visitors about it.
or maybe I’m misunderstanding your question. “databaseless, serverless” seems like a red flag, but maybe you mean that you’ll use someone else’s database/server, something like Google Firebase
No *-less is my goal. I'm going to use HTML5 API to read files from a relatives paths to the index.html
I tried to use the secretary API, but it keeps failing to find the paths. The base URL is <file://Users/something/something/index.html>
@virmundi so this like a local wiki that (assuming I’m a user) exists on my computer’s filesystem?
The URL is file:///Users/jdavenpo/Documents/Code/stawiki/resources/public/index.html#/
something like https://www.npmjs.com/package/local-web-server , (maybe the clojure world has its own equivalent)
yeah, if you want to just keep it around and editable long-term I can see how that would be annoying
OSX used to come with a running Apache instance, but it doesn’t anymore so you can’t use that