@Saoiray Can you check on whether this is possible (i.e., " Is there a way I can find out the number of bookmarks and bookmark folders I currently have?"). Thanks.
It’s a good idea to export your bookmarks before doing a cleanup, and from that export you can count the folders and bookmarks. Open the backup in a text editor which shows counts of text you search for. For folders, search for “/H3>,” for bookmarks search for “HREF=”.
Alternatively, since you have an extension which manages bookmarks you can use that to access the Bookmarks API in the Console, and that can give you the data you want.
Open the Extensions page brave://extensions/
Turn Developer Mode on by switching the button in the top right
Find your Bookmark extension
If it shows “Inspect views”, click the link to open the Console
If it does not, open the Console by right-clicking the toolbar icon and selecting “Inspect Pop-up”
Paste the code below into the Console. You might be shown a warning about the dangers of running code in the Console. Always heed that, and check the code.
I get slightly different results from each method:
The Sync Internals page says I have 1489 bookmarks
The export says I have 927 bookmarks in 567 folders (1494 in total)
The API says I have 920 bookmarks in 566 folders (1486 in total)
These overly technical responses completely miss the point. There should be an easy, user friendly way for us to see just how many bookmarks we have either in Settings or better yet when we visit Bookmark Manager. You have X Folders & Y links. Simple. Ain’t nobody got time for exporting, running diagnostics, digging through system info, etc. Just give me the executive summary.