From bf7f6dc28d2fa5a8899ff2727104c04b8d61e652 Mon Sep 17 00:00:00 2001 From: Bad3r Date: Wed, 10 Jan 2024 05:39:46 -0500 Subject: [PATCH] enhance: doc --- docs/develop-logseq.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/develop-logseq.md b/docs/develop-logseq.md index 5800091c3f..de3edd58cc 100644 --- a/docs/develop-logseq.md +++ b/docs/develop-logseq.md @@ -43,9 +43,11 @@ Open a dev environment (Browser dev app on ``localhost:3000`` or Desktop dev app Notice: this works only for the `feat/db` branch for now. ##### Emacs + Cider -When you connected to a CLJ nrepl (NOTE: if you already in a CLJS nrepl, use `:cljs/quit` to back to CLJ nrepl), -you can run `(shadow.user/worker-repl)`, or you can use `(shadow/nrepl-select :app {:runtime-id })` to connect to a web-worker context. -Tip; you can find the `` in http://localhost:9630/runtimes. +When connecting to a CLJ nrepl (NOTE: if you are already in a CLJS nrepl, use `:cljs/quit` to go back to CLJ nrepl), +you may run `(shadow.user/worker-repl)`, or use `(shadow/nrepl-select :app {:runtime-id })` to connect to a web-worker context. + +> [!TIP] +> you can find the `` in http://localhost:9630/runtimes ##### VSCode ;; TODO