u/Appropriate-Sock4905

Notes app for bilinguals?

So, I have a problem? I write notes in two languages (currently, I have more than 1k notes in Bear). When I’m searching for a note, I often have to type the search query twice, in both languages, as I don’t remember in which language the note I’m looking for was written.

Sometimes it’s quite a lot of back and forth: I type search keyword in language A, then switch to language B, type that same translated keyword, then try other keywords if the note wasn’t found, then switch again to language A to test out those keywords in that language. It is often very tedious and feels non-productive.

Is there any app out there that solves this problem? Like I search in one language, and it finds every matching keyword in that language and translations from other languages?

reddit.com
u/Appropriate-Sock4905 — 6 days ago
▲ 61 r/PKMS+1 crossposts

Handcrafted open-source bookmark manager with advanced tagging system

Today, I’m excited to introduce Faved to this community - a self-hosted, open-source bookmark manager designed to handle large and complex bookmark collections.

It stands out from other bookmark managers by allowing to organize your links with nested tags. For example, you can place tags like Go and Python under Programming Languages → Backend. That way, you can build full-fledged taxonomies and associate your bookmarks to any number of them. Such structured hierarchies provide a more intuitive and scalable way to categorize content, removing the limitations of the conventional approach that relies on a combination of collections/folders and flat tags. 

Faved isn’t a vibe-coded app. I built it from the ground up myself, backed by 15 years of experience developing web applications. The entire source code is available on GitHub.

Every part of the app was crafted with efficiency and ease of use in mind. I currently store 2,660 bookmarks with 100+ tags (including nested ones), and it still feels smooth and easy to navigate.

What features are currently available

  • Automatic fetching of titles, descriptions, and preview images
  • Duplicate detection when adding new bookmark
  • Tags
    • Customize with color and description
    • Search and filter tags directly from the sidebar
    • Pin frequently used tags for quick access
    • Optionally include bookmarks from child tags when viewing parent tag
  • Instant search
  • Flexible sorting
  • Multiple layouts (card/list/table)
  • Individual fields can be hidden
  • Bulk actions (deleting, refetching, tagging)
  • Light/Dark mode
  • Works perfectly on both mobile and desktop. Has PWA support, allowing to install Faved on the home screen or dock like a native app.
  • Apple Shortcuts integration for saving links from the iOS/MaOS share sheet
  • Import from any browser with the original folder structure preserved thanks to nested tags
  • Import for Raindropio and Pocket

What's next on the roadmap

  • Auto-tagging
  • Storing web pages, articles, and screenshots
  • Offline mode
  • Keyboard shortcuts

How to host

The whole app can be spin up within seconds on any desktop or a remote server using Docker. You can try it out by following the installation instructions.

There is a live demo. Demo accounts are not shared and are 100% private, so feel free to add your own links and experience the app in full before installing it on your machine.

If you have any questions, suggestions, or feedback, I’d be happy to discuss them in the comments here. Feel free to open an issue or community discussion on GitHub as well.

u/Appropriate-Sock4905 — 7 days ago
▲ 10 r/BookmarkManagers+1 crossposts

What's new in Faved - open-source private bookmark manager

Hey everyone,

About 7 months ago I introduced Faved (https://faved.dev) here when it was still very new. Since then, it’s grown quite a bit (close to 1k GitHub stars and 10k+ Docker pulls), so I wanted to share what’s improved since then.

Most of my focus was put on figuring out how to make it handle large complex bookmark collections without making things feel rigid or overcomplicated. Personally I currently store 2,660 bookmarks with 100+ tags (including nested ones), and it still feels smooth and easy to navigate, which I'm really proud of.

So, what's new...

More powerful, yet easy-to-use tagging system

Sidebar tag editing

This was the main area of work, since tagging is the core of how bookmarks are organized in Faved.

  • Every UI element related to tags navigation and management has been reworked to be smoother, simpler and more consistent. For example, tag editing got a separate field for changing parent tag (on the screenshot).
  • Tag search/filtering has been added directly in the sidebar.
  • Tag rollup introduced, when parent tags include bookmarks from child tags.
  • Bookmark counts can now be shown for sidebar tags. When tag rollup is enabled, bookmarks from child tags are included in count.

Cleaner, more space-efficient UI

Main view

The interface has been streamlined.

  • Controls and search are now more compact leaving more space for content.
  • A proper table view has been added, allowing you to scan and manage bookmarks faster when working with larger collections.
  • Bookmark fields (title/description/image/date) can now be shown/hidden separately in each view to focus on what really matters.
  • Sidebar can be resized or hidden entirely.

As a result, you can handle almost all actions directly from the main view without jumping between pages. E.g., tags management (search, edit, move, delete, pin) can be all handled directly in the sidebar - there is no need to navigate to a different screen like in other bookmark managers.

Duplicates detection

https://preview.redd.it/arejt49n6hzg1.png?width=1440&format=png&auto=webp&s=ccd83bf793e9fe826346a0dddf75b3aa53109301

When saving bookmarks, you are now shown a list of bookmarks with matching URL and domain.

Bulk actions

It's now possible to delete, apply tags or refetch metadata for multiple selected or all bookmarks on a page.

Install as app on mobile and desktop

Thanks to Progressive Web Application (PWA) support added, Faved can now be installed on your device, providing a native-like experience with its own icon on the home screen or dock.

Cloud version

A cloud version has been brought for non-technical users or anyone else who does not want to self-host. It protects user data with encryption, while also removing the hassle of handling updates and backups.

Dozens of smaller features and improvements

There are many other changes, like Apple Shortcuts integration for saving links from the iOS/MaOS share sheet, in-app update notifications, import from Raindrop.io, etc. You can check the changelog to see the full list.

What's next on the roadmap

  • Storing web pages, articles, and screenshots. Saving full page content locally so it is available even if the original disappears or changes.
  • Offline mode. Access saved bookmarks and content without an internet connection.
  • Keyboard shortcuts
  • Auto-tagging

Happy to get feedback on the application and hear what features you’re missing. And also learn how you manage large bookmark collections, as this is the main problem I’m trying to solve with this project.

reddit.com
u/Appropriate-Sock4905 — 16 days ago