Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HT
HTML
Members
57
Posts
4
Active Today
12
Created
1 yr. ago
  • HTML @sopuli.xyz
    scratsearcher 🔍🔮📊🎲 @sopuli.xyz
  • HTML @sopuli.xyz
    IndigoGollum @lemmy.world

    Can i generate an anchor's title based on the size of the file/page it links to?

    cross-posted from: https://lemmy.world/post/28085251

    Most of the links in my website (i haven't gotten around to all of them yet) have the size of the page they link to as a title, so you can see how big the page will be before you click the link. Is there an easy way to generate new titles for all my links based on what they link to, instead of doing it manually? Even better if it can include embedded files like images in the size preview.

    I currently just edit my code in xed, my computer's built in text editor. I haven't looked into dedicated HTML editors yet, but i'd be open to trying one (that runs on Linux) if it can do this.

    Thanks in advance.

  • HTML @sopuli.xyz
    miinatsu @sopuli.xyz
  • HTML @sopuli.xyz
    Reptorian @programming.dev

    Looking for a HTML4 editor.

    cross-posted from: https://programming.dev/post/20450422

    Right now, I would like a easy editor that allows me to not worry about HTML4 syntax, and simply adjust the rendered text, while I can see the HTML source code.

    The reason I need something like this is that I sometimes do make note() in G'MIC which looks like this:

     undefined
        
    #@gui:_=separator(),_=note("<center><b>- Additional Information -</b></center>")
    
      

    See that inside note("")? That's HTML4. And while I can do without a editor, I feel that it would be better to use an actual editor where I can copy and paste.