mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-29 22:08:52 +00:00
doc: update doc for the Firefox backend
This commit is contained in:
parent
31067eff42
commit
87931bc1f7
1 changed files with 10 additions and 2 deletions
|
@ -1252,8 +1252,8 @@ until the filesystem is dismounted.
|
||||||
|
|
||||||
The Firefox browser holds an exclusive lock on the database by default.
|
The Firefox browser holds an exclusive lock on the database by default.
|
||||||
If you wish to mount the bookmarks while keeping the browser session open,
|
If you wish to mount the bookmarks while keeping the browser session open,
|
||||||
set the @code{storage.sqlite.exclusiveLock.enabled} browser preference
|
set the @samp{storage.sqlite.exclusiveLock.enabled} browser preference
|
||||||
to @code{false}.
|
to @samp{false}.
|
||||||
|
|
||||||
@item assume_title_distinct
|
@item assume_title_distinct
|
||||||
If this options is provided, the backend assumes that bookmark names are
|
If this options is provided, the backend assumes that bookmark names are
|
||||||
|
@ -1308,6 +1308,14 @@ Value is a decimal integer representing number of microseconds since
|
||||||
the Unix epoch.
|
the Unix epoch.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
Notable limitations:
|
||||||
|
|
||||||
|
@itemize @bullet{}
|
||||||
|
@item Due to the way bookmarks are associated with the URLs,
|
||||||
|
if multiple bookmarks share the same URL, changing the last access time
|
||||||
|
of a bookmark may affect that of other bookmarks.
|
||||||
|
@end itemize
|
||||||
|
|
||||||
|
|
||||||
@node Chromium Backend
|
@node Chromium Backend
|
||||||
@section Chromium Backend
|
@section Chromium Backend
|
||||||
|
|
Loading…
Add table
Reference in a new issue