this post was submitted on 03 Apr 2024
49 points (100.0% liked)

Fediverse

27544 readers
367 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
top 12 comments
sorted by: hot top controversial new old
[–] originalucifer@moist.catsweat.com 26 points 4 months ago (3 children)

that name feels counterintuitive. i dont read 'bookmarks' from linkblock, i read 'filter'

[–] frosty@pawb.social 14 points 4 months ago

My first thought was a new block list for Lemmy or Mastodon admins.

[–] QuandaleDingle@lemmy.world 11 points 4 months ago

It seems that FOSS developers and the like are terrible at naming projects.

[–] raffomania@lemmy.world 6 points 4 months ago (2 children)

That's a good point - I havent thought about it that way. I've mostly picked that name to have something to work with, I'm open to any suggestions!

[–] ademir@lemmy.eco.br 8 points 4 months ago (1 children)
[–] raffomania@lemmy.world 1 points 4 months ago

That's a good one! Apparently, postmarks, another fedi bookmark manager, was named FediMarks in the past!

[–] Steve@communick.news 2 points 4 months ago* (last edited 4 months ago)
  • Link
  • Lynk
  • Lync
  • Linker
  • Linkist
  • LinkPage
  • PageSave
  • PageSaver
  • PageList
  • SavePage
  • WebMarks
  • Webory (WebMemory)
  • Webist

Just some quick ideas. Some may be used already. I didn't bother checking.

  • Netmarks
[–] takeheart@lemmy.world 5 points 4 months ago (1 children)

The current demo is quite limited. I hope they add (nested) tags and meta tags at least.

[–] raffomania@lemmy.world 4 points 4 months ago (2 children)

I'm definitely planning to support nested tags. Do you have an example for an app with a nested tag system you like? Also I'm not sure what you mean by meta tags, could you explain what that means?

[–] warmaster@lemmy.world 2 points 4 months ago* (last edited 4 months ago)

https://schema.org/docs/full.html

https://schema.org/LinkRole

You could leave tag management to the user, but make opinionated link relationships by using a well documented, widely adopted, open and international web standard.

If further down the line you want to automate tagging, you could use lemmatization on user tags.

[–] takeheart@lemmy.world 1 points 4 months ago* (last edited 4 months ago) (1 children)

I haven't seen an app that does it really well like some libraries or ontologies do but I'm certainly not well versed with all of them. Back in the day I used Evernote which was at least a start, as you could create arbitrary hierarchies (nest tags within tags).

So ideally you would want to be able to nest tags like this:

news.politics.europe.denmark

of course another person might prefer the hierarchy

politics.elections.news.denmark

There's no strict right or wrong here but often over time some consensus forms. Bonus points if there are equivalency classes, ie "recipe", "recipes", "cooking recipe", and even the Spanish versions "receta" and "recetas" all refer to the same thing.

By meta tags I mean the ability to describe and classify certain tag groups. For instance "politics", "cats" and "Hollywood" are content tags while the tags "English", "Danish" and "French" are language tags. "PDF", "MP3" and "HTML" are file format tags but "video", "music" and "text" are content form tags while "2023", "2004-04-03" are time-line tags

Meta categories allow you for instance to search for pages that are about the English language, but not necessarily in English and surely not written by people who happen to have the last name 'English'. Now some systems encode this information inside the string of the tag itself like so: "language = English" or "topic = cats", but I think the most elegant solution is really to let a tag have categories or tags on its own which describe what it's used for (thus meta tags).

[–] raffomania@lemmy.world 2 points 4 months ago

Thanks for elaborating! I'm going for a flexible way to organize links that should work in a similar way to what you're describing.