alpha
Login
or
Join now
jack.is
/
leaflet
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
a tool for shared writing and social publishing
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
leaflet
/
src
/
utils
/
at
feature/pub-contributors-2
1 folder
57 files
Jared Pereira
simplify styles
7w ago
ee41f0c5
prosemirror
add link popover in editor
3 months ago
addImage.ts
simplify styles
1 month ago
addLinkBlock.ts
Feature/pub pages (#303) * add standard site post block * add posts-list block settings: view + highlight-first-post Adds a Settings popover to the on-block options strip on posts-list blocks, persisting `posts-list/view` (compact|full) and `posts-list/highlight-first-post` as block facts. Introduces PublicationPostItemSmall/Medium/Large variants and wires PublicationPostsList to render Large for the highlighted first post, Small for compact, and Medium for full. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * add basic publication pages implementation Introduces editable pages attached to a publication (separate from draft posts). Each page is backed by its own leaflet, listed under `publication_pages`, and edited through a new `/lish/[did]/[publication]/edit/[[...route]]` route with its own header/nav. PublicationContent is refactored to share PublicationHeader and PublicationPostsList. createNewLeaflet gains `firstBlocks` + `addToHomepage` so createPublicationPage can seed a page with a text + posts-list block without polluting the user's homepage. Page/Sidebar/PageOptions/PublicationMetadata hide post-only chrome when viewing a publication page, and the block command bar exposes Posts List + Subscribe Form via a new `publicationOnly` flag. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * wip publish publication pages * add standard-site-post block size setting: small/medium/large Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * update many styles * add filtering by tag to post list block * change copy * simplify scroll stuff * de-duplicate things * add publication pages lexicon to the permission set * proper form for creating pub pages * some formatting WIP * fix standard.site resolution * pass down cover image from standard site post item * wrap up standard site post styling * add re-orderable tabs * use block size on initial placeholder * gate new features behind flag --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: celine <celine@hyperlink.academy>
2 months ago
aspectRatio.ts
Feature/mention services (#283) * wip * some fixes * get basic mentions working * proxy mention service requests through pds * add embed to mention services and fix some behavior * wip change lexicon name and some other stuff i forget * update parts.page lexicons * fix opening at mentions * more scoping stuff * render labels and descriptions * support aspect ratio for embeds * handle aspect ratios for mention embeds * support iframe pages and basic iframe channel * WIP capn web * wip * remove some logging * add colors and lexicon for embed ctx
3 months ago
blobRefToSrc.ts
Feature/newsletter (#292) * turning the new email stuff back on * added a section in the settings for toggling newletter on and off * refactored publish pages * wip * update spec * deprecate mailbox * implement enabling newsletter mode * add basic email subscripton flow * add sending previews * wip email sending * fix type errors and add webhooks * fix oauth flow and a bunch of newsletter specific stuff * remove unusued pngs * extract out facts to pages and use for email --------- Co-authored-by: celine <celine@hyperlink.academy>
3 months ago
blockTextSize.ts
Add custom fonts! Squashed commit of the following: commit 8b5625aa7bbdbc89ee3355f4b258ce00690b891f Author: Jared Pereira <jared@awarm.space> Date: Fri Mar 6 15:11:02 2026 -0500 remove pub picker on subpage and fix font label commit 4f9a2dc7c38e6abc56a76490ee77d728d5abb452 Author: Jared Pereira <jared@awarm.space> Date: Fri Mar 6 15:10:57 2026 -0500 support h4 commit e5d8f977bfdde8a6b97f561c09f320879f4baaa9 Merge: 4d41f6f4 43fa8794 Author: Jared Pereira <jared@awarm.space> Date: Fri Mar 6 13:57:36 2026 -0500 Merge branch 'main' into feature/fonts commit 4d41f6f4b4454d565dcece8dc0663ece00e45287 Author: Jared Pereira <jared@awarm.space> Date: Fri Mar 6 11:56:35 2026 -0500 merge blockprops style better commit 073e43d90f5bdf532b5192c712cf12f8bb6ee728 Author: Jared Pereira <jared@awarm.space> Date: Fri Mar 6 11:12:01 2026 -0500 fix font sizes commit 980fcd7d49beb6625ffd94f62dce7cfa0930b9f0 Author: Jared Pereira <jared@awarm.space> Date: Thu Mar 5 22:56:33 2026 -0500 handle header sizes and base size for fonts commit 3e831c1f9ab1f545e5a153300790f29047631e4c Author: Jared Pereira <jared@awarm.space> Date: Thu Mar 5 21:53:07 2026 -0500 fix undo manager commit 025ac8d16765272a4fc354e3baf8ad468e922b8d Author: Jared Pereira <jared@awarm.space> Date: Thu Mar 5 21:43:46 2026 -0500 fix setting fonts commit a1d30fc91a7b9874f3ef561c855837e5b224af29 Author: Jared Pereira <jared@awarm.space> Date: Thu Feb 5 01:01:42 2026 +0000 add fonts commit 83049703cc02efb4c5a4f94ad3dbfb43c50c07a3 Author: Jared Pereira <jared@awarm.space> Date: Fri Jan 30 18:09:40 2026 -0500 wip support custom google fonts commit 7235f59982a1a683a1f91da4f7db38dda3f9f73b Author: Jared Pereira <jared@awarm.space> Date: Thu Jan 22 17:10:18 2026 -0500 more fonts!! commit 10da7354ddb83a15082b75e317c0b0e3cf971c9b Author: Jared Pereira <jared@awarm.space> Date: Thu Jan 22 13:49:15 2026 -0500 implemnt basic font logic
4 months ago
byline.ts
simplify styles
1 month ago
codeLanguageStorage.ts
persist last used codeblock language
7 months ago
collectionHelpers.ts
Refactor/standard.site (#259) * add basic site.standard stuff and normalization function * normalize data from publication and document tables * handle differing uris * fix a few bugs * fix feed construction and simplify updatePub functions * don't delete old records * add themes for standalone docs, etc * handle migrating all records * simplify updatePublication * delete old docs and new ones * handle setting basicTheme on create/update pubs * set doc path properly * fix type errors --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
6 months ago
confirmationEmail.ts
Feature/newsletter (#292) * turning the new email stuff back on * added a section in the settings for toggling newletter on and off * refactored publish pages * wip * update spec * deprecate mailbox * implement enabling newsletter mode * add basic email subscripton flow * add sending previews * wip email sending * fix type errors and add webhooks * fix oauth flow and a bunch of newsletter specific stuff * remove unusued pngs * extract out facts to pages and use for email --------- Co-authored-by: celine <celine@hyperlink.academy>
3 months ago
copySelection.ts
use type only imports from src/replicache
1 year ago
deduplicateRecords.ts
de-duplicate publications and documents
6 months ago
deepEquals.ts
Feature/pub theme (#142) * reorganized a BUNCH of shit * slight reorg of page pickers * added the theme setter on the pub level but it needs wiring * Add basic publication theme flow * fixed some type errors * rewires some stuff to get it all working for a solid bg color * apply theme in draft editors, remove theme options from draft editor * tweaked some words and colors * change lexicon to seperate bgImage and bgColor * don't overwrite themebg image * fixed spacing issues in leaflet home, fixed legibility issues in pub dash * fixed up the tab header a little in pub dash * added a page bg to the published post * pub page page background if there is a bg image * handle opacity for bg in pub theme * dashboard subs tab empty state update * got opacity working * checking borders, fixing max width stuff * make card border work on leaflet previews * add loader to update button * set accentContrast in local pub theme * started updating the theme modal * make bg provider w-full and fix pub leaflet previews * fix bgpage not being set right w/ local * some updated to the theme modal in pub * added pageBackground color and logic for toggle * add loader and toast for adding feed * check if they have feed before adding * don't block when in inputs * hide image toolbar buttons before image added * collect textnodes properly on paste * use data-entityid instead of data-entityID * check empty children not textcontent * don't paste empty text nodes * shrink down url preview images before posting to bsky * scale up preview res * make rendered alt text in leaflet doc imageblock w-full instead of w-max * add identity_id col to custom_domains * check correct key in identity data custom domains * get domains via identity_rel * allow adding domains if no email * filter out pub domains from custom domain list * fix filter of pub domains * mutate identity data after adding domain * fix importing client component for rss feed * use server safe popover for image alt text in blog * fix double click issue w/ alt text * update lexicons * added a toggle and moved the page bg picker * made the pub stuff use page bg color instead of leaflet bg color * moved files around, redid the layout of the theme modal ... again * add show page background ot lexicon * updated checks to see if the page bg is showing * updates to the sample pub, added a sample page * a couple little tweaks * updated the header for pubtheme modal * simplified the bg image picker * fix background wrapper styles * enable update button on showPageBackground change * handle missing record * make leaflets respect cardborder hidden * fix extra prop * style publist on home page --------- Co-authored-by: celine <celine@hyperlink.academy> Co-authored-by: Brendan Schlagel <brendan.schlagel@gmail.com>
1 year ago
deleteBlock.ts
Add footnotes! Squashed commit of the following: commit 0f22f24c5ff5ed98ab139fc609632bfef20fd280 Merge: 26876031 66f9d441 Author: Jared Pereira <jared@awarm.space> Date: Fri Mar 6 15:55:34 2026 -0500 Merge branch 'main' into feature/footnotes commit 268760316c02f10d545f7f81b9438cc76981bb7c Author: Jared Pereira <jared@awarm.space> Date: Fri Mar 6 15:38:32 2026 -0500 open footnote popover commit 5add9002932f24b2cb3e88a79415359e5bfdc1aa Author: Jared Pereira <jared@awarm.space> Date: Fri Mar 6 15:29:28 2026 -0500 try mask-image css commit 10f35a1361dfb4672b03391b91090b368c5abbf9 Author: Jared Pereira <jared@awarm.space> Date: Fri Mar 6 15:16:33 2026 -0500 make footnotes text sm commit 3ae07878e7284b1112d177c4d787d27e1f2726f4 Author: Jared Pereira <jared@awarm.space> Date: Fri Mar 6 14:31:46 2026 -0500 fix the type errors commit 2aa857ba975fa5df90629984550d3aa7ef47d402 Author: Jared Pereira <jared@awarm.space> Date: Fri Mar 6 11:45:01 2026 -0500 fix footnote rendering and counts commit 212fabd22c77d12e71530403eb6b5bbbdbef1ae3 Author: celine <celine@hyperlink.academy> Date: Thu Mar 5 22:24:39 2026 -0500 autofocus editor when footnote is selecter commit ce10ee81ff666d1c5f33e927719d0c5a840627ae Author: celine <celine@hyperlink.academy> Date: Thu Mar 5 21:56:21 2026 -0500 some styling updates commit 4a8480f35afe12c2703f07a19579e06ec3f509fb Author: Jared Pereira <jared@awarm.space> Date: Thu Mar 5 18:58:14 2026 -0500 add toolbar stuff commit bf1a2f50bb31336fefd67d47d11e670aeabf9da4 Author: Jared Pereira <jared@awarm.space> Date: Thu Mar 5 18:06:11 2026 -0500 fix popover number and threshold commit aae6fae776da6570a26e6de12fab119ef8510bc7 Author: Jared Pereira <jared@awarm.space> Date: Thu Mar 5 16:22:40 2026 -0500 share footnote item layout commit 0f843a5a899eacd98d17f11412d07ca91b74841e Author: Jared Pereira <jared@awarm.space> Date: Thu Mar 5 16:15:25 2026 -0500 share editor logic between footnote and textblock commit 16f8052758e6aae9157ab97014509ef010eb717f Author: Jared Pereira <jared@awarm.space> Date: Thu Mar 5 16:15:17 2026 -0500 render footnotes properly in published page commit 713d14b48eeb5a2ceb44a71099b3d912b9f3ba6c Author: Jared Pereira <jared@awarm.space> Date: Thu Mar 5 15:53:39 2026 -0500 add footnotes
4 months ago
elementId.ts
persit votes when changing, make removing option instant,
1 year ago
ensureProtocol.ts
add link popover in editor
3 months ago
extractTitleFromFacts.ts
Perf/homepage (#306) * optimize homepage leaflets query * seperate static landing page * wrap legal in suspense boundary * login tweaks * don't show untitled for logged out users * fix adding empty doc to home from new button
2 months ago
factsToPagesRecord.ts
add signup blocks
1 month ago
focusBlock.ts
Update/delete blocks (#260) * initial delete button but no wiring yet * added move block up and down buttons to the block options buttons, refactored moveBlockUp/Down to be utility functions * handling delete in the block options * adjusting full bleed styling for image blocks * change blockToolbar to imageToolbar, not * don't show the toolbar on blocks without toolbar actions * minor fixes to button block, implement a full wdith mode * Lock is GONE YO * pretty up the cover image button * group multiselect delete into one undo group * fix issue with empty codeBlocks lookin funny * remove long press to select on mobile docs, kept for canvas * fixed button block layout weirdness, added an ative state to text alignment toolbar * fixing min-h isses in codeblock * make things blocks easier to manuever in canvas * added mouse handlers back to canvas * small block bugs * fixed pageLinkBlock not showing proper non-text-block options * fixed some undo redo bugs
6 months ago
focusElement.ts
fix focus input when in email type input
2 months ago
focusPage.ts
Feature/mention services (#283) * wip * some fixes * get basic mentions working * proxy mention service requests through pds * add embed to mention services and fix some behavior * wip change lexicon name and some other stuff i forget * update parts.page lexicons * fix opening at mentions * more scoping stuff * render labels and descriptions * support aspect ratio for embeds * handle aspect ratios for mention embeds * support iframe pages and basic iframe channel * WIP capn web * wip * remove some logging * add colors and lexicon for embed ctx
3 months ago
generateJoseKey.js
Feature/bsky pubs/demo (#131) * WIP * add super basic lexicon functionality * WIP * init publications review view * added some small state stuff in you're already subbed * added a writer home and did more to the subscribe flow * create publication flow (and some updates to the imput with label component) * add basic bluesky pub integration! A lexicon! Oauth! All the stuff! * rename appview start script * set oauth client redirect state * wired up the home pub list * wiring up the create pub flow * add heading and image blocks, handle image upload * moved some shit around in the nav to get urls to work, wired up the pub page * added publish button to leaflets * add drafts and publish button * add subscribing via email! * wired up post list and post page, styled pst page * cleaning up some comments * add runner to appview * clean up * move oauth-metadata out from route file * add email to subscribers! --------- Co-authored-by: celine <celine@hyperlink.academy>
1 year ago
getBlocksAsHTML.tsx
add signup blocks
1 month ago
getCoordinatesInTextarea.ts
Feature: math and code blocks (#152) * add initial math block Needs, styling mainly! and some logic for how we show empty blocks, etc * add @types/katex * light styling to the math block * add code block * added some styles to code blocks * make cursor handling and themes work * support copying and pasting code blocks * simplify focusBlock for math/code * some styling * add ``` for code blocks * handle copy/paste for math blocks too * handle pasting markdown code blocks * support rendering to published post --------- Co-authored-by: celine <celine@hyperlink.academy>
1 year ago
getCurrentDeploymentDomain.ts
Update/delete leaflets (#238) * unified leaflet option menus in published post and home * unified leaflet option menus in published post and home * streanlined shareButton, added archive data * added buttons to archive and unarchive in leaflet options * refactor to use a single Link element in the LeafletListItem * added filters for archive on home, filtered archive out of default leaflet list * update nextjs and add pub drafts * update for nextjs 16 * add pino to serverExternalPackages * make archiving in pubs work * update identity data on revalidate * refresh page on delete, fix text color on publish page * optimistically update leaflet lists on archive/etc * don't include archived when filtering on docs * handle logged out and non-pub owner cases * don't filter out archived undefined posts * fix titles for local docs * support canvas titles on homepage * fix sorts * filter docs better * remove template feature But keep the backend route so existing links still work --------- Co-authored-by: celine <celine@hyperlink.academy>
8 months ago
getFirstParagraph.ts
add missing util
4 months ago
getMicroLinkOgImage.ts
fixes for url preview fetching
7 months ago
getPublicationMetadataFromLeafletData.ts
clean up some files
1 month ago
iosInputMouseDown.ts
remove @react-aria/utils
1 year ago
isDevice.ts
remove @react-aria/utils
1 year ago
isProductionDeployment.ts
removed a lot of stray console.log
1 year ago
isTextBlock.ts
implement single line blockquote
11 months ago
isURL.ts
if pasting just a url with selection make inline link
2 years ago
isVisible.ts
don't render block overlay if not ios
2 years ago
leafletToPublicationPageRecord.ts
Feature/pub pages (#303) * add standard site post block * add posts-list block settings: view + highlight-first-post Adds a Settings popover to the on-block options strip on posts-list blocks, persisting `posts-list/view` (compact|full) and `posts-list/highlight-first-post` as block facts. Introduces PublicationPostItemSmall/Medium/Large variants and wires PublicationPostsList to render Large for the highlighted first post, Small for compact, and Medium for full. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * add basic publication pages implementation Introduces editable pages attached to a publication (separate from draft posts). Each page is backed by its own leaflet, listed under `publication_pages`, and edited through a new `/lish/[did]/[publication]/edit/[[...route]]` route with its own header/nav. PublicationContent is refactored to share PublicationHeader and PublicationPostsList. createNewLeaflet gains `firstBlocks` + `addToHomepage` so createPublicationPage can seed a page with a text + posts-list block without polluting the user's homepage. Page/Sidebar/PageOptions/PublicationMetadata hide post-only chrome when viewing a publication page, and the block command bar exposes Posts List + Subscribe Form via a new `publicationOnly` flag. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * wip publish publication pages * add standard-site-post block size setting: small/medium/large Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * update many styles * add filtering by tag to post list block * change copy * simplify scroll stuff * de-duplicate things * add publication pages lexicon to the permission set * proper form for creating pub pages * some formatting WIP * fix standard.site resolution * pass down cover image from standard site post item * wrap up standard site post styling * add re-orderable tabs * use block size on initial placeholder * gate new features behind flag --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: celine <celine@hyperlink.academy>
2 months ago
linkOrphanedEmailSubscribers.ts
link loose email subscriptions
2 months ago
list-operations.ts
Feat/Ordered Lists (#257) * implement ordered lists * fix readme command
4 months ago
lock.ts
Perf/cached server mutation context (#181) * use a cached server mutation context * properly handle deleting facts when deleting entity * add logging * don't use entries.map * shrink pushrequest size * properly compose delete fact sql query * add textAttributeWriteCache * call pull if batch is too small * remove debug * handle case w/ no other updates * accquire lock on token * use local lock instead of redis
11 months ago
mentionUtils.ts
Feature/mention services (#283) * wip * some fixes * get basic mentions working * proxy mention service requests through pds * add embed to mention services and fix some behavior * wip change lexicon name and some other stuff i forget * update parts.page lexicons * fix opening at mentions * more scoping stuff * render labels and descriptions * support aspect ratio for embeds * handle aspect ratios for mention embeds * support iframe pages and basic iframe channel * WIP capn web * wip * remove some logging * add colors and lexicon for embed ctx
3 months ago
mergePreferences.ts
add per post interactions
5 months ago
metaKey.ts
update shortcuts to use os specific key
2 years ago
moveBlock.ts
Update/delete blocks (#260) * initial delete button but no wiring yet * added move block up and down buttons to the block options buttons, refactored moveBlockUp/Down to be utility functions * handling delete in the block options * adjusting full bleed styling for image blocks * change blockToolbar to imageToolbar, not * don't show the toolbar on blocks without toolbar actions * minor fixes to button block, implement a full wdith mode * Lock is GONE YO * pretty up the cover image button * group multiselect delete into one undo group * fix issue with empty codeBlocks lookin funny * remove long press to select on mobile docs, kept for canvas * fixed button block layout weirdness, added an ative state to text alignment toolbar * fixing min-h isses in codeblock * make things blocks easier to manuever in canvas * added mouse handlers back to canvas * small block bugs * fixed pageLinkBlock not showing proper non-text-block options * fixed some undo redo bugs
6 months ago
newsletterSender.ts
tweak pub email settings and from address
3 months ago
normalizeRecords.ts
Refactor/standard.site (#259) * add basic site.standard stuff and normalization function * normalize data from publication and document tables * handle differing uris * fix a few bugs * fix feed construction and simplify updatePub functions * don't delete old records * add themes for standalone docs, etc * handle migrating all records * simplify updatePublication * delete old docs and new ones * handle setting basicTheme on create/update pubs * set doc path properly * fix type errors --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
6 months ago
offloadPagesToBlob.ts
handle updating pub records in bskypost publish flow
2 months ago
parseBlocksToList.ts
add lists to pubs!
1 year ago
parseHSB.ts
bug! was using brightness value instead of blue
2 years ago
postmarkSuppressions.ts
Feature/newsletter (#292) * turning the new email stuff back on * added a section in the settings for toggling newletter on and off * refactored publish pages * wip * update spec * deprecate mailbox * implement enabling newsletter mode * add basic email subscripton flow * add sending previews * wip email sending * fix type errors and add webhooks * fix oauth flow and a bunch of newsletter specific stuff * remove unusued pngs * extract out facts to pages and use for email --------- Co-authored-by: celine <celine@hyperlink.academy>
3 months ago
publicationPageDiff.ts
tweaks to publication pages
1 month ago
resolveStandardSitePostUrl.ts
improve standard site post resolution
1 month ago
scrollIntoView.ts
Feature/mention services (#283) * wip * some fixes * get basic mentions working * proxy mention service requests through pds * add embed to mention services and fix some behavior * wip change lexicon name and some other stuff i forget * update parts.page lexicons * fix opening at mentions * more scoping stuff * render labels and descriptions * support aspect ratio for embeds * handle aspect ratios for mention embeds * support iframe pages and basic iframe channel * WIP capn web * wip * remove some logging * add colors and lexicon for embed ctx
3 months ago
scrollIntoViewIfNeeded.ts
Feature/mention services (#283) * wip * some fixes * get basic mentions working * proxy mention service requests through pds * add embed to mention services and fix some behavior * wip change lexicon name and some other stuff i forget * update parts.page lexicons * fix opening at mentions * more scoping stuff * render labels and descriptions * support aspect ratio for embeds * handle aspect ratios for mention embeds * support iframe pages and basic iframe channel * WIP capn web * wip * remove some logging * add colors and lexicon for embed ctx
3 months ago
slugify.ts
add href to headers
4 months ago
stripThemeWithoutType.ts
handle records w/ theme but no type
1 month ago
timeAgo.ts
Update/thread viewer (#261) * just like a bunch of stuff sorry * cleaned up naming * refactor the bskypostcontent to use booleans for reply and quote rather than functions, include its own reply line, some renaming of variables to be more consistant * styling the grandparents in the threadviewer * styling the quotepage * adjustments to make everything more consistent * use BskyPostContent in the leaflet as well * fixing the width of thread and quote pages so they don't get too wide * make the reply line emcompass it's replies as well * little tweaks to the embed block * fixed a bunch of small things
5 months ago
uriHelpers.ts
fix string quoting
6 months ago
useRecordFromDid.ts
clean up some files
1 month ago
yjsFragmentToString.ts
Add footnotes! Squashed commit of the following: commit 0f22f24c5ff5ed98ab139fc609632bfef20fd280 Merge: 26876031 66f9d441 Author: Jared Pereira <jared@awarm.space> Date: Fri Mar 6 15:55:34 2026 -0500 Merge branch 'main' into feature/footnotes commit 268760316c02f10d545f7f81b9438cc76981bb7c Author: Jared Pereira <jared@awarm.space> Date: Fri Mar 6 15:38:32 2026 -0500 open footnote popover commit 5add9002932f24b2cb3e88a79415359e5bfdc1aa Author: Jared Pereira <jared@awarm.space> Date: Fri Mar 6 15:29:28 2026 -0500 try mask-image css commit 10f35a1361dfb4672b03391b91090b368c5abbf9 Author: Jared Pereira <jared@awarm.space> Date: Fri Mar 6 15:16:33 2026 -0500 make footnotes text sm commit 3ae07878e7284b1112d177c4d787d27e1f2726f4 Author: Jared Pereira <jared@awarm.space> Date: Fri Mar 6 14:31:46 2026 -0500 fix the type errors commit 2aa857ba975fa5df90629984550d3aa7ef47d402 Author: Jared Pereira <jared@awarm.space> Date: Fri Mar 6 11:45:01 2026 -0500 fix footnote rendering and counts commit 212fabd22c77d12e71530403eb6b5bbbdbef1ae3 Author: celine <celine@hyperlink.academy> Date: Thu Mar 5 22:24:39 2026 -0500 autofocus editor when footnote is selecter commit ce10ee81ff666d1c5f33e927719d0c5a840627ae Author: celine <celine@hyperlink.academy> Date: Thu Mar 5 21:56:21 2026 -0500 some styling updates commit 4a8480f35afe12c2703f07a19579e06ec3f509fb Author: Jared Pereira <jared@awarm.space> Date: Thu Mar 5 18:58:14 2026 -0500 add toolbar stuff commit bf1a2f50bb31336fefd67d47d11e670aeabf9da4 Author: Jared Pereira <jared@awarm.space> Date: Thu Mar 5 18:06:11 2026 -0500 fix popover number and threshold commit aae6fae776da6570a26e6de12fab119ef8510bc7 Author: Jared Pereira <jared@awarm.space> Date: Thu Mar 5 16:22:40 2026 -0500 share footnote item layout commit 0f843a5a899eacd98d17f11412d07ca91b74841e Author: Jared Pereira <jared@awarm.space> Date: Thu Mar 5 16:15:25 2026 -0500 share editor logic between footnote and textblock commit 16f8052758e6aae9157ab97014509ef010eb717f Author: Jared Pereira <jared@awarm.space> Date: Thu Mar 5 16:15:17 2026 -0500 render footnotes properly in published page commit 713d14b48eeb5a2ceb44a71099b3d912b9f3ba6c Author: Jared Pereira <jared@awarm.space> Date: Thu Mar 5 15:53:39 2026 -0500 add footnotes
4 months ago