• @raffomaniaOP
    link
    English
    48 months ago

    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
      link
      English
      2
      edit-2
      8 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
      link
      English
      1
      edit-2
      8 months ago

      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).

      • @raffomaniaOP
        link
        English
        28 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.