How to install zotero + plugin in libreoffice writer in linux

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ธ.ค. 2024

ความคิดเห็น • 2

  • @GiacomoRighetti-x1y
    @GiacomoRighetti-x1y 2 หลายเดือนก่อน +1

    hi! this was so helpful, ty! Do you know how can I also put zotero on the desktop? Otherwise everytime I have to open it through the terminal. I am a new linux user so I am a bit confused. Thank you :)

    • @compartdev
      @compartdev  2 หลายเดือนก่อน

      What you can do is create a "symlink" to the zotero file: you simply open a terminal and write:
      ln -s /home/user/Download/zotero-folder/zotero /home/user/Desktop/zotero
      (But you need to change the file paths to your own ones, probably just swapping out "user" to your own username.) Good luck!