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
/
public
/
at
feature/footnotes
4 folders
10 files
Jared Pereira
Add custom fonts!
4mo ago
66f9d441
Logos
add an og image
4 months ago
RSVPBackground
Feature/whatsapp rsvps (#111) * enable rsvp blocks * fix up the consent studd and the help text * disable the rsvp button if no name is provided * used form elements to get submission on enter keypress, adjusted copy in the send an update form to be shorter * added ability to send messages based on rsvp status * some spaceing tweaks, added a counter to the send button * added toasts when rsvp is successful * the vibes update yo * added an are you sure state to delete * some tweaks to the wavy bg * fix swr key conflict and always fetch rsvp_data * tweak consent copy * use new template and add link to leaflet * update rsvp text blast whatsapp template --------- Co-authored-by: celine <celine@hyperlink.academy>
2 years ago
fonts
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
templates
move out NewFromTemplateButton and add images for example section
2 years ago
apple-touch-icon.png
add some stuff to manifest
1 year ago
gripperPattern.svg
Feature/canvas (#61) * test canvas * add super basic canvas page type * full width canvas page previews * oops add back add block button * make add block button cute * add gripper to the canvas block * add basic resizing * styled resize handle! * make backspace to delete a block work on canvases and if you're the first block on a doc * handle long press to select on canvas blocks * handle spatial referencees in more places * whoops didnt actually push anything last time? * make enter in textblocks sorta work! * make canvas height minheight * don't show move block buttons on canvas * deselect blocks if you click canvas bg * fix canvas previews on home and bg in blocks * share styles between canvas and doc page preview blocks * hide grippers on preview * add rotation to canvas elements * add gripper bg * sort canvas items to always visible * make canvas bg theme based * create new canvas item next to new item button * add pagetype doc to blocks component * replaced block options with block cmd bar * add z-index to item when dragging * tweaked gripper styles * basic slash command stuff * highlight first item of commands * added canvas block icon, renamed doc page block icon, little style tweaks to the cmd menu * translate then rotate on cnavas * styled empty states for link and image blocks, added some keyboard stuff and selected styling to them * fixed overflowing issue with externalLinkBlocks if the title is very long with no word breaks * removed a lil weirdness in the svg for canvas icon * tweak scroll behavior * added a switcher toggle to pages. TODO, only show switcher if page is empty * lil positioning fixes cause i borked up the stickiness of the toolbar * idk man some notion of long pressing on mobile does stuff * fix some hydration issues! * don't show page toggle if page isn't empty * double/ctrl/cmd click to add a card to canvas * added canvas resizing * fixed issue with block toolbar not closing * add lil command button to text blocks * fix positioning on enter for textblocks * add are u sure state to canvas blocks * added some padding to the drag handle, added padding to whole block (for better hovering * added some styling to the / button * tweaked empty state langauge * persist canvas width toggle * add migration to update all facts to support spatial ref --------- Co-authored-by: celine <celine@hyperlink.academy>
2 years ago
gripperPattern2.svg
Feature/canvas (#61) * test canvas * add super basic canvas page type * full width canvas page previews * oops add back add block button * make add block button cute * add gripper to the canvas block * add basic resizing * styled resize handle! * make backspace to delete a block work on canvases and if you're the first block on a doc * handle long press to select on canvas blocks * handle spatial referencees in more places * whoops didnt actually push anything last time? * make enter in textblocks sorta work! * make canvas height minheight * don't show move block buttons on canvas * deselect blocks if you click canvas bg * fix canvas previews on home and bg in blocks * share styles between canvas and doc page preview blocks * hide grippers on preview * add rotation to canvas elements * add gripper bg * sort canvas items to always visible * make canvas bg theme based * create new canvas item next to new item button * add pagetype doc to blocks component * replaced block options with block cmd bar * add z-index to item when dragging * tweaked gripper styles * basic slash command stuff * highlight first item of commands * added canvas block icon, renamed doc page block icon, little style tweaks to the cmd menu * translate then rotate on cnavas * styled empty states for link and image blocks, added some keyboard stuff and selected styling to them * fixed overflowing issue with externalLinkBlocks if the title is very long with no word breaks * removed a lil weirdness in the svg for canvas icon * tweak scroll behavior * added a switcher toggle to pages. TODO, only show switcher if page is empty * lil positioning fixes cause i borked up the stickiness of the toolbar * idk man some notion of long pressing on mobile does stuff * fix some hydration issues! * don't show page toggle if page isn't empty * double/ctrl/cmd click to add a card to canvas * added canvas resizing * fixed issue with block toolbar not closing * add lil command button to text blocks * fix positioning on enter for textblocks * add are u sure state to canvas blocks * added some padding to the drag handle, added padding to whole block (for better hovering * added some styling to the / button * tweaked empty state langauge * persist canvas width toggle * add migration to update all facts to support spatial ref --------- Co-authored-by: celine <celine@hyperlink.academy>
2 years ago
hatchPattern.svg
Feature/lock block (#96) * add super basic locking functionality * styled a lock state, added a lock icon to the toolbar * added block locking to non text blocks, add click icon on block to unlock, added state to the tooltip content of the toolbar lock button * removed button capability from the lock icon in the locked block, focused block when the toolbar lock icon is toggled * disabled inputs if locked * disable toolbar if locked * allow block keyboard handlers to work if text block is locked * prevent opening are you sure on locked blocks * add locking multiple selected blocks --------- Co-authored-by: celine <celine@hyperlink.academy>
2 years ago
open-graph.png
add an og image
4 months ago
timeInputIcon.svg
styled the time input, removed some old images from public
2 years ago
transparent-bg.png
added a png to serve as background behind thigs that are transparent, ie the slider in theme setter for page bg, slight tweak to separator component
2 years ago
web-app-manifest-192x192.png
add favicons and manifest for PWA
1 year ago
web-app-manifest-512x512.png
add favicons and manifest for PWA
1 year ago
worker.js
pass url object (#117) * branch on "?local" in service worker * stop double image block creation * pass url object
2 years ago