• twei@discuss.tchncs.de
      link
      fedilink
      arrow-up
      9
      ·
      3 months ago

      Can ya please go back to the Drop-Down thingy for your license? It’s already annoying on its own, but it gets even more so when Voyager adds the Link-Preview

    • bitwolf@lemmy.one
      link
      fedilink
      arrow-up
      5
      ·
      3 months ago

      Hey, how do you get the creative Commons attribution to automatically appear under your comments?

      • onlinepersona@programming.dev
        link
        fedilink
        English
        arrow-up
        4
        ·
        3 months ago

        Unfortuately, it’s manual :) Keyboard shortcut to put the text into the clipboard and then paste it into the comment.

        If you're on linux using X11
        #!/usr/bin/env nix-shell
        #!nix-shell -i bash --packages xautomation xclip
        
        sleep 0.2
        printf '[Anti Commercial-AI license](https://creativecommons.org/licenses/by-nc-sa/4.0/)' | xclip -selection clipboard
        #(echo '::: spoiler Anti Commercial AI thingy
        #[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
        #
        #Inserted with a keystroke running this script on linux with X11
        #```bash'
        #cat "$0"
        #echo '```
        #:::') | xclip -selection clipboard
        xte "keydown Control_L" "key V" "keyup Control_L"
        

        Anti Commercial-AI license