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
/
components
/
Toolbar
/
at
main
13 files
celine
actually got smart and tested stuff to fix pwa padding
2mo ago
ec343aab
FootnoteButton.tsx
actually got smart and tested stuff to fix pwa padding
2 months ago
FootnoteTextToolbar.tsx
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
FootnoteToolbarWrapper.tsx
actually got smart and tested stuff to fix pwa padding
2 months ago
HighlightToolbar.tsx
Feature/small text (#253) * added small text attribute and button to leaflet * fixing separators that were borked * add textSize to lexicon * moves PostBlocks into a single folder * update post to get textsize from leaflet * added large text * running the lexgen * little tweak * keep text size when user enters to make new textblock * preserve text size when blocks are copy pasted into leaflet * fiz some jumping on action button * added heyboard shortcuts * use 0 instead of p in the regular text keyboard shorcut
6 months ago
ImageToolbar.tsx
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
5 months ago
InlineLinkToolbar.tsx
add link popover in editor
3 months ago
ListToolbar.tsx
Feat/Ordered Lists (#257) * implement ordered lists * fix readme command
4 months ago
MultiSelectToolbar.tsx
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
5 months ago
TextAlignmentToolbar.tsx
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
5 months ago
TextBlockTypeToolbar.tsx
Feature/small text (#253) * added small text attribute and button to leaflet * fixing separators that were borked * add textSize to lexicon * moves PostBlocks into a single folder * update post to get textsize from leaflet * added large text * running the lexgen * little tweak * keep text size when user enters to make new textblock * preserve text size when blocks are copy pasted into leaflet * fiz some jumping on action button * added heyboard shortcuts * use 0 instead of p in the regular text keyboard shorcut
6 months ago
TextDecorationButton.tsx
upgrade to react 19, pull out react-prosemirror This required a bunch of other small changes around the place, namely around how we manage prosemirror state and interface with it. Things should generally be a lot simpler now. Squashed commit of the following: commit 37f101b8456c563a66c978098f206237588d8818 Author: Jared Pereira <jared@awarm.space> Date: Wed May 7 22:59:27 2025 -0400 don't allow deleting first block commit 5699a57dbf4c3026cf6d280abfdba776191e8079 Author: Jared Pereira <jared@awarm.space> Date: Wed May 7 22:58:16 2025 -0400 render placeholder based on type not heading level commit 5ab2d9b2139b3a1984e4a665c3b80c0985bbae1b Author: Jared Pereira <jared@awarm.space> Date: Wed May 7 22:58:06 2025 -0400 fix key issue commit 2bf86e6c2185bb00e3a4acbe96ca93b7828202b9 Author: Jared Pereira <jared@awarm.space> Date: Wed May 7 21:39:14 2025 -0400 clear text when setting header block commit 219f57c8ede995edf0bd9b5f45e56c6e6a1c8302 Author: Jared Pereira <jared@awarm.space> Date: Wed May 7 17:56:49 2025 -0400 remove extra config, fix placeholder styling commit 366745a611f9843c6c09bd490486314729e83303 Author: Jared Pereira <jared@awarm.space> Date: Wed May 7 17:27:37 2025 -0400 fix removing keepFocus commit 7c7359752a8f23152e01e80e4d528eb8422189c0 Merge: 05c5ef5 1ea9276 Author: Jared Pereira <jared@awarm.space> Date: Wed May 7 17:10:02 2025 -0400 Remove prosemirror react, and a bunch of further Merge branch 'refactor/remove-prosemirror-react' commit 05c5ef52a29fd9bb8024c7f15f25074bf4f1b97b Author: Jared Pereira <jared@awarm.space> Date: Wed May 7 15:44:47 2025 -0400 upgrade nextjs/react (and a bunch of other packages) commit 1ea92764db99dffc638deec6b14c3867538a7a8c Author: Jared Pereira <jared@awarm.space> Date: Mon Feb 10 17:05:39 2025 -0500 remove @nytimes/react-prosemirror
1 year ago
TextToolbar.tsx
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
index.tsx
actually got smart and tested stuff to fix pwa padding
2 months ago