<?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>best text editor Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/best-text-editor/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 21 Jun 2018 20:43:38 +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>How to Install Brackets on Linux</title>
		<link>https://www.osradar.com/how-to-install-brackets-on-linux/</link>
					<comments>https://www.osradar.com/how-to-install-brackets-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Wed, 04 Apr 2018 07:47:37 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[best text editor]]></category>
		<category><![CDATA[brackets]]></category>
		<category><![CDATA[linux text editor]]></category>
		<category><![CDATA[text editor]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=2374</guid>

					<description><![CDATA[<p>For web devs, a smart &#38; powerful text editor is the most essential. The codes of a website are saved into plain text files with different file extensions, that’s all. Brackets is a really powerful, flexible and highly user-friendly text editor for every programmer. Developed by Adobe, Brackets is really awesome. Brackets features Dreamweaver is [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-brackets-on-linux/">How to Install Brackets on 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>For web devs, a smart &amp; powerful text editor is the most essential. The codes of a website are saved into plain text files with different file extensions, that’s all. Brackets is a really powerful, flexible and highly user-friendly text editor for every programmer. Developed by Adobe, Brackets is really awesome.</p>
<h3>Brackets features</h3>
<p>Dreamweaver is the ultimate weapon of every web developer’s arsenal. However, it’s a paid software and requires Windows. The web platform is mostly developed on Linux, so having a nice text editor is a great relief. For any programmer, Brackets is a suitable choice. There are many reasons why you should start using Brackets.</p>
<ul>
<li>Lightweight</li>
<li>Inline editor</li>
<li>Tons of handy add-ons in the collection</li>
<li>Live preview</li>
<li>Preprocessor support (SCSS, LESS etc.)</li>
<li>Beautiful theming</li>
<li>Code suggestion</li>
</ul>
<h3>How to install Brackets</h3>
<p>For Windows users, Brackets is easily available as an installer. <a href="http://brackets.io/">Get it on Brackets official site</a>.</p>
<p>However, for Linux users, Brackets has to be installed through some difficulties. Don’t worry, as they’re quite simple.</p>
<ul>
<li>
<h4>Ubuntu + Ubuntu-based</h4>
</li>
</ul>
<p>Ubuntu is the most popular &amp; user-friendly Linux distro of all. Moreover, tons of other distros also use Ubuntu/Debian as the base. If your Linux distro is based on Ubuntu/Debian, follow these steps.</p>
<ul>
<li><a href="https://github.com/adobe/brackets/releases">Download Brackets DEB package</a>.</li>
</ul>
<p><img loading="lazy" class="size-full wp-image-2375 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/brackets-deb-package.png" alt="" width="1308" height="689" srcset="https://www.osradar.com/wp-content/uploads/2018/04/brackets-deb-package.png 1308w, https://www.osradar.com/wp-content/uploads/2018/04/brackets-deb-package-300x158.png 300w, https://www.osradar.com/wp-content/uploads/2018/04/brackets-deb-package-768x405.png 768w, https://www.osradar.com/wp-content/uploads/2018/04/brackets-deb-package-1024x539.png 1024w, https://www.osradar.com/wp-content/uploads/2018/04/brackets-deb-package-696x367.png 696w, https://www.osradar.com/wp-content/uploads/2018/04/brackets-deb-package-1068x563.png 1068w, https://www.osradar.com/wp-content/uploads/2018/04/brackets-deb-package-797x420.png 797w" sizes="(max-width: 1308px) 100vw, 1308px" /></p>
<ul>
<li>Run the following commands:</li>
</ul>
<pre class="lang:default decode:true">cd ~/Downloads
sudo dpkg -i Brackets.Release.1.12.64-bit.deb

sudo apt install -f</pre>
<ul>
<li>
<h4>Fedora</h4>
</li>
</ul>
<p>Adobe didn’t make any official edition for Fedora, unfortunately. However, thanks to some really dedicated users, it’s available to install.</p>
<p>At first, enable the “Copr” repository on Fedora.</p>
<pre class="lang:default decode:true">sudo dnf copr enable mosquito/brackets</pre>
<p>Then, install Brackets.</p>
<pre class="lang:default decode:true">sudo dnf install brackets</pre>
<ul>
<li>
<h4>Arch Linux</h4>
</li>
</ul>
<p>For Arch &amp; Arch-based distros, follow these steps to install Brackets.</p>
<pre class="lang:default decode:true">sudo Pacman -S git
git clone https://aur.archlinux.org/brackets-bin.git


cd brackets-bin
makepkg -si

sudo ln -s /opt/google/chrome/google-chrome /bin/google-chrome</pre>
<p>Note that Brackets use Google Chrome for “Live Preview” feature. You need to install Chrome for having error-free usage.</p>
<p>Alright! It’s time to code with Brackets, folks!</p>
<p>There’s also one awesome, powerful &amp; free video editor available. It’s cross-platform and incredibly simple to use. <a href="https://www.osradar.com/how-to-install-openshot-video-editor-on-linux/">Learn how to install OpenShot Video Editor on Linux</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-brackets-on-linux/">How to Install Brackets on 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/how-to-install-brackets-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Suplemon – The Powerful Text Editor</title>
		<link>https://www.osradar.com/suplemon-the-powerful-text-editor/</link>
					<comments>https://www.osradar.com/suplemon-the-powerful-text-editor/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Thu, 22 Mar 2018 12:01:33 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[best text editor]]></category>
		<category><![CDATA[linux text editor]]></category>
		<category><![CDATA[text editor]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=2249</guid>

					<description><![CDATA[<p>A text editor is one of the essential tools for any Linux system. If you’re a Linux user, you already know how to use a text editor for thousands of purposes. By default, Linux comes up with Nano text editor for the terminal. Nano is a powerful one, yet not user-friendly. If you’re looking for [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/suplemon-the-powerful-text-editor/">Suplemon – The Powerful Text Editor</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>A text editor is one of the essential tools for any Linux system. If you’re a Linux user, you already know how to use a text editor for thousands of purposes. By default, Linux comes up with Nano text editor for the terminal. Nano is a powerful one, yet not user-friendly. If you’re looking for an easy-to-use text editor instead of Nano, try Suplemon – a cool text editor built for everyone.</p>
<h3>Suplemon features</h3>
<p>As a text editor, there are tons of features that Suplemon offers. It’s a complete package that mimics Sublime Text with some additional tweaks.</p>
<ul>
<li>Multi-cursor editing support.</li>
<li>Powerful syntax highlighting with text mate themes.</li>
<li>Easy undo/redo function</li>
<li>Supports autocomplete</li>
<li>“Find”, “Find next” and “Find all” functions</li>
<li>Mouse support</li>
<li>Custom keyboard shortcuts with easy default shortcuts</li>
</ul>
<h3>Install Suplemon</h3>
<p>Suplemon can be installed via simple commands. But first, make sure that you install PIP (from Python) to work smoothly. Here’s the complete step-by-step guide.</p>
<ul>
<li>Install PIP.</li>
</ul>
<pre class="lang:default decode:true">sudo apt install python-pip         [Debian/Ubuntu]

# yum install epel-release 
# yum install python-pip            [CentOS/RHEL]

# dnf install python-pip            [Fedora]

# zypper install python-pip         [OpenSUSE]

# pacman -S python2-pip             [Arch Linux]</pre>
<p><img loading="lazy" class="size-full wp-image-2252 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/03/install-pip.png" alt="" width="1056" height="471" srcset="https://www.osradar.com/wp-content/uploads/2018/03/install-pip.png 1056w, https://www.osradar.com/wp-content/uploads/2018/03/install-pip-300x134.png 300w, https://www.osradar.com/wp-content/uploads/2018/03/install-pip-768x343.png 768w, https://www.osradar.com/wp-content/uploads/2018/03/install-pip-1024x457.png 1024w, https://www.osradar.com/wp-content/uploads/2018/03/install-pip-696x310.png 696w, https://www.osradar.com/wp-content/uploads/2018/03/install-pip-942x420.png 942w" sizes="(max-width: 1056px) 100vw, 1056px" /></p>
<ul>
<li>Install “setuptools”.</li>
</ul>
<pre class="lang:default decode:true">sudo pip install setuptools</pre>
<p><img loading="lazy" class="size-full wp-image-2253 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/03/install-pip-setuptools.png" alt="" width="1062" height="325" srcset="https://www.osradar.com/wp-content/uploads/2018/03/install-pip-setuptools.png 1062w, https://www.osradar.com/wp-content/uploads/2018/03/install-pip-setuptools-300x92.png 300w, https://www.osradar.com/wp-content/uploads/2018/03/install-pip-setuptools-768x235.png 768w, https://www.osradar.com/wp-content/uploads/2018/03/install-pip-setuptools-1024x313.png 1024w, https://www.osradar.com/wp-content/uploads/2018/03/install-pip-setuptools-696x213.png 696w" sizes="(max-width: 1062px) 100vw, 1062px" /></p>
<ul>
<li>Install Suplemon.</li>
</ul>
<pre class="lang:default decode:true ">sudo pip install suplemon</pre>
<p><img loading="lazy" class="size-full wp-image-2254 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/03/install-pip-suplemon.png" alt="" width="1053" height="368" srcset="https://www.osradar.com/wp-content/uploads/2018/03/install-pip-suplemon.png 1053w, https://www.osradar.com/wp-content/uploads/2018/03/install-pip-suplemon-300x105.png 300w, https://www.osradar.com/wp-content/uploads/2018/03/install-pip-suplemon-768x268.png 768w, https://www.osradar.com/wp-content/uploads/2018/03/install-pip-suplemon-1024x358.png 1024w, https://www.osradar.com/wp-content/uploads/2018/03/install-pip-suplemon-696x243.png 696w" sizes="(max-width: 1053px) 100vw, 1053px" /></p>
<h3>Usage</h3>
<p>Using Suplemon is pretty simple and easy. It’s just the same as you would use Nano.</p>
<p>For demonstration, here’s a file on the “Desktop” named “test.txt”. In order to open it via Suplemon, we have to follow the following commands:</p>
<pre class="lang:default decode:true">cd ~/Desktop
suplemon test.txt</pre>
<p><img loading="lazy" class="size-full wp-image-2250 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/03/suplemon-test.png" alt="" width="1061" height="270" srcset="https://www.osradar.com/wp-content/uploads/2018/03/suplemon-test.png 1061w, https://www.osradar.com/wp-content/uploads/2018/03/suplemon-test-300x76.png 300w, https://www.osradar.com/wp-content/uploads/2018/03/suplemon-test-768x195.png 768w, https://www.osradar.com/wp-content/uploads/2018/03/suplemon-test-1024x261.png 1024w, https://www.osradar.com/wp-content/uploads/2018/03/suplemon-test-696x177.png 696w" sizes="(max-width: 1061px) 100vw, 1061px" /></p>
<p>The interface will look like this:</p>
<p><img loading="lazy" class="size-full wp-image-2251 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/03/suplemon-test-1.png" alt="" width="1054" height="656" srcset="https://www.osradar.com/wp-content/uploads/2018/03/suplemon-test-1.png 1054w, https://www.osradar.com/wp-content/uploads/2018/03/suplemon-test-1-300x187.png 300w, https://www.osradar.com/wp-content/uploads/2018/03/suplemon-test-1-768x478.png 768w, https://www.osradar.com/wp-content/uploads/2018/03/suplemon-test-1-1024x637.png 1024w, https://www.osradar.com/wp-content/uploads/2018/03/suplemon-test-1-696x433.png 696w, https://www.osradar.com/wp-content/uploads/2018/03/suplemon-test-1-675x420.png 675w" sizes="(max-width: 1054px) 100vw, 1054px" /></p>
<p>Here are the default shortcut keys by Suplemon. If you want to edit them, you have to follow <a href="https://github.com/richrd/suplemon#keymap-config">the instructions from here</a>.</p>
<ul>
<li>Exit – CTRL + Q</li>
<li>Copy – CTRL + C</li>
<li>Cut lines – CTRL + X</li>
<li>Save file – CTRL + S</li>
<li><a href="https://github.com/richrd/suplemon#commands">Run Suplemon commands</a> – CTRL + E</li>
</ul>
<p>Wherever you would use Nano, you can now use Suplemon as the text editor.</p>
<p>Did you know that you can encrypt files on Linux? Encryption is a very powerful method to ensure that your data is safe, no matter where it is. <a href="https://www.osradar.com/how-to-encrypt-files-on-linux/">Learn how to encrypt your files on Linux</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/suplemon-the-powerful-text-editor/">Suplemon – The Powerful Text Editor</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/suplemon-the-powerful-text-editor/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
