<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>note taking Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/note-taking/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 24 Oct 2019 16:20:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Joplin: a note taking application for Linux</title>
		<link>https://www.osradar.com/joplin-a-note-taking-application-for-linux/</link>
					<comments>https://www.osradar.com/joplin-a-note-taking-application-for-linux/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 24 Oct 2019 23:15:41 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[joplin]]></category>
		<category><![CDATA[note]]></category>
		<category><![CDATA[note taking]]></category>
		<category><![CDATA[notes]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=14973</guid>

					<description><![CDATA[<p>This time, we will talk to you about Joplin, a note-taking and to-do application. Besides that, you&#8217;ll learn how to install it on Linux and take a look at it. Fortunately in Linux more and more and more we have advanced applications to perform various tasks. In fact, many focused on business environments and others [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/joplin-a-note-taking-application-for-linux/">Joplin: a note taking application for Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This time, we will talk to you about Joplin, a note-taking and to-do application. Besides that, you&#8217;ll learn how to install it on Linux and take a look at it.</p>
<p>Fortunately in Linux more and more and more we have advanced applications to perform various tasks. In fact, many focused on business environments and others to facilitate productivity at home or in our lives. In this way, open-source applications arise to expand even more the catalog of possibilities in Linux.</p>
<p>For many people, it is important to take notes and Joplin is going to help them a lot. Joplin is an application to take notes and to-do lists.<strong> It is cross-platform</strong> because it is available for <a href="https://osradar.com/tag/windows/" target="_blank" rel="noopener noreferrer">Windows</a>, Linux, and macOS. It is released under the MIT license so it is <strong>open source.</strong></p>
<p><a href="https://github.com/laurent22/joplin" target="_blank" rel="noopener noreferrer">Joplin</a> is presented to us as a program for advanced notes. Because it organizes them in the form of a &#8220;notebook&#8221;. That is to say, we can group them by themes facilitating the organization of the same ones. It allows synchronization to <a href="https://osradar.com/tag/nextcloud/" target="_blank" rel="noopener noreferrer">Nextcloud</a>, Dropbox and <a href="https://www.osradar.com/sync-microsoft-onedrive-with-linux/" target="_blank" rel="noopener noreferrer">OneDrive</a>, which makes it very versatile.</p>
<p>An important aspect of Joplin is that it has mobile applications. Which allows you to take your notes anywhere. As you can see it&#8217;s a wonder.</p>
<h2>Install Joplin on Linux</h2>
<p>Joplin is available for Linux as AppImage. That is to say, a universal package that with assigning permissions of execution we will be able to execute it without problems. However, from the Github site of the project, we are told that it has been tested in Ubuntu, Fedora and Linux Mint. But there shouldn&#8217;t be any problems with it.</p>
<p>You can install it by running this command:</p>
<pre>:~$ wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash</pre>
<figure id="attachment_15025" aria-describedby="caption-attachment-15025" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15025" src="https://www.osradar.com/wp-content/uploads/2019/10/1-21.png" alt="1.- Download and install Joplin" width="1365" height="628" srcset="https://www.osradar.com/wp-content/uploads/2019/10/1-21.png 1365w, https://www.osradar.com/wp-content/uploads/2019/10/1-21-300x138.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/1-21-768x353.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/1-21-1024x471.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/1-21-696x320.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/1-21-1068x491.png 1068w, https://www.osradar.com/wp-content/uploads/2019/10/1-21-913x420.png 913w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-15025" class="wp-caption-text">1.- Download and install Joplin</figcaption></figure>
<p>Basically what the command does is download an installation script and run it. The same script will take care of the installation of the program.</p>
<p>Remember that you can learn more about the wget command with our post.</p>
<p><a href="https://www.osradar.com/the-wget-command/" target="_blank" rel="noopener noreferrer"><strong>The wget command.</strong></a></p>
<h2>Using Joplin a note-taking application</h2>
<p>Once the installation is finished, you will be able to run it from the main menu.</p>
<p>Joplin is an application to take notes, so on its main screen the first thing we will see is the editing panel and next to the output of what we are writing. Another fundamental aspect of Joplin is that <strong>it renders Markdown</strong>, that is, if you are used to this way of writing, with Joplin you will not have problems either.</p>
<p>Also, in the toolbar <strong>you can create a new to-do or a new notebook for the notes</strong>. As well as some default notes that explain how the application works, for example, the first note we&#8217;ll see will be &#8220;Welcome to Joplin&#8221;.</p>
<figure id="attachment_15026" aria-describedby="caption-attachment-15026" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15026" src="https://www.osradar.com/wp-content/uploads/2019/10/2-19.png" alt="2.- Joplin a note-taking application " width="1366" height="767" srcset="https://www.osradar.com/wp-content/uploads/2019/10/2-19.png 1366w, https://www.osradar.com/wp-content/uploads/2019/10/2-19-300x168.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/2-19-768x431.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/2-19-1024x575.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/2-19-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/2-19-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/10/2-19-748x420.png 748w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-15026" class="wp-caption-text">2.- Joplin a note-taking application</figcaption></figure>
<p>Joplin has many customization options. From topics to more work-focused options. For example, we can set the language and how it will be exported to PDF. Because yes, <strong>we can export our notes to PDF format</strong>.</p>
<figure id="attachment_15027" aria-describedby="caption-attachment-15027" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15027" src="https://www.osradar.com/wp-content/uploads/2019/10/3-18.png" alt="3.- Joplin settings" width="1366" height="767" srcset="https://www.osradar.com/wp-content/uploads/2019/10/3-18.png 1366w, https://www.osradar.com/wp-content/uploads/2019/10/3-18-300x168.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/3-18-768x431.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/3-18-1024x575.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/3-18-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/3-18-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/10/3-18-748x420.png 748w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-15027" class="wp-caption-text">3.- Joplin settings</figcaption></figure>
<p>One of Joplin&#8217;s main strengths is<strong> synchronization with other services such as Nextcloud or OneDrive</strong>. So in the options, we can configure that synchronization.</p>
<figure id="attachment_15028" aria-describedby="caption-attachment-15028" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15028" src="https://www.osradar.com/wp-content/uploads/2019/10/4-15.png" alt="Joplin Synchronization Options" width="1366" height="767" srcset="https://www.osradar.com/wp-content/uploads/2019/10/4-15.png 1366w, https://www.osradar.com/wp-content/uploads/2019/10/4-15-300x168.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/4-15-768x431.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/4-15-1024x575.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/4-15-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/4-15-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/10/4-15-748x420.png 748w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-15028" class="wp-caption-text">Joplin Synchronization Options</figcaption></figure>
<p>And so there are many interesting things in Joplin like the ability to import notes from Evernote. And more.</p>
<p>For more information go to the<a href="https://github.com/laurent22/joplin" target="_blank" rel="noopener noreferrer"> github site of the project</a> that has a good enough documentation to take advantage of this application.</p>
<p>Finally thank the developers for this fantastic tool and make it available to everyone.</p>
<h2>Conclusion</h2>
<p>Joplin is a tool that can greatly facilitate our productivity. What I have seen of the application has liked a lot: it is simple but with very good features such as synchronization with other services. We hope to hear more about it.</p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/joplin-a-note-taking-application-for-linux/">Joplin: a note taking application for Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/joplin-a-note-taking-application-for-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
