mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-10 15:25:46 +01:00
Default to anchored completion matching.
This commit is contained in:
@@ -383,6 +383,7 @@ function Bookmarks() //{{{
|
|||||||
return {
|
return {
|
||||||
|
|
||||||
get format() ({
|
get format() ({
|
||||||
|
anchored: false,
|
||||||
title: ["URL", "Info"],
|
title: ["URL", "Info"],
|
||||||
keys: { text: "url", description: "title", icon: "icon", extra: "extra" },
|
keys: { text: "url", description: "title", icon: "icon", extra: "extra" },
|
||||||
process: [template.icon, template.bookmarkDescription]
|
process: [template.icon, template.bookmarkDescription]
|
||||||
|
|||||||
Reference in New Issue
Block a user