/logseq-plugin-tabs

A Logseq plugin which lets you open pages in tabs like working in the browser

Primary LanguageTypeScriptMIT LicenseMIT

Logseq Plugin Tabs

A plugin that let's you to manage your working pages with tabs.

UX is mainly brought from morden browsers:

  • normally, if a new page is visited, the current tab will be replaced by the new page
  • if you click a page link while holding CTRL(or CMD on Mac) key, a new tab will be created (not visied yet)
  • you can remove the tab by click the remove button in each tab
  • you can double-click a tab to pin it. A pinned tab will not be replaced or be removed.
  • you can drag & drop to reorder tabs

TODO

  • keyboard shortcuts. Eg., CTRL+TAB to switch to next tab, CTRL+SHIFT+TAB to switch to previous tab, CTRL+W to close current tab