diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-04 22:34:31 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-04 22:34:31 +0300 |
commit | 7a4d9cc39337f93cb3b9e5bca982b04f0a7c7da5 (patch) | |
tree | 1e55a93e0e69b91d4b50c75ce581e03d6b54e229 /src/bookmarks.h | |
parent | d827dab6cdbc376b6d33cbe5924588e92cffcf54 (diff) |
Split view pinning, "linksplit" special tag
A navigation aid: when in split mode, option to keep one of the tabs pinned to the current page so all links open to the side.
Added "linksplit" bookmark tag to activate view splitting when opening a link on the page.
Diffstat (limited to 'src/bookmarks.h')
-rw-r--r-- | src/bookmarks.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bookmarks.h b/src/bookmarks.h index ab9c683b..635682d1 100644 --- a/src/bookmarks.h +++ b/src/bookmarks.h | |||
@@ -32,6 +32,14 @@ iDeclareType(GmRequest) | |||
32 | iDeclareType(Bookmark) | 32 | iDeclareType(Bookmark) |
33 | iDeclareTypeConstruction(Bookmark) | 33 | iDeclareTypeConstruction(Bookmark) |
34 | 34 | ||
35 | #define headings_BookmarkTag "headings" | ||
36 | #define homepage_BookmarkTag "homepage" | ||
37 | #define linkSplit_BookmarkTag "linksplit" | ||
38 | #define remote_BookmarkTag "remote" | ||
39 | #define remoteSource_BookmarkTag "remotesource" | ||
40 | #define subscribed_BookmarkTag "subscribed" | ||
41 | #define userIcon_BookmarkTag "usericon" | ||
42 | |||
35 | struct Impl_Bookmark { | 43 | struct Impl_Bookmark { |
36 | iHashNode node; | 44 | iHashNode node; |
37 | iString url; | 45 | iString url; |