There are a variety of glorious observe taking purposes on Linux, however one which’s value your consideration is QOwnNotes. Why? It’s a superb observe app that lets customers format their information with markdown. Higher but, you may sync QOwnNotes with NextCloud! Right here’s how to set it up on Linux.

Set up QOwnNotes

Earlier than going over how to set up QOwnNotes on Linux and join it to NextCloud or OwnCloud for on-line backup and sync, you’ll want to find out how to set up the applying.

QOwnNotes is a very fashionable utility with Linux customers, however sadly, it isn’t distributed in any mainstream Linux OS’s app sources. So, to get going with the QOwnNotes utility, you’ll first want to set up the app on your Linux system. To do that, open up a terminal window by urgent Ctrl + Alt + T or Ctrl + Shift + T on the keyboard. From there, comply with the directions under that correspond with the Linux distribution you’re utilizing.

Ubuntu

Getting QOwnNotes on Ubuntu Linux means enabling a third-party software program PPA. So as to add the PPA, go to your terminal window and use the add-apt-repository command.

sudo add-apt-repository ppa:pbek/qownnotes

After including the software program PPA, run the replace command, as it is going to refresh Ubuntu’s software program sources and permit the QOwnNotes PPA to be usable.

sudo apt replace

Lastly, set up the software program with:

sudo apt set up qownnotes

Debian

On Debian Linux, customers should allow a third-party software program repository to achieve entry to the QOwnNotes utility. To allow the repo, use this echo command.

sudo bash -c "echo 'deb  /' >> /etc/apt/sources.list.d/qownnotes.list"

Subsequent, obtain the QOwnNotes repo key file to Debian and allow it. Don’t skip this step! Debian is not going to set up software program from the repo with out the important thing!

wget Launch.key -O - | sudo apt-key add -

Replace to permit Debian to obtain a supply file for the QOwnNotes software program repository.

sudo apt-get replace

With the whole lot up to date, set up the software program.

sudo apt-get set up qownnotes

Arch Linux

On Arch Linux, there’s a devoted QOwnNotes repository that customers can allow. That mentioned, On this information, we gained’t be protecting how to allow the repo. As a substitute, we’ll go over how to set up QOwnNotes from the AUR with Trizen. The reason is that including a particular repo for Arch shouldn’t be mandatory, as most issues are already within the AUR in any case.

To get began putting in the AUR launch of QOwnNotes, set up each Git and Base-devel with Pacman.

sudo pacman -S git base-devel

Subsequent, set up the Trizen AUR helper utility to make putting in QOwnNotes a lot faster and simpler.

git clone 
cd trizen
makepkg -sri

Set up QOwnNotes instantly from the AUR with:

trizen -S qownnotes

Fedora

The developer has a software program repository available to Fedora Linux customers. Fortunately although, there’s not an actual want to allow this repo, because the developer additionally instantly hyperlinks to the RPM file. To get it working on Fedora 30, run the next dnf command under.

sudo dnf set up 

OpenSUSE

Everything of the QOwnNotes mission is hosted on the OpenSUSE Construct Service. Consequently, there’s glorious assist for all present variations of OpenSUSE Leap. To put in, open up a terminal window and use the instructions under.

Leap 15

su -
rpm --import 

zypper addrepo -f 
zypper refresh
zypper set up qownnotes

Tumbleweed

su -

rpm --import 

zypper addrepo -f 
zypper refresh
zypper set up qownnotes

Snap

QOwnNotes is offered as a Snap. To get it working, allow Snaps on your Linux PC by following our information on the topic. Or set up Ubuntu. Then, use the snap set up command under.

sudo snap set up qownnotes

Flatpak

FlatHub has a Flatpak of QOwnNotes. If the Flatpak methodology sounds helpful to you, allow the Flatpak runtime on your system, and set up the app with the instructions under!

flatpak remote-add --if-not-exists flathub 

flatpak set up flathub org.qownnotes.QOwnNotes

Combine with NextCloud

To combine QOwnNotes with NextCloud, launch the applying on your PC. As QOwnNotes opens, you’ll see an introduction wizard. Undergo the wizard, and comply with the step-by-step directions under.

Step 1: Within the “Welcome to QOwnNotes” wizard, QOwnNotes will try to create a brand new folder in your NextCloud Sync folder. The default listing is ~/NextCloud/Notes. In the event you’d like to change it, click on “Select folder.”

9k=

Step 2: Select your panel format by clicking the drop-down menu. The default is “Minimal.”

Step 3: On the “notes version” web page, click on “next” and don’t change something, because the default settings are high-quality. Do the identical for the “App metrics” web page.

Step 4: Click on “finished” to shut the wizard and launch QOwnNotes.

With the configuration taken care of in QOwnNotes, use the app to take notes, and while you save, it’ll robotically sync the whole lot to NextCloud!

Not blissful with the default NextCloud setup lined on this information? Take a look at the settings space of the app, as they produce other methods to combine with NextCloud.



Source link

Share.
Leave A Reply

Exit mobile version