本文介绍在Linux操作系统上使用NextCloud设置QOwnNotes的方法,首先要安装QOwnNotes,这是一款出色的笔记应用程序,可让用户使用降价格式化数据,更好的是,你可以将QOwnNotes与NextCloud同步。
安装QOwnNotes QOwnNotes是一个非常受Linux用户欢迎的应用程序,但遗憾的是,它并未在任何主流Linux操作系统的应用程序源中分发,因此,要开始使用QOwnNotes应用程序,首先需要在Linux系统上设置应用程序,要执行此操作,请打开终端窗口,然后按以下说明操作。 1、Ubuntu 在Ubuntu Linux上获取QOwnNotes需要启用第三方软件PPA,要添加PPA,请转到终端窗口并使用add-apt-repository命令,参考Ubuntu 18.04/16.04/Debian 9上安装add-apt-repository的方法: sudo add-apt-repository ppa:pbek/qownnotes 添加软件PPA后,运行update命令,因为它将刷新Ubuntu的软件源并允许QOwnNotes PPA可用: sudo apt update 最后,安装软件: sudo apt install qownnotes 2、Debian 在Debian Linux上,用户必须启用第三方软件存储库才能访问QOwnNotes应用程序,要启用repo,请使用此echo命令: sudo bash -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_9.0/ /' >> /etc/apt/sources.list.d/qownnotes.list" 接下来,将QOwnNotes repo密钥文件下载到Debian并启用它,不要跳过此步骤,如果没有密钥,Debian将无法从repo安装软件: wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_9.0/Release.key -O - | sudo apt-key add - 更新以允许Debian下载QOwnNotes软件存储库的源文件: sudo apt-get update 随着所有更新,安装软件: sudo apt-get install qownnotes 3、Arch Linux 在Arch Linux上,有一个专用的QOwnNotes存储库,用户可以启用它。 要开始安装QUwnNotes的AUR版本,请使用Pacman安装Git和Base-devel: sudo pacman -S git base-devel 接下来,安装Trizen AUR帮助应用程序,以便更快,更轻松地安装QOwnNotes: git clone https://aur.archlinux.org/trizen.git cd trizen makepkg -sri 直接从AUR安装QOwnNotes: trizen -S qownnotes 4、Snap安装方法 QOwnNotes可作为Snap使用,需要在Linux PC上启用Snap支持,参考在Ubuntu 18.04/Debian上安装和使用Snap的方法。 然后,使用下面的snap install命令: sudo snap install qownnotes 5、Flatpak安装方法 FlatHub有一个QOwnNotes的Flatpak,请在系统上启用Flatpak运行时,参考在Linux系统上安装并使用Flatpak的方法。 并使用以下命令安装应用程序: flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak install flathub org.qownnotes.QOwnNotes
与NextCloud集成 要将QOwnNotes与NextCloud集成,请在PC上启动该应用程序,当QOwnNotes打开时,你将看到一个介绍向导,完成向导,并按照下面的分步说明进行操作。 第1步:在“Welcome to QOwnNotes”向导中,QOwnNotes将尝试在NextCloud Sync文件夹中创建一个新文件夹,默认目录是~/NextCloud/Notes,如果想更改它,请单击“Select folder”:
第2步:单击下拉菜单选择面板布局,默认值为“Minimal”。 第3步:在“notes version”页面上,单击“next”,不要更改任何内容,因为默认设置正常,对“App metrics”页面执行相同操作。 第4步:单击“finished”关闭向导并启动QOwnNotes:
使用QOwnNotes中的配置,使用该应用程序进行记录,当你保存时,它会自动将所有内容同步到NextCloud。 注:如果你对介绍的默认NextCloud设置不满意,可以查看应用程序的设置区域,因为有其他方式与NextCloud集成,设置方法和现在介绍的相同。
相关主题 |