mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-04 05:15:47 +01:00
Fix :bmarks -tags
This commit is contained in:
@@ -419,7 +419,7 @@ function Bookmarks() //{{{
|
||||
get format() ({
|
||||
anchored: false,
|
||||
title: ["URL", "Info"],
|
||||
keys: { text: "url", description: "title", icon: "icon", extra: "extra" },
|
||||
keys: { text: "url", description: "title", icon: "icon", extra: "extra", tags: "tags" },
|
||||
process: [template.icon, template.bookmarkDescription]
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user