<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[bookmarx.dev]]></title><description><![CDATA[bookmarx.dev]]></description><link>https://blog.bookmarx.dev</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 02:59:56 GMT</lastBuildDate><atom:link href="https://blog.bookmarx.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Bookmarx | v2.0.1 Release Notes]]></title><description><![CDATA[Release Notes - Version 2.0.1
🚀 Performance Improvements

Massive Speed Boost: Reduced initial load time from 5-10 seconds to 1-2 seconds (5-10x faster)

Instant Collection Clicks: Optimized collection navigation for instant response times

Lazy Loa...]]></description><link>https://blog.bookmarx.dev/bookmarx-v201-release-notes</link><guid isPermaLink="true">https://blog.bookmarx.dev/bookmarx-v201-release-notes</guid><category><![CDATA[release notes]]></category><dc:creator><![CDATA[bookmarx.dev]]></dc:creator><pubDate>Sun, 25 Jan 2026 04:30:15 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/stock/unsplash/1Z2niiBPg5A/upload/619c2af17eb792ed9cf52ec5f174b9b0.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h1 id="heading-release-notes-version-201">Release Notes - Version 2.0.1</h1>
<h2 id="heading-performance-improvements">🚀 Performance Improvements</h2>
<ul>
<li><p><strong>Massive Speed Boost</strong>: Reduced initial load time from 5-10 seconds to 1-2 seconds (5-10x faster)</p>
</li>
<li><p><strong>Instant Collection Clicks</strong>: Optimized collection navigation for instant response times</p>
</li>
<li><p><strong>Lazy Loading</strong>: Bookmarks now decrypt on-demand, dramatically reducing initial page load</p>
</li>
<li><p><strong>DOM Optimization</strong>: Reduced rendered elements by 80-90% by hiding collapsed folder contents</p>
</li>
<li><p><strong>OnPush Change Detection</strong>: Implemented Angular OnPush strategy for 95% reduction in change detection cycles</p>
</li>
</ul>
<h2 id="heading-new-features">✨ New Features</h2>
<ul>
<li><p><strong>Multi-Select Mode</strong>: Bulk delete collections with checkbox selection interface</p>
</li>
<li><p><strong>Resizable File Explorer</strong>: Drag separator to resize collection panel (200-800px range)</p>
<ul>
<li><p>Width preference persists across sessions</p>
</li>
<li><p>Improved grab area with 16px hit zone for easier interaction</p>
</li>
<li><p>Smart viewport constraints prevent separator from disappearing off-screen</p>
</li>
</ul>
</li>
<li><p><strong>Enhanced Search</strong>: Upgraded to fuzzy search algorithm</p>
<ul>
<li><p>Searches across bookmark titles, URLs, and collection paths</p>
</li>
<li><p>Supports partial matches and character-order matching (e.g., "ghb" finds "GitHub")</p>
</li>
<li><p>Results ranked by relevance</p>
</li>
<li><p>Applied to both in-app search and omnibox search</p>
</li>
</ul>
</li>
</ul>
<h2 id="heading-bug-fixes">🐛 Bug Fixes</h2>
<ul>
<li><p>Fixed drag-and-drop preventing collection clicks after sorting</p>
</li>
<li><p>Fixed separator tracking cursor position during drag</p>
</li>
<li><p>Resolved localStorage persistence for file explorer width</p>
</li>
<li><p>Fixed backwards compatibility issue with Version 1 encrypted data (titles/descriptions now decrypt correctly)</p>
</li>
<li><p>Corrected drag-and-drop depth and parent relationship tracking</p>
</li>
</ul>
<h2 id="heading-technical-improvements">🔧 Technical Improvements</h2>
<ul>
<li><p>Removed expensive <code>SanitizeUrl()</code> calls (Angular handles sanitization automatically)</p>
</li>
<li><p>Implemented <code>trackBy</code> functions to prevent unnecessary DOM re-renders</p>
</li>
<li><p>Background title decryption for collapsed collections</p>
</li>
<li><p>Optimized array reference updates for OnPush change detection compatibility</p>
</li>
</ul>
<hr />
<p><em>For users with large bookmark collections (200+ folders, 1000+ bookmarks), performance improvements will be especially noticeable.</em></p>
]]></content:encoded></item><item><title><![CDATA[Bookmarx | v1.5.1 Release Notes]]></title><description><![CDATA[Export and Import Bookmarks
The ability to export and import bookmarks (effectively backing them up manually) has now been added. We recommend regularly exporting your bookmarks in the event that you forget your password.
How to Export Bookmark Data
...]]></description><link>https://blog.bookmarx.dev/bookmarx-v151-release-notes</link><guid isPermaLink="true">https://blog.bookmarx.dev/bookmarx-v151-release-notes</guid><category><![CDATA[Security]]></category><category><![CDATA[Bookmark Management]]></category><category><![CDATA[privacy]]></category><category><![CDATA[Productivity]]></category><dc:creator><![CDATA[bookmarx.dev]]></dc:creator><pubDate>Fri, 13 Sep 2024 03:36:38 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/stock/unsplash/sFq7vyCSFbM/upload/7eb2c981ebae8ddd2f5c4f61db7631e1.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2 id="heading-export-and-import-bookmarks">Export and Import Bookmarks</h2>
<p>The ability to export and import bookmarks (effectively backing them up manually) has now been added. We recommend regularly exporting your bookmarks in the event that you forget your password.</p>
<h3 id="heading-how-to-export-bookmark-data">How to Export Bookmark Data</h3>
<p>Open the extension and click the vertical ellipsis menu in the top-right corner, then click the <code>Export</code> button.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1726198166376/22d80772-afe0-4fc2-ac6b-09b9bc40e15a.png" alt="A screenshot of the extension open and highlighting the vertical ellipsis menu and Export button" class="image--center mx-auto" /></p>
<p>Next, click the <code>Begin Exporting Bookmarks</code> button to begin the process.</p>
<p>This will begin a fresh download of your decrypted bookmark data, it may take a moment to complete the decryption process. Once complete you will see a file in your Downloads folder that should be named something like the following:</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1726198297825/79e3124a-a212-4f6e-9c5c-57506e619343.png" alt="A screenshot of the Export Bookmarks menu open and showing to click the Begin Exporting Bookmarks button" class="image--center mx-auto" /></p>
<p>You’ll be asked to save your download to your device. The export is now complete.</p>
<h3 id="heading-how-to-import-bookmark-data">How to Import Bookmark Data</h3>
<p>No surprise here, begin the process by using the same ellipsis menu and clicking the Import button, like when you signed up. You must use a valid exported backup file that was generated by the Bookmarx app for this. This is not a standard format backup file; it is custom to Bookmarx.</p>
<p>Once loaded from your machine you’ll be asked to save the import. Click Save and that will finalize importing the backup file and you’ll be able to begin using the bookmarks, again.</p>
<h3 id="heading-summary">Summary</h3>
<p>The export/import process is currently intended to be used as an account recovery means. In the event you lose your password and have to reset your account data you can import your last backup file. We recommend downloading a backup regularly, just in case.</p>
<p>Thanks for reading, goodbye.</p>
]]></content:encoded></item><item><title><![CDATA[Bookmarx | v1.5.0 Release Notes]]></title><description><![CDATA[Password Reset
The ability to recover your account with a password reset has been added. Please note, however, if you need to do this you will lose your saved bookmarks. This is because we use zero-knowledge encryption and if you lose your passcode w...]]></description><link>https://blog.bookmarx.dev/bookmarx-v150-release-notes</link><guid isPermaLink="true">https://blog.bookmarx.dev/bookmarx-v150-release-notes</guid><category><![CDATA[Bookmark Management]]></category><category><![CDATA[encryption]]></category><category><![CDATA[privacy]]></category><dc:creator><![CDATA[bookmarx.dev]]></dc:creator><pubDate>Wed, 11 Sep 2024 13:37:25 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1726059867405/5f66d821-76eb-485a-91bd-7b88d24e7671.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2 id="heading-password-reset">Password Reset</h2>
<p>The ability to recover your account with a password reset has been added. Please note, however, if you need to do this you will lose your saved bookmarks. This is because we use zero-knowledge encryption and if you lose your passcode we cannot help you recover your saved data, period. 😉</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1726060139233/360ccb1f-ea9a-4461-8e7f-d5a18fe0dcf5.png" alt="Image of password reset form on the bookmarx extension" class="image--center mx-auto" /></p>
<p>To reset and recover your account follow the instructions on the <a target="_blank" href="https://app.bookmarx.dev/identity/forgot-password">forgot password page</a>. In the (hopefully near) future we’ll be adding the ability to export your data and reimport, in the event you need to recover your account.</p>
<h2 id="heading-tab-group-management">Tab Group Management</h2>
<p>The ability to save and reopen tabs as groups has been added. Use the same tool you’d use to make a new collection, then select the “Add all open tabs to collection” checkbox. This will save all open tabs in the current browser (excluding those already inside another group) into your new collection.</p>
<h4 id="heading-click-the-add-new-collection-button">Click the ‘Add new collection’ button</h4>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1726060605478/7cda36d6-f0ae-4212-84a2-d2a6fba27f22.png" alt="A snippet of the section in the extension where you choose to create a new collection" class="image--center mx-auto" /></p>
<h4 id="heading-select-the-add-all-open-tabs-to-collection-checkbox">Select the ‘Add all open tabs to collection checkbox’</h4>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1726060540245/45288e26-80b3-4c24-bd5e-557881bda6e5.png" alt="A snippet of the entire bookmarx extension showcasing the new 'add all open tabs to collection' checkbox on the form" class="image--center mx-auto" /></p>
<p>All open tabs are saved to collection:</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1726061052521/0497d396-673c-48e2-88ba-09bbcff5bd07.png" alt="A screenshot of the bookmarx extension highlighting the newly saved tab group" class="image--center mx-auto" /></p>
<h4 id="heading-select-a-group-color-and-hit-open-tab-group-to-open-all-the-bookmarks-in-a-collection-in-a-new-tab-group-or-hit-open-all-tabs-to-open-them-all-individually">Select a Group Color and hit ‘Open Tab Group’ to open all the bookmarks in a collection in a new tab group, or hit ‘Open All Tabs’ to open them all individually:</h4>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1726061374618/1de5ae3f-b934-4895-bc75-243a4d884b92.png" alt="A snippet of the new open tabs in group or individually feature" class="image--center mx-auto" /></p>
<p>Select a group color and hit ‘Open Tab Group’ and you’ll see a new tab group (closed by default) show up in your browser window.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1726061453519/62c49ff1-65fb-4822-8b3e-a4a658f2e54f.png" alt="A snippet of the newly created tab group in the browser" class="image--center mx-auto" /></p>
<h2 id="heading-collection-renaming-and-descriptions">Collection Renaming and Descriptions</h2>
<p>The ability to add a description, update a description and rename a collection has been added. Similar to renaming a bookmark, simply use the vertical ellipsis menu on any collection, click ‘Rename’ and the dialog will show up. Collection titles are now limited to 30 characters and descriptions are limited to 256 characters. Unicode characters are allowed 🎉.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1726061656598/9f0ae9ce-550f-49b1-b367-4ac43389e16e.png" alt="A snippet of the collection menu" class="image--center mx-auto" /></p>
<p>Opens a dialog similar to adding a new collection:</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1726061707064/f0d35748-a257-4133-9773-42baba7c13ec.png" alt="A snippet showing the new 'Rename this collection' form" class="image--center mx-auto" /></p>
<h2 id="heading-summary">Summary</h2>
<p>Lots of new features added in v1.5.0, I probably forgot one or two, but just click buttons and break stuff. If you do break something be sure to let me know through my support ticket email <a target="_blank" href="mailto:help@bookmarx.on.spiceworks.com">help[at]bookmarx.on.spiceworks.com</a>.</p>
<p>That’s it for this week, be sure to sign up for our newsletter to get email updates of new releases and updates.</p>
<p>Thanks, bye.</p>
]]></content:encoded></item><item><title><![CDATA[v1.3.7 Release Notes]]></title><description><![CDATA[Updated omnibox and in-app search to search on both bookmark title and URL

Fixed initial bookmark import so it adds newly imported bookmarks to the searchable bookmark list

Updated Quick Add and regular add bookmark to add the new bookmark to the s...]]></description><link>https://blog.bookmarx.dev/v137-release-notes</link><guid isPermaLink="true">https://blog.bookmarx.dev/v137-release-notes</guid><category><![CDATA[Bookmark Management]]></category><dc:creator><![CDATA[bookmarx.dev]]></dc:creator><pubDate>Thu, 05 Sep 2024 11:00:35 GMT</pubDate><content:encoded><![CDATA[<ul>
<li><p>Updated omnibox and in-app search to search on both bookmark title and URL</p>
</li>
<li><p>Fixed initial bookmark import so it adds newly imported bookmarks to the searchable bookmark list</p>
</li>
<li><p>Updated Quick Add and regular add bookmark to add the new bookmark to the searchable bookmarks list</p>
</li>
<li><p>Minor patches and bug fixes</p>
</li>
</ul>
]]></content:encoded></item><item><title><![CDATA[v1.3.6 Release Notes]]></title><description><![CDATA[This weeks release comes with a handful of goodies and some minor bug fixes.
General Info
IMPORTANT: Chrome will disable the Bookmarx extension and ask you to agree to a few new permissions. Primarily allowing for the new context menus as well as not...]]></description><link>https://blog.bookmarx.dev/v136-release-notes</link><guid isPermaLink="true">https://blog.bookmarx.dev/v136-release-notes</guid><category><![CDATA[Bookmark Management]]></category><category><![CDATA[Productivity]]></category><category><![CDATA[Security]]></category><dc:creator><![CDATA[bookmarx.dev]]></dc:creator><pubDate>Wed, 04 Sep 2024 14:26:00 GMT</pubDate><content:encoded><![CDATA[<p>This weeks release comes with a handful of goodies and some minor bug fixes.</p>
<h2 id="heading-general-info">General Info</h2>
<p><em>IMPORTANT</em>: Chrome will disable the Bookmarx extension and ask you to agree to a few new permissions. Primarily allowing for the new context menus as well as notifications within the browser. Please open the extension management page and reenable the extension.</p>
<p>The first time you open the extension it will log you out. When signing back in please keep the extension open while it says, "Decrypting bookmarks..." so that the background process of wiring up the search features works correctly. I plan to improve the efficiency of this process in the future, but for now it's a little clunky.</p>
<h2 id="heading-omnibox-url-bar-search">Omnibox (URL Bar) Search</h2>
<p>The first new feature is the ability to search via the "omnibox" (aka the URL bar). This allows you to quickly do a search of your bookmarks from any open browser bar with the extension installed. Simply follow the steps below to enable the contextual search:</p>
<ol>
<li><p>Type <code>bx</code> into the browser URL bar and the hit <code>Tab</code></p>
<ol>
<li><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1725457536374/81659811-6180-41d6-b976-b96290ce8fa3.png" alt="A snippet of the chrome browser omnibox or url bar input with the text 'bx' in it." /></li>
</ol>
</li>
<li><p>Start typing and you'll see suggestions in the dropdown from your saved bookmarks</p>
<ol>
<li><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1725457681537/0392bafa-2642-4dc3-bc6c-d87992db2b57.png" alt="A snippet of the chrome omnibox or url bar with the Bookmarx shortcut to search bookmars engaged and an example search result showing." class="image--center mx-auto" /></li>
</ol>
</li>
</ol>
<h2 id="heading-auto-log-off-after-14-days-or-session-only">Auto Log-Off After 14 Days or Session Only</h2>
<p>The extension is now updated to allow you to stay logged in for up to 14 days, or if you do not select this option your session will log you off automatically after 15 minutes. This is primarily for two reasons, the first is so that you are asked to enter your credentials from time-to-time so you remember your passcode as I still have no recovery system if you forget it (future add). And the second is so that you are cycling fresh tokens and don't have any that are out there for too long, which increases security risks.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1725458219087/fb330bc9-4c2a-408e-a8da-592871ca4e72.png" alt="A snippet of the log in form that is showing the newly added 'Keep me signed in for 14 days' text with a selected checkbox to the left." class="image--center mx-auto" /></p>
<h2 id="heading-in-app-search">In-App Search</h2>
<p>Similar to the new "omnibox" search you can now search in the extension itself. The search bar at the top of the extension will query the same as you would see in the omnibox. Simply click into the search bar and start typing. You can navigate to your desired link via the arrow keys or click on a link with the cursor:</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1725458520154/963c69e5-f756-4322-976b-5bc25ed9dc02.png" alt="A snippet of the Bookmarx extension opened and the input text 'example' in the new search bar, showing the result for a link." class="image--center mx-auto" /></p>
<h2 id="heading-quick-add-and-reading-list-context-menus">Quick-Add and Reading List Context Menus</h2>
<p>As you're browsing you can now right-click and do a "Quick Add" on any valid link in a webpage:</p>
<p>Find a link that looks ripe for the picking and right-click to enable the context menu options. You'll see the following option available:</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1725459076642/506ff961-b079-43ed-b318-e07d9c05bef1.png" alt="A snippet of the context menu options showing the new Bookmarx contexts." class="image--center mx-auto" /></p>
<p>Click on "Quick Add Bookmark" in the list of options:</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1725459110463/fa4c7512-68f3-49b2-9d24-6fe485528b50.png" alt="A snippet of the new bookmarx context menu options showing quick add bookmark and add to reading list options." class="image--center mx-auto" /></p>
<p>NOTE: Currently, Quick Add bookmarks will not sync across devices. Bookmarks that are added this way will show up in the extension in the default folder, located at the top:</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1725459321069/6c94536a-e6f0-40c7-bc86-e489bb09edca.png" alt="A snippet of the bookmarx extension showcasing the new quick add default folder option and the example added bookmark in the output." class="image--center mx-auto" /></p>
<p>To add a bookmark to the browsers reading list simply select "Add To Reading List." For browsers that support this feature they will show up in the default reading list application, which can often be found in the top-right options within a browser. For Chrome it will look something like this:</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1725459520054/cc8066aa-230b-4a26-8a01-73f3627a162c.png" alt="A snippet of a link that was added to the reading list via the new add to reading list context menu feature." class="image--center mx-auto" /></p>
<p>For more information on the Chrome reading-list feature you can use this link:</p>
<p><a target="_blank" href="https://support.google.com/chrome/answer/7343019?hl=en&amp;co=GENIE.Platform%3DDesktop">https://support.google.com/chrome/answer/7343019?hl=en&amp;co=GENIE.Platform%3DDesktop</a></p>
<h2 id="heading-i-hate-goodbyes">I Hate Goodbyes</h2>
<p>That about wraps up all of this weeks new updates. If you run into issues or have any suggestions please reach out to me at <a target="_blank" href="mailto:help@bookmarx.on.spiceworks.com">help[at]bookmarx.on.spiceworks.com</a> or simply post something on the <a target="_blank" href="https://www.reddit.com/r/bookmarx_dev/">Bookmarx Reddit page</a> and I'll be sure to get in touch with you that way.</p>
<p>Thanks for reading, bye.</p>
]]></content:encoded></item><item><title><![CDATA[Why I Created Bookmarx - The Encrypted Bookmark Manager]]></title><description><![CDATA[As a tech professional I use bookmarks constantly. Be it for links to documentation, links to project pages, links to video tutorials, etc. I live on the internet. As do most other technology professionals. Here is a brief introduction to why and a l...]]></description><link>https://blog.bookmarx.dev/why-i-created-bookmarx-the-encrypted-bookmark-manager</link><guid isPermaLink="true">https://blog.bookmarx.dev/why-i-created-bookmarx-the-encrypted-bookmark-manager</guid><category><![CDATA[Bookmark Management]]></category><category><![CDATA[encryption]]></category><category><![CDATA[Security]]></category><category><![CDATA[Productivity]]></category><dc:creator><![CDATA[bookmarx.dev]]></dc:creator><pubDate>Thu, 27 Jun 2024 23:18:30 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/stock/unsplash/zAhAUSdRLJ8/upload/7946f1bdf65c8cdd748f29ab9830a078.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>As a tech professional I use bookmarks constantly. Be it for links to documentation, links to project pages, links to video tutorials, etc. I live on the internet. As do most other technology professionals. Here is a brief introduction to why and a little bit of information on how I created the encrypted bookmark management extension.</p>
<p>As a software developer, and avid user of the internet in general, I probably click through hundreds of links per day. In my daily work I will research documentation, read forums and find tutorial videos. Keeping track of all of this isn't manageable without a bookmark manager. It's obviously the reason that every major browser has bookmarks built-in. But, those bookmark features have never been powerful enough for the way I use them.</p>
<p>For years I used a custom bookmark management extension I'd found after doing some Googling, but after beginning work in a field with a much higher need for being security conscious I found a need for something with just that - more security. The bookmark manager I'd been using for years, after doing some close inspection, stored all of my bookmarks and data in plain text. This isn't that big of a deal if all you're storing are links that only contain popular website URLs and that also do not contain any URL parameters or additional data on them. To review just how much data is stored in my bookmarks I decided to do a full export of my data. I was quite surprised to see what metadata was actually attached to some of these links and the story the links themselves told.</p>
<p>The data that I'd exported contained everything from which banks I go through, which insurance I used, which college I attended, the timestamps and IDs of some user accounts and the list goes on and on. If someone were to get ahold of all of this data, pair it with whatever data that is already floating out there in a data breach, and then begin trying any exposed username and password combinations on all of the URLs they just gathered, the possibility of a data breach would probably be quite high.</p>
<p>In addition to data exposure, if a bad actor were to get this data and it contained all manner of URLs to internal network resources, like database URLs, server URLs, network path locations, you name it - that too would be extremely unfortunate. After some Googling I couldn't find an alternative that was as security forward as I'd like it to be. So, like any developer does when a need arises, I built the tool myself.</p>
<p>I won't go too in-depth into the technical workings in this post, but I do plan to discuss the strategy and implementation around how I encrypt the data of your bookmarks and how I utilize a zero-knowledge system, similar to what you would find with the open-source email provider ProtonMail in another blog post. For now, just know that all data stored within the Bookmarx system cannot be accessed, unless the would-be attacker knows your password. And I do not store passwords on my servers, or anywhere in my own system. So, not even I can decrypt the data you save to my servers.</p>
<p>I've got a lot of future enhancements planned for Bookmarx and I try to get to them when I have the time. But for now it does what it needs to in allowing you to save and sync bookmarks across different browsers and devices. I am an open book in my design and if anyone is curious about my strategy I'd love to hear from you. Please visit the <a target="_blank" href="https://www.reddit.com/r/bookmarx_dev/">Reddit forum</a> I've created with exactly that in mind. I want to make this tool based on both my own needs as well as input from other users. I'm open to suggestions and feedback and look forward to continuing to work on Bookmarx.</p>
<hr />
<p>~ Charles, The Nerd Who Created This Thing</p>
]]></content:encoded></item><item><title><![CDATA[Say hello]]></title><description><![CDATA[Nothing to write about, yet. Just, hello world.]]></description><link>https://blog.bookmarx.dev/say-hello</link><guid isPermaLink="true">https://blog.bookmarx.dev/say-hello</guid><dc:creator><![CDATA[bookmarx.dev]]></dc:creator><pubDate>Tue, 02 Apr 2024 02:23:28 GMT</pubDate><content:encoded><![CDATA[<p>Nothing to write about, yet. Just, hello world.</p>
]]></content:encoded></item></channel></rss>