vawogbemi avatar
blob_admin
@vawogbemi
HTTP
Forked from stevekrouse/blob_admin
wxw avatar
sqliteExplorerApp
@wxw
HTTP
Forked from nbbaier/sqliteExplorerApp
pomdtr avatar
freeformServer
@pomdtr
HTTP
Freeform Brings a taste of Observable to Val Town. This val was adapted from @tmcw obsidian plugin . Instead of using the display function, this port use export default . https://pomdtr-freeformServer.web.val.run/v/<author>/<name> or https://freeform.pomdtr.me/v/<author>/<name> Examples Bar Chart ( View Source )
nilesh avatar
blob_admin
@nilesh
HTTP
Forked from stevekrouse/blob_admin
adrianmg avatar
sqliteExplorerApp
@adrianmg
HTTP
Forked from nbbaier/sqliteExplorerApp
maxm avatar
tanPeacock
@maxm
HTTP
Forked from stevekrouse/blob_admin
stevekrouse avatar
code_search_is_easy
@stevekrouse
HTTP
Forked from pomdtr/code_search_is_easy
samwho avatar
sqliteExplorerApp
@samwho
HTTP
Forked from nbbaier/sqliteExplorerApp
postpostscript avatar
myIdeas
@postpostscript
HTTP
@postpostscript 's ideas [ ] betaify - fork a val and optionally its dependencies, then kill them all later [ ] import proxy removing or bundling any with .ts or .vue or whatever - in progress if you want to screw with it [ ] sync sqlite between accounts [x] provide read only query access to sqlite: @postpostscript/sqlitePublic [x] backup function that backs up everything on your account (still queryable through @postpostscript/sqliteUniverse): @postpostscript/sqliteBackup [ ] authenticated poll [ ] sign data left on other account to prevent impersonation [x] readme editor ( @postpostscript/readmeManager ) [ ] request wrapper/middleware to serve favicon [x] [multi-account sqlite query @postpostscript/sqliteUniverse [ ] UI to explore public queryable data [ ] val profiler [ ] zachlike game with Vals as the base [ ] choose your own adventure with editor and state stored in URL [ ] new blog post page [ ] doctest runner
peterhartree avatar
sqliteExplorerApp
@peterhartree
HTTP
Forked from nbbaier/sqliteExplorerApp
Negash avatar
reactExample
@Negash
HTTP
Forked from stevekrouse/stevekrouse_minimal
rupello avatar
sqliteExplorerApp
@rupello
HTTP
Forked from nbbaier/sqliteExplorerApp
pomdtr avatar
http_client
@pomdtr
HTTP
HTTP Client Attach a postman-like http client to your vals, with bookmarks and history support Usage Wrap your http handler in an the httpClient middleware. import {httpClient} from "https://esm.town/v/pomdtr/http_client" export default httpClient((req) => { return new Response("Hello World!") }) The http client will be shown on the root. Adding bookmarks You might want to bookmark some requests you need often. You can do it by passing a bookmark list as a middleware option: import {httpClient} from "https://esm.town/v/pomdtr/http_client" export default httpClient((req) => { return new Response("Hello World!") }, { bookmarks: [ { "label": "Dummy Request", "request": new Request("https://dummyjson.com/products") } ]}) Customizing the client path import {httpClient} from "https://esm.town/v/pomdtr/http_client" export default httpClient((req) => { return new Response("Hello World!") }, { path: "/http-client" }) TODO [ ] fix syntax highlighting on successive request [ ] allow to prefill the initial request
rupello avatar
blobbyFace
@rupello
HTTP
Forked from yawnxyz/blobbyFace
nickgolden avatar
sqliteExplorerApp
@nickgolden
HTTP
Forked from nbbaier/sqliteExplorerApp
pomdtr avatar
blob_editor
@pomdtr
HTTP
Preview and edit blobs Usage: import blobEditor from "https://esm.town/v/pomdtr/blob_editor" export default blobEditor("article.md") You can easily protect your val behind @pomdtr/password_auth or @pomdtr/email_auth
July 25, 2024