Avatar

vtdocs

Joined June 12, 2023
Public vals
70
vtdocs avatar
vtdocs
getFirstComment
Script
An interactive, runnable TypeScript val by vtdocs
0
vtdocs avatar
vtdocs
appendToComments
Script
An interactive, runnable TypeScript val by vtdocs
0
vtdocs avatar
vtdocs
comments
RPC (deprecated)
// set at Tue Jan 21 2025 00:20:22 GMT+0000 (Coordinated Universal Time)
0
vtdocs avatar
vtdocs
telegramSendPhoto
Script
An interactive, runnable TypeScript val by vtdocs
0
vtdocs avatar
vtdocs
guestbookExample
Script
Guestbook Example See @vtdocs.guestbook to set up your own interactive guestbook. This is an example for testing!
2
vtdocs avatar
vtdocs
generateGuestbookSnippet
Script
Generate Guestbook Snippet This val generates the HTML snippet for @vtdocs.guestbook . Using these two vals, you can put an interactive guestbook on any website. valUser and valName are used to build the Express API URL for your forked version of @vtdocs.guestbook .
1
vtdocs avatar
vtdocs
guestbook
Script
Guestbook You can put an interactive guestbook on your website using vals! This val is the backend of the guestbook that returns existing messages and handles new messages. To generate a HTML snippet to post on your website, use @vtdocs.generateGuestbookSnippet . Setup Fork this val. Paste the below snippet into your Val Town workspace – replacing alice and guestbook with your Val Town username and the name of @vtdocs.guestbook fork respectively. @vtdocs.generateGuestbookSnippet('alice', 'guestbook') Place the HTML block it returns anywhere on your website.
2
vtdocs avatar
vtdocs
supabaseSDKSelectMyFirstTable
Script
Selecting from a Supabase table using the SDK. Part of the Supabase guide on docs.val.town .
0
vtdocs avatar
vtdocs
supabaseSDKInsertIntoMyFirstTable
Script
Inserting into a table using Supabase's SDK. Part of the Supabase guide on docs.val.town .
0
vtdocs avatar
vtdocs
supabaseSelectMyFirstTable
Script
Selecting from a table on Supabase using Postgres. Part of the Supabase guide on docs.val.town .
0
vtdocs avatar
vtdocs
supabaseInsertIntoMyFirstTable
Script
Inserting into a table on Supabase using the Postgres. Part of the Supabase guide on docs.val.town .
1
vtdocs avatar
vtdocs
supabaseCreateMyFirstTable
Script
Creating a table in Supabase via Postgres. Part of the Supabase guide on docs.val.town .
1
vtdocs avatar
vtdocs
supaBaseQuery
Script
A helper for writing parameterized Postgres queries for Supabase. Part of the Supabase guide on docs.val.town .
2
vtdocs avatar
vtdocs
sleep
Script
A helper to wait for X milliseconds of time. Call it like await @vtdocs.sleep(1000)
0
vtdocs avatar
vtdocs
add
Script
An interactive, runnable TypeScript val by vtdocs
0
vtdocs avatar
vtdocs
sha256
Script
// Copied from https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/digest
1