Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
1adfe34
feat(api): javascript api for custom ui building
pankgeorg Jul 31, 2025
473a780
Create api.js
fonsp Jul 31, 2025
1c62884
docs(claude): docs and format
pankgeorg Aug 1, 2025
2ec7110
also update metadata
pankgeorg Aug 2, 2025
82f1811
don't await restart
pankgeorg Aug 2, 2025
8e0a812
fix(temporary): types
pankgeorg Aug 2, 2025
b14f3cf
back to js
pankgeorg Aug 2, 2025
ec90d77
back to js with nice types and a bundle
pankgeorg Aug 2, 2025
8cd7ddd
oops
pankgeorg Aug 2, 2025
06c5269
feat: crazy execute in workspace function (use with pure expressions …
pankgeorg Aug 3, 2025
239be78
feat: a good notebook parser
pankgeorg Aug 4, 2025
55a8147
refactor
pankgeorg Aug 4, 2025
1787ad1
chore: support more metadata, format
pankgeorg Aug 4, 2025
354c4d6
very bad
pankgeorg Aug 5, 2025
076df5b
attempt 4
pankgeorg Aug 5, 2025
b9a592e
commit rollup
pankgeorg Aug 5, 2025
306d568
rename
pankgeorg Aug 6, 2025
43e3f1a
properly export types
pankgeorg Aug 6, 2025
dd93f94
0.1.1
pankgeorg Aug 6, 2025
4a52125
tangent: local build test
pankgeorg Aug 6, 2025
e56a335
fix: more stuff
pankgeorg Aug 6, 2025
f58b11e
0.1.2
pankgeorg Aug 6, 2025
5fcf906
[email protected]
pankgeorg Aug 6, 2025
c53c6d0
drop some deps, because they end up where they shouldn't
pankgeorg Aug 6, 2025
ed16d76
[email protected]
pankgeorg Aug 6, 2025
debf338
cleanup dist
pankgeorg Aug 6, 2025
40719d0
chore: remove api folder
pankgeorg Aug 6, 2025
0862b21
chore: unplutoify API, fix original bundler
pankgeorg Aug 7, 2025
4818317
chore: bump version, simplify api a bit
pankgeorg Aug 7, 2025
4c778a9
add readme and fix docstrings
pankgeorg Aug 7, 2025
28b2714
feat: create snippets with uuid
pankgeorg Aug 7, 2025
03d0b69
oopsie on formatting
pankgeorg Aug 7, 2025
361feb9
upgrade immer
pankgeorg Aug 11, 2025
3930819
feat: add helper to wrap package into file
pankgeorg Aug 11, 2025
d058b5e
feat: generate whole notebook from dyad codegen string
pankgeorg Aug 11, 2025
f160ebb
chore: document execute in readme
pankgeorg Aug 16, 2025
4f3c53f
node with jsdom
pankgeorg Aug 16, 2025
bc3a696
feat: enable nodejs usage with polyfill
pankgeorg Aug 16, 2025
f2621e0
chore: bump version
pankgeorg Aug 16, 2025
36621ca
feat: add react integration
pankgeorg Aug 17, 2025
e9ef300
feat: add helper getters to work with notebook state
pankgeorg Aug 17, 2025
b7f3d54
feat: add waitSnippet for a sync method like add snippet
pankgeorg Aug 17, 2025
c0cb1dd
v0.4.1 with waitSnippet
pankgeorg Aug 17, 2025
eed0e17
feat: split out terminal and progress logs
pankgeorg Aug 18, 2025
6f95654
feat: new worker methods, revise dev workflow
pankgeorg Aug 22, 2025
0e61602
fix: node polyfill path fix
pankgeorg Aug 22, 2025
22dd4d1
fix: codegen
pankgeorg Sep 5, 2025
adf1c47
fix: waitSnippet timeout issue
pankgeorg Sep 5, 2025
c50b79e
fix: remember to return promise 🫠
pankgeorg Sep 5, 2025
ae0b0b8
fix: properly shutdown notebooks
pankgeorg Sep 10, 2025
216553e
feat: worker ability to set bonds
pankgeorg Oct 6, 2025
6d612f2
chore: remove special character from nord
pankgeorg Oct 6, 2025
6368dd8
feat: bundle ui in rainbow
pankgeorg Oct 6, 2025
a2728d9
feat: unguard pluto_actions so stacktrace prints
pankgeorg Oct 6, 2025
9c61fcb
feat: export bond helpers
pankgeorg Oct 6, 2025
5c4bf83
feat: expose setup_mathjax from bundled version
pankgeorg Oct 7, 2025
4b35185
feat: request md docs for symbol
pankgeorg Oct 7, 2025
290f6fd
fix: export PlutoContexts
pankgeorg Oct 7, 2025
fa5aceb
chore: expose ANSITextOutput
pankgeorg Oct 8, 2025
126748d
chore: disallow stacktrace to be undefined
pankgeorg Oct 8, 2025
060c203
fix: waitSnipper return on error
pankgeorg Oct 9, 2025
3bdd58e
fix: CellData type
pankgeorg Oct 10, 2025
f8ba249
chore: maybe fix styles issue
pankgeorg Oct 12, 2025
fc793f8
fix: remove jsdom to allow seamless packaging
pankgeorg Oct 12, 2025
4cead8b
fix: add location to polyfill
pankgeorg Oct 24, 2025
801f998
chore: bump version
pankgeorg Oct 24, 2025
dce67a1
fix(serializeCellMetadata): unduplicate lines
pankgeorg Nov 6, 2025
d7f2b9a
fix: notebook metadata serialization
pankgeorg Nov 6, 2025
43493d3
fix: 0.6.16
pankgeorg Nov 6, 2025
d66d3b6
chore: fix immer import, 0.6.17
pankgeorg Nov 7, 2025
4c4c80b
fix: race condition in patch application
pankgeorg Nov 7, 2025
2344c1b
fix: toml serialization
pankgeorg Nov 10, 2025
df1eed3
feat: use proper TOML parsing for cell metadata
pankgeorg Nov 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ frontend-dist
node_modules
.parcel-cache
frontend/dist
frontend/dist-ui
.net
net
frontend/package-lock.json
Expand Down
5 changes: 4 additions & 1 deletion frontend-bundler/.parcelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"reporters": [
"...",
"parcel-reporter-bundle-manifest"
]
],
"transformers": {
"*.{ts,tsx}": ["@parcel/transformer-typescript-tsc"]
}
}
Loading
Loading