Skip to content

naoTab v0.19.1 — AI Batch, Connected Nodes, Sidebar & Codebase Restructure

Latest

Choose a tag to compare

@bsquang bsquang released this 11 Apr 17:22

✨ New features (v0.17 → v0.19.1)

🤖 AI Batch processing

  • New ✨ AI All button in topbar — processes all currently visible/filtered nodes in one click
  • Skips nodes that already have a summary (shows count in confirm dialog)
  • Live progress bar in bottom-right corner, nodes turn blue as each one completes
  • Final notify shows total processed / failed

🔗 Connected nodes panel

  • Click any node → detail panel now shows a Connected section
  • Lists all bookmarks sharing at least one tag with the selected node
  • Scoped to current filter/search — only shows what's visible on screen
  • Click any connected item to navigate directly to that node

📋 Sidebar node list

  • Left sidebar now split: Tags (top) + Nodes (bottom)
  • Node list updates in real time with filter/search
  • Blue dot = has summary, grey = no summary
  • Click any item to open its detail panel

💬 Hover tooltips

  • Hover any node in the graph → tooltip shows title + summary
  • Hover any sidebar item → tooltip pops to the right with title + summary

🏗️ Internal improvements (v0.19)

Data schema versioning — your data is protected

  • New core/schema.js locks down the bookmark data structure
  • migrateBookmark() silently heals old bookmarks on load: fills missing fields, removes deprecated ones
  • No action needed — existing bookmarks migrate automatically

Cleaner file structure

core/     schema.js · storage.js · ai.js · export.js
vendor/   d3.min.js · jszip.min.js
/         manifest · popup · app · settings (extension entry points only)

📦 Install / Update

  1. Download naotab-v0.19.1.zip below
  2. Unzip → chrome://extensions → Enable Developer modeLoad unpacked

Already installed? Reload the extension — data migrates automatically, nothing is lost.