Skip to main content

v0.46.3

add:

  • run bookmarklet (chrome 135+, extension developer mode must be enabled.)
  • bookmarklet editor
  • keywords for bookmarklet
  • import/export firefox bookmark keywords as tag keywords
  • keywords direct mode, by extension Direct keywords
  • use a keyword as target id to store tabs
  • settings: override native bookmark manager

The function of bookmarklets requires activation within the settings.

remove:

  • folder middle click
  • omnibox keywords abbreviations

change:

The tag keyword format has been updated from 'xxx to !xxx to optimize the data view mode and reduce conflicts. You may type ' :mg 'tag in the omnibox to migrate corresponding tags.

More info in the docs.

v0.45 Aextension

This is a separately released version, which manage chrome extensions as bookmarks. https://chromewebstore.google.com/detail/hjbjfcfpoijfbmcjolnjhlbjefmbhfgn

We also released an extension to redirect external links named sharp redirector. https://chromewebstore.google.com/detail/imhmdaiknnefffiieiidgifibgpogkhc

v0.44.0

add:

settings: lab: Native bookmark manager: add new node at the top This is a function works in the native bookmark bar, manager, ctrl+d... When it is enabled, a bookmark that you manually add/drop to a folder by the native bookmark system will be placed at the top of that folder.

It does not work inside abookmark.

Do not use it if you have some sync extensions as floccus.

v0.43.4 fix:

data view : data editor : edit tab nodes

v0.43.4

fix:

  • data view : data editor : edit tab nodes

v0.43.0 omnibox keyword

add:

  • omnibox keyword. You may get access to a node from the address bar (omnibox) by '{space/tab}{keyword}{enter}.

xxxx is a keyword if you have a unique node with tag 'xxxx, and you may type ' xxxx in the address bar to go to the corresponding page.

You may list keyword tags by searching tag:'.

alt + enter = open in new tab

ominibox keyword rules:

  1. currently it only works on native bookmarks.
  2. it is supposed to be a unique tag.
  3. a keyword tag should prefixed with ' but ' is not a part of the keyword.
  4. a keyword should have at lest 2 characters.
  5. a keyword is suppsed to be letters and should not has symbols as & < > % ' : / ...

ominibox keyword with arguments:

' {keyword} {arg1} {arg2} {...}

If you have https://github.com/pfcao/abookmark bookmarked with tag 'abm, then you may type ' abm /issues to get https://github.com/pfcao/abookmark/issues.

You may setup some abbreviations for arguments in option page. If you set i for /issues, then you may type ' abm i /16 to get https://github.com/pfcao/abookmark/issues/16.

argument rules:

  1. If there is only one %s in the url, it will be replaced by the arguments joined with space.
  2. If there is more then one %s in the url, they will be replaced by the arguments one by one.
  3. If there is not enough %s, the remaining arguments will be appended to the end of the url.

v0.42.0

add:

  • open in new window: +shift.
  • workspace: window mode. open a bookmark folder to a window as a workspace, do whatever you want with the tabs, and at last save the changed tabs back to the folder manually.
  • settings: workspace: click the workspace button to show the menu.

workspace window mode v.s. folder sailing:

  1. window mode supports tab groups.
  2. window mode does not update nodes synchronously. You may save changes back manually.
  3. window mode does not support folders under subfolders.
  4. window mode does not manipulate tabs through nodes.

change:

  • window sailing and folder sailing are merged into workspace sailing mode.
  • context menu: update(~): now it is powered by workspace window mode - save.
  • open button, restore button, title click: ctrl = new tab, shift = new window, alt = close other tabs. Now they are in the same pattern.

v0.41.0

add:

  • sailing folder nav button
  • shortcut list: sailed nodes

improve:

  • sail: favicon, status

fix:

  • loadSubTree, auto date stamp
  • sailing: delete last node
  • sailing: folder page: move in

v0.40.0 [2024-07-05]

add:

  • filters for storing 1 tab.
  • data view: open data.
  • settings: create new nodes at the beginning of a folder*.
  • settings: Selected text as note when creating nodes*. ("Site access On all sites" is needed)
  • settings: nav: show titles
  • settings: nav: tile mode

change:

  • tab nodes: context menu: reload selected tabs.

remove:

  • infrequently used features.

v0.39.1

improve:

  • sort by url.
  • tab nodes: context menu: reload. (~)
  • tab nodes: context menu: suspend.

v0.39.0

add:

  • shortcuts: Extract links from web page

This function only works on normal web pages. It extracts links from the page and loads them as temporary nodes. Then you may open these nodes directly or save them to a normal folder.

1, assign the corresponding shortcut keys. (chrome://extensions/shortcuts) 2, select the area you want to extract from on the web page. 3, extract links from this area by the shortcut.

v0.38.1

fix:

  • side panel: start page: tab nodes.

v0.38.0

add:

  • sort: reverse the order
  • paths for q nodes
  • context menu: check duplicated nodes in selected folder
  • context menu: open in incognito window
  • basic drag & drop support for incognito tab nodes. Do not forget to turn on the 'allow in incognito' option (chrome -> manage extension -> Allow in Incognito)

v0.37.0

add:

  • settings: side panel start page.
  • settings: side panel reverse order.
  • sailing: go to sailing folder.

improve:

  • edge: side panel
  • import from json files.

v0.36.5 [2024-03-05]

add:

  • search in folder button
  • side panel: search in folder in a tab

improve:

  • permissions

v0.36.3 [2024-02-10]

fix:

  • tab group dnd/remove
  • tab nodes dnd across window
  • sd active nodes

v0.36.0

Chrome 109+ is required from this version. And chrome 116+ is required for side panel.

add:

  • tab node: tab groups.
  • side panel & vertical tabs. (chrome 116+)
  • settings: click: extension icon: click to open side panel
  • system keyboard shortcuts: open side panel
  • mouse middle button click to remove the node.

improve:

  • cross window cut / copy support
  • cross window drag & drop support.
  • drag support for the avatar of the selected nodes.

remove:

  • sail: fold with url tag.
  • sail: Mark incoming nodes with "~"
  • not commonly used features.

v0.35.0

add:

  • Archive folder.
  • Shortcut: Store current tab to archive folder.
  • vi: "A" -> archive. ":+" -> add
  • Node shortcut list.
  • data view: variables: date, origin, host.
  • data view: pipes: maxLength, until, untilReg.
  • json data editor -> data view.

fix:

  • Sailing: in new window.
  • Create.

remove:

  • Trash recycle.