Skip to content

Commit 66dd3ee

Browse files
committed
Update onwards
1 parent cb079b1 commit 66dd3ee

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

notebooks/onwards.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,28 +74,29 @@ Notes about what currently breaks 💥 and what could be better tomorrow.
7474
- [x] Extend reach of viewer api to whole notebook (including the root node)
7575
- [x] Make viewer api more functional
7676
- [x] Let `:transform-fn` act on wrapped-value and use it to also replace `:fetch-fn`
77-
- [ ] Reset ns viewers to defaults on eval
7877
- [x] Try using `:update-viewers-fn` for markdown node
7978
- [x] Minimize re-rendering when updating notebook
8079
- [ ] Throw on re-definitions
8180
- [x] Throw when referencing no longer available / deleted var
8281
- [x] Allow multiple defs per top-level forms
8382
- [x] Restore `*ns*` after hashing / eval
8483
- [x] Support setting `:nextjournal.clerk/cache` forms to control caching behaviour
85-
- [ ] Deprecate `:nextjournal/no-cache`
8684
- [x] Add `clerk/image` (name tbd) viewer supporting links and embedded images
8785
- [x] Derefenced Clojure atoms should get value semantics in dependency graph
8886
- [x] Support evaluating `(quote 'code 'in 'backticks)` in markdown
8987
- [x] Make it more obvious that results can be expanded
9088
- [x] Set expanded state depending on shape (width) of the data
91-
- [ ] Allow to control viewer expansion state programmatically
92-
- [ ] Make `doc-url` work in live app using `v/clerk-eval`
89+
- [x] Allow to control viewer expansion state programmatically
90+
- [x] Support cherry as alternative js evaluator
91+
- [ ] Make `doc-url` work in live app using `v/clerk-eval` with homepage, 404 and symbol links
92+
- [ ] Global config with consistent inheritance to ns, expression
93+
- [ ] Tap & eval viewer window
9394
- [ ] Add multiviewer to default viewers
9495
- [ ] Make stacktraces clickable
9596
- [ ] Mark uncacheable results in browser window including explanation
9697
- [x] Build static build on CI
9798
- [x] Hook up new table viewer
9899
- [ ] Add CAS storage option for static builds
100+
- [x] Status log
99101
## 💡 Ideas
100102
- [ ] Hook up distributed caching using CAS + cloud bucket
101-
- [ ] Status log

0 commit comments

Comments
 (0)