Show HN: Tapmytab – an open-source, Kanban with rich text editor on Chrome tab

4 krehwell 4 6/15/2025, 2:05:08 AM github.com ↗
hey guys, me and a friend of mine made this extension where you can make your chrome new tab as a kanban just like trello or jira. this supports rich text editor so you have more variation to write your notes in each card

hope you guys find it useful. please submit any issue or feature request in the repo, glad if you could use this as much as we love it

Comments (4)

akshayKMR · 9h ago
Nice. I see you're using tip-tap editor for the card content. Is it performant enough when you have a bunch of cards on the board? Does the new tab load quick if the board is decent sized?
krehwell · 4h ago
yes, it's fast. I believe it's because it relies on one tiptap instance which all the card rely on this singleton.

when no edit happened, it's just a normal dom with styles. so nothing should burden the performance

cranberryturkey · 12h ago
do you have a cloud version I can use?
krehwell · 12h ago
ahh nope. but it's pretty much like how trello or jira everytime you open a new tab on your chrome

my bad, probably should have deployed one for people to test :')