Show HN: Tapmytab – an open-source, Kanban with rich text editor on Chrome tab
github.comhey 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
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?
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
do you have a cloud version I can use?
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 :')