• Browser
  • Mail
  • News
  • Community
  • About
Register Login
HomeBlogsForumThemesContributeSocial

Vivaldi

  • Browser
  • Mail
  • News
  • Community
  • About

Navigation

    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Desktop
    3. Archive
    4. Is a New Bookmark folder tree UI like this possible via CSS/JS?

    Is a New Bookmark folder tree UI like this possible via CSS/JS?

    Archive
    bookmarks panel bookmark folder folder browse
    2
    5
    645
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Darthagnon
      D
      Darthagnon
      last edited by

      folder tree UI

      Is a folder tree UI in the New Bookmark dialog possible to do as a Vivaldi mod (something like in the picture)?

      I made it look like this on my end by opening Vivaldi in inspect mode and copying the HTML that makes the bookmarks panel's folder tree, and pasting it into the section that applied to the New Bookmark popup.

      Unfortunately, this disappears as soon as you do anything, and I can't figure out what CSS to address...

      Any help would be appreciated!

      Live long and prosper!

      Darthagnon
      D
      1 Reply Last reply
      Reply Quote 2
      • Darthagnon
        D
        Darthagnon @Darthagnon
        last edited by

        Ideally, I'm looking to replace the current folder select dropdown with a scrollable folder tree view.

        1 Reply Last reply Reply Quote 0
        • Darthagnon
          D
          Darthagnon
          last edited by

          Bump.

          Does anyone know the Vivaldi CSS addresses for:

          • The bookmarks panel's folder view
          • The "New Bookmark" popup window

          If I had those, could probably combine them to make a better New Bookmark panel.

          Pathduck
          P
          1 Reply Last reply
          Reply Quote 0
          • Pathduck
            P
            Pathduck Moderator Soprano Supporters @Darthagnon
            last edited by

            @Darthagnon I doubt this is doable in CSS, you'd need a bunch of JS.

            To find the values of CSS, three ways:

            • Launch Vivaldi with the flags:
              --flag-switches-begin --debug-packed-apps --silent-debugger-extension-api --force-dark-mode
              You can then right-click UI elements to inspect their code.
            • Open Settings, press F12 for Devtools, you can then inspect, but harder since you can't directly choose elements.
            • Go to URL vivaldi://inspect/#apps and inspect the "Vivaldi" app.

            🎻Volunteer helper · Forum moderator · Sopranos tester 🛠️Troubleshooting 🐛Report a bug 📜Markdown help
            🦆"With a rubber duck, one's never alone" -Douglas Adams🦆

            1 Reply Last reply Reply Quote 1
            • Darthagnon
              D
              Darthagnon
              last edited by

              Thank you for the instructions, Pathduck! I've been using the Inspect commands to launch a standalone instance of Vivaldi.

              Managed to find the following, which look promising.

              .bookmark-folder-picker
              .vivaldi-tree
              .cb-form-row .bookmark-folder-picker select {
                  min-width: 100%;
              }
              
              .panel-bookmarks header {
                  display: none;
              }
              .panel-bookmarks .panel-bookmarks-edit {
                  display: none;
              }
              

              But it's beyond my CSS skills to do much with them, and I don't know JS. Oh, well, maybe one day.

              1 Reply Last reply Reply Quote 0
              • pafflick
                P
                pafflick moved this topic from Modifications on
              Loading More Posts
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes
              Reply
              • Reply as topic
              Log in to reply
              • 1 / 1
              • First post
                Last post

              Looks like your connection to Vivaldi Forum was lost, please wait while we try to reconnect.

              Copyright © Vivaldi Technologies™ — All rights reserved. Privacy Policy | Code of conduct | Terms of use | Vivaldi Status