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/)TU
Posts
83
Comments
470
Joined
2 yr. ago

  • "full" google maps is huge, while just the navigator is way smaller. Also, google maps is installed with privileges that the navigator doesn't have (I think, not sure about this), so I'd rather use the navigator instead of the full maps app

  • replying to @ono@lemmy.ca because for strange reasons I'm unable to reply directly to him:

    Does Qt Quick expose Qt’s markdown support? That could be another way to populate a rich text control, perhaps letting you work around the problem.

    yes this worked!!!

     markdown
        
    # title
    <br>
    # title
    
    
      

    I have to use <br> instead of <br> otherwise it don't work, I don't know why

    I would have rather used a RichText way, but this one does what I need, thank you very much!