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

4 months ago 17

tapmytab ui

  • 🌟 Open Source
  • ✏️ Scratch anything on your new tab
  • 📋 Instant Kanban board appears on every new Chrome tab
  • 🎯 Drag-and-drop (DND) functionality for smooth task management
  • 📝 Full Markdown support for rich text formatting in cards
  • 🔄 Auto-sync across all Chrome tabs
  • 🔒 Local storage for data privacy and offline access
  • ⚡ Quick-add edit tasks
  • 🏷️ Custom labels and tags for better organization
  • ⌨️ Markdown shortcuts for faster formatting
  • 📁 Multiple board support for different projects
  • 💾 Export/Import functionality for backup (maybe coming)
  • 📊 Progress tracking with visual indicators (maybe coming)
  • 🎨 Customizable board themes and layouts (maybe coming)

We love Deno and you should too

cd ./tapmytab deno install --allow-scripts deno task dev

⚡️ Getting the dev extension to work locally

  1. The deno task dev script will generate a dist/ dir which you can load it to the chrome extension. See Instruction

  2. If you have load unpacked the dist/ into your chrome://extensions/ now you can open a new tab and override the tab with the dev extension. Any changes will trigger the hot-reload

deno task build zip -r tapmytab dist/

Now you can publish it to chrome webstore dev console. See Instruction

Read Entire Article