top | item 44280076

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

4 points| krehwell | 8 months ago |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

4 comments

order

akshayKMR|8 months 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|8 months 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|8 months ago

do you have a cloud version I can use?

krehwell|8 months 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 :')