<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tools and Productivity on Cathrine Wilhelmsen</title>
    <link>https://www.cathrinewilhelmsen.net/categories/tools-productivity/</link>
    <description>Recent content in Tools and Productivity on Cathrine Wilhelmsen</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>© Cathrine Wilhelmsen</copyright>
    <lastBuildDate>Mon, 20 Sep 2021 13:15:00 +0200</lastBuildDate>
    <atom:link href="https://www.cathrinewilhelmsen.net/categories/tools-productivity/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Improve Your Presentation Skills by Rehearsing with PowerPoint Presenter Coach</title>
      <link>https://www.cathrinewilhelmsen.net/rehearsing-with-powerpoint-presenter-coach/</link>
      <pubDate>Mon, 20 Sep 2021 13:15:00 +0200</pubDate>
      <guid>https://www.cathrinewilhelmsen.net/rehearsing-with-powerpoint-presenter-coach/</guid>
      <description>&lt;p&gt;Did you know that PowerPoint can help you improve your presentation skills? 💡 If you rehearse with the PowerPoint Presenter Coach, you can get real-time feedback on things like your pace and language. If that&amp;rsquo;s too distracting (&lt;em&gt;it is for me&lt;/em&gt;), you can choose to hide the real-time feedback and only view the detailed report at the end of your rehearsal.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cathrinewilhelmsen.net/images/2021/PowerPointPresenterCoach.png&#34;&gt;&lt;img src=&#34;https://www.cathrinewilhelmsen.net/images/2021/PowerPointPresenterCoach.png&#34; srcset=&#34;https://www.cathrinewilhelmsen.net/images/2021/PowerPointPresenterCoach_Thumbnail.png 500w, https://www.cathrinewilhelmsen.net/images/2021/PowerPointPresenterCoach.png 1200w&#34; sizes=&#34;(max-width: 500px) 100vw, 1200px&#34; alt=&#34;PowerPoint Presenter Coach rehearsal report and live feedback examples.&#34; width=&#34;1200&#34; height=&#34;630&#34; class=&#34;border&#34; style=&#34;background-color: #fbfcfb;&#34; loading=&#34;lazy&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The report shows you details about the total time spent, your pace and pitch over time, whether or not you are simply reading from your slides, as well as actionable feedback on your language. The feedback includes whether you are using too many filler words (like &lt;em&gt;umm&lt;/em&gt;, &lt;em&gt;actually&lt;/em&gt;, or &lt;em&gt;you know&lt;/em&gt;), whether you are using too many repetitive words with alternatives you can use instead, whether you are using any words that can be offensive, and specific sentences that you can refine.&lt;/p&gt;&#xA;&lt;p&gt;The PowerPoint Presenter Coach &lt;a href=&#34;https://support.microsoft.com/en-us/office/rehearse-your-slide-show-with-presenter-coach-cd7fc941-5c3b-498c-a225-83ef3f64f07b#ID0EDBN=Web&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;works on Windows, macOS, iOS, Android, and in PowerPoint online&lt;/a&gt; 🥳 However, it currently only understands &lt;strong&gt;English&lt;/strong&gt;. Let&amp;rsquo;s hope it will learn new languages soon!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Developing in Containers using Visual Studio Code (T-SQL Tuesday #140)</title>
      <link>https://www.cathrinewilhelmsen.net/developing-in-containers-using-visual-studio-code/</link>
      <pubDate>Tue, 13 Jul 2021 21:30:56 +0200</pubDate>
      <guid>https://www.cathrinewilhelmsen.net/developing-in-containers-using-visual-studio-code/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.centinosystems.com/blog/sql/t-sql-tuesday-140-what-have-you-been-up-to-with-containers&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;img src=&#34;https://www.cathrinewilhelmsen.net/images/sql/TSQLTuesdayCircle.svg&#34; alt=&#34;T-SQL Tuesday logo.&#34; width=&#34;80&#34; height=&#34;80&#34; class=&#34;alignleft width-80&#34; loading=&#34;lazy&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;This month&amp;rsquo;s &lt;a href=&#34;http://tsqltuesday.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;T-SQL Tuesday&lt;/a&gt; is hosted by &lt;a href=&#34;https://www.centinosystems.com/blog/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Anthony Nocentino&lt;/a&gt; (&lt;a href=&#34;https://twitter.com/nocentino&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;@nocentino&lt;/a&gt;). He wants to know &lt;a href=&#34;https://www.centinosystems.com/blog/sql/t-sql-tuesday-140-what-have-you-been-up-to-with-containers/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;what we&amp;rsquo;ve been up to with containers&lt;/a&gt;. Perfect timing, because I have just spent the last couple of weeks learning how to develop in containers using Visual Studio Code! I was planning to write this for myself anyway, but perhaps it can be interesting for others as well 🤓&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-is-the-use-case&#34;&gt;What is the use case?&lt;/h2&gt;&#xA;&lt;p&gt;One of my clients are using &lt;a href=&#34;https://www.getdbt.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;dbt&lt;/a&gt; (Data Build Tool) for their data transformations. In short, this means that developers write data transformations in SQL as SELECT statements. All SQL code can be combined with &lt;a href=&#34;https://jinja.palletsprojects.com/en/3.0.x/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Jinja&lt;/a&gt; templates. Inside of these Jinja templates, developers can reference other tables, use control logic, or define common SQL code snippets as reusable macros. Dbt then compiles the SQL+Jinja code into pure SQL.&#xA;&lt;span id=&#34;continue-reading&#34;&gt;&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Keyboard shortcuts for moving text lines and windows (T-SQL Tuesday #123)</title>
      <link>https://www.cathrinewilhelmsen.net/keyboard-shortcuts-moving-text-lines-moving-windows/</link>
      <pubDate>Tue, 11 Feb 2020 18:01:02 +0100</pubDate>
      <guid>https://www.cathrinewilhelmsen.net/keyboard-shortcuts-moving-text-lines-moving-windows/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://jesspomfret.com/t-sql-tuesday-123/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;img src=&#34;https://www.cathrinewilhelmsen.net/images/sql/TSQLTuesdayCircle.svg&#34; alt=&#34;T-SQL Tuesday logo.&#34; width=&#34;80&#34; height=&#34;80&#34; class=&#34;alignleft width-80&#34; loading=&#34;lazy&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;This month&amp;rsquo;s T-SQL Tuesday is hosted by &lt;a href=&#34;https://jesspomfret.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Jess Pomfret&lt;/a&gt; (&lt;a href=&#34;https://twitter.com/jpomfret&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;@jpomfret&lt;/a&gt;). She wants to hear about &lt;a href=&#34;https://jesspomfret.com/t-sql-tuesday-123/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;life hacks to make your life easier&lt;/a&gt;! In this post, I share two of my most-used keyboard shortcuts. One for moving text lines up and down without copying and pasting, and one for moving windows around without dragging and dropping. I use these all the time :)&lt;/p&gt;&#xA;&lt;h2 id=&#34;moving-text-lines-up-and-down&#34;&gt;Moving text lines up and down&lt;/h2&gt;&#xA;&lt;p&gt;Previously, I was moving text lines up and down in a couple of different ways. Have you ever marked all the text on a line, copied it, then pasted it again? Yeah, I did that all the time. And then I discovered there&amp;rsquo;s an easier way! Yay 🤩&lt;/p&gt;</description>
    </item>
    <item>
      <title>Organizing Visual Studio Projects in Solution Folders</title>
      <link>https://www.cathrinewilhelmsen.net/organizing-visual-studio-projects-solution-folders/</link>
      <pubDate>Mon, 30 Jul 2018 12:21:55 +0200</pubDate>
      <guid>https://www.cathrinewilhelmsen.net/organizing-visual-studio-projects-solution-folders/</guid>
      <description>&lt;p&gt;&#xA;&#xA;&#xA;&#xA;&lt;img src=&#34;https://www.cathrinewilhelmsen.net/images/2018/VisualStudio.svg&#34; alt=&#34;Visual Studio logo.&#34; width=&#34;80&#34; height=&#34;80&#34; class=&#34;alignleft width-80&#34; loading=&#34;lazy&#34; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;Do you have large Visual Studio solutions with many projects? Are you looking for an easy way to hide some projects while working on others? Maybe you are a fellow speaker looking for a way to group and organize your demo files? &lt;strong&gt;Solution Folders&lt;/strong&gt; may be what you are looking for!&#xA;&lt;span id=&#34;continue-reading&#34;&gt;&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Online Tools for Data Professionals (T-SQL Tuesday #101)</title>
      <link>https://www.cathrinewilhelmsen.net/online-tools-for-data-professionals/</link>
      <pubDate>Tue, 10 Apr 2018 21:43:29 +0200</pubDate>
      <guid>https://www.cathrinewilhelmsen.net/online-tools-for-data-professionals/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://t-sql.dk/?p=1947&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;img src=&#34;https://www.cathrinewilhelmsen.net/images/sql/TSQLTuesdayCircle.svg&#34; alt=&#34;T-SQL Tuesday logo.&#34; width=&#34;80&#34; height=&#34;80&#34; class=&#34;alignleft width-80&#34; loading=&#34;lazy&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;T-SQL Tuesday #101 is hosted by Jens Vestergaard (&lt;a href=&#34;https://twitter.com/vestergaardj&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;@vestergaardj&lt;/a&gt;), and the topic is &lt;a href=&#34;http://t-sql.dk/?p=1947&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;My Essential SQL Server Tools&lt;/a&gt;. There are several tools that I use every single day, such as &lt;a href=&#34;https://www.cathrinewilhelmsen.net/tags/notepad&#34;&gt;Notepad++&lt;/a&gt;, &lt;a href=&#34;https://www.cathrinewilhelmsen.net/tags/redgate&#34;&gt;Redgate SQL Prompt&lt;/a&gt;, and &lt;a href=&#34;https://www.cathrinewilhelmsen.net/tags/biml&#34;&gt;BimlExpress&lt;/a&gt;. Since I have already covered my favorite tools in other blog posts, I want to take a slightly different approach this time and share some of my favorite &lt;em&gt;online tools&lt;/em&gt;.&#xA;&lt;span id=&#34;continue-reading&#34;&gt;&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Notepad&#43;&#43; Word Count</title>
      <link>https://www.cathrinewilhelmsen.net/notepad-word-count/</link>
      <pubDate>Tue, 22 Mar 2016 18:12:01 +0100</pubDate>
      <guid>https://www.cathrinewilhelmsen.net/notepad-word-count/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.cathrinewilhelmsen.net/series/notepad-tips-tricks/&#34;&gt;&lt;img src=&#34;https://www.cathrinewilhelmsen.net/images/notepad/NotepadPlusPlusCircle.svg&#34; alt=&#34;Notepad&amp;#43;&amp;#43; logo.&#34; width=&#34;80&#34; height=&#34;80&#34; class=&#34;alignleft width-80&#34; loading=&#34;lazy&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;In &lt;a href=&#34;https://notepad-plus-plus.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Notepad++&lt;/a&gt;, you can quickly find information about your text. For example, what is the document length and total word count? You can do this by using a built-in feature or by using the TextFX plugin. They count words differently, though, so be aware! Make sure you use the one that is right for you 🙂&lt;/p&gt;&#xA;&lt;h2 id=&#34;word-count-in-notepad&#34;&gt;Word Count in Notepad++&lt;/h2&gt;&#xA;&lt;p&gt;If you have no plugins installed, you can use the built-in &lt;strong&gt;Summary&lt;/strong&gt; feature. If you are using the TextFX plugin you can use the &lt;strong&gt;Word Count&lt;/strong&gt; feature:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Click &lt;em&gt;View&lt;/em&gt; → &lt;em&gt;Summary&lt;/em&gt;&lt;/li&gt;&#xA;&lt;li&gt;Double-click on &lt;em&gt;Length / Lines&lt;/em&gt; on the Status Bar (&lt;em&gt;shortcut to Summary&lt;/em&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Use &lt;em&gt;TextFX&lt;/em&gt; → &lt;em&gt;TextFX Tools&lt;/em&gt; → &lt;em&gt;Word Count&lt;/em&gt;&#xA;&lt;span id=&#34;continue-reading&#34;&gt;&lt;/span&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Redgate SQL Prompt 7.1 Results Grid Features</title>
      <link>https://www.cathrinewilhelmsen.net/redgate-sql-prompt-results-grid-features/</link>
      <pubDate>Wed, 02 Mar 2016 18:43:30 +0100</pubDate>
      <guid>https://www.cathrinewilhelmsen.net/redgate-sql-prompt-results-grid-features/</guid>
      <description>&lt;p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;img src=&#34;https://www.cathrinewilhelmsen.net/images/redgate/RedgateSQLPrompt.png&#34; alt=&#34;Redgate SQL Prompt Logo.&#34; width=&#34;80&#34; height=&#34;80&#34; class=&#34;alignleft&#34; style=&#34;background-color: #f9f6f6;&#34; loading=&#34;lazy&#34; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;Redgate recently released &lt;a href=&#34;https://documentation.red-gate.com/sp7/release-notes-and-other-versions/sql-prompt-7-1-release-notes&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;SQL Prompt 7.1&lt;/a&gt;. I try to be an efficient developer (&lt;em&gt;read: I&amp;rsquo;m a lazy and often impatient developer&lt;/em&gt;), so I&amp;rsquo;m a huge fan of any feature that can save me some clicks here and some time there. In this version, SQL Prompt comes with new Results Grid Features. And let me tell you&amp;hellip; I rarely hear so many business users and business analysts ask me: &lt;em&gt;How did you do that!?&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Notepad&#43;&#43; Multi-Editing Text</title>
      <link>https://www.cathrinewilhelmsen.net/notepad-multi-editing/</link>
      <pubDate>Thu, 03 Dec 2015 19:56:56 +0100</pubDate>
      <guid>https://www.cathrinewilhelmsen.net/notepad-multi-editing/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.cathrinewilhelmsen.net/series/notepad-tips-tricks/&#34;&gt;&lt;img src=&#34;https://www.cathrinewilhelmsen.net/images/notepad/NotepadPlusPlusCircle.svg&#34; alt=&#34;Notepad&amp;#43;&amp;#43; logo.&#34; width=&#34;80&#34; height=&#34;80&#34; class=&#34;alignleft width-80&#34; loading=&#34;lazy&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;You can use &lt;a href=&#34;https://notepad-plus-plus.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Notepad++&lt;/a&gt; to quickly insert, edit, or delete text in multiple locations in one file - at the same time! All you have to do is enable &lt;strong&gt;Multi-Editing&lt;/strong&gt;, and then hold &lt;em&gt;CTRL&lt;/em&gt; while you click or select text. This is a fast and easy way to edit parts of your document in just a few seconds.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cathrinewilhelmsen.net/images/notepad/CathrineWilhelmsenNotepadPlusPlusMultiEditing.gif&#34;&gt;&lt;img src=&#34;https://www.cathrinewilhelmsen.net/images/notepad/CathrineWilhelmsenNotepadPlusPlusMultiEditing.gif&#34; srcset=&#34;https://www.cathrinewilhelmsen.net/images/notepad/CathrineWilhelmsenNotepadPlusPlusMultiEditing_Thumbnail.gif 400w, https://www.cathrinewilhelmsen.net/images/notepad/CathrineWilhelmsenNotepadPlusPlusMultiEditing.gif 800w&#34; sizes=&#34;(max-width: 400px) 100vw, 800px&#34; alt=&#34;Animation showing Multi-Editing in Notepad&amp;#43;&amp;#43;.&#34; width=&#34;800&#34; height=&#34;530&#34; class=&#34;border&#34; style=&#34;background-color: #f5f4f6;&#34; loading=&#34;lazy&#34; /&gt;&lt;/a&gt;&#xA;&lt;span id=&#34;continue-reading&#34;&gt;&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redgate SQL Prompt 6.5 Tab History</title>
      <link>https://www.cathrinewilhelmsen.net/redgate-sql-prompt-6-5-tab-history/</link>
      <pubDate>Thu, 11 Jun 2015 19:00:17 +0200</pubDate>
      <guid>https://www.cathrinewilhelmsen.net/redgate-sql-prompt-6-5-tab-history/</guid>
      <description>&lt;p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;img src=&#34;https://www.cathrinewilhelmsen.net/images/redgate/RedgateSQLPrompt.png&#34; alt=&#34;Redgate SQL Prompt Logo.&#34; width=&#34;80&#34; height=&#34;80&#34; class=&#34;alignleft&#34; style=&#34;background-color: #f9f6f6;&#34; loading=&#34;lazy&#34; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;Hello, my name is Cathrine, and I am a tab hoarder 🤓 I always have lots of tabs open in SQL Server Management Studio (SSMS) connected to different environments. I have written about how &lt;a href=&#34;https://www.cathrinewilhelmsen.net/redgate-sql-prompt-6-5-tab-coloring&#34;&gt;Redgate SQL Prompt Tab Coloring&lt;/a&gt; makes it easy to find the right tab(s) based on the tab color, but that is not the only tab feature that saves me a lot of time.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://documentation.red-gate.com/sp6/navigating-your-code/tab-history&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Redgate SQL Prompt Tab History.&lt;/a&gt; is amazing! It allows you to view and reopen closed tabs, even those unnamed and unsaved tabs with ad-hoc queries that you thought you would never need again. It also allows you to quickly navigate and search through closed &lt;em&gt;and&lt;/em&gt; open tabs.&#xA;&lt;span id=&#34;continue-reading&#34;&gt;&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redgate SQL Prompt 6.5 Tab Coloring</title>
      <link>https://www.cathrinewilhelmsen.net/redgate-sql-prompt-6-5-tab-coloring/</link>
      <pubDate>Mon, 06 Apr 2015 13:15:32 +0200</pubDate>
      <guid>https://www.cathrinewilhelmsen.net/redgate-sql-prompt-6-5-tab-coloring/</guid>
      <description>&lt;p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;img src=&#34;https://www.cathrinewilhelmsen.net/images/redgate/RedgateSQLPrompt.png&#34; alt=&#34;Redgate SQL Prompt Logo.&#34; width=&#34;80&#34; height=&#34;80&#34; class=&#34;alignleft&#34; style=&#34;background-color: #f9f6f6;&#34; loading=&#34;lazy&#34; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;Redgate recently released &lt;a href=&#34;https://documentation.red-gate.com/sp6/release-notes-and-other-versions/sql-prompt-6-5-release-notes&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;SQL Prompt 6.5&lt;/a&gt;. There are some nice features in this version, but my favorite is by far Tab Coloring! It is no longer an experimental feature, it has become a proper feature. I did a quick demo of Redgate SQL Prompt including Tab Coloring in my &lt;a href=&#34;https://sqlbits.com/Sessions/Event14/Tools_and_Tips_From_accidental_to_efficient_DWH_developer&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;SQLBits session&lt;/a&gt; to show how you can save time and work more efficiently.&#xA;&lt;span id=&#34;continue-reading&#34;&gt;&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Notepad&#43;&#43; Column Editing</title>
      <link>https://www.cathrinewilhelmsen.net/notepad-column-editing/</link>
      <pubDate>Wed, 15 Oct 2014 12:00:03 +0200</pubDate>
      <guid>https://www.cathrinewilhelmsen.net/notepad-column-editing/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.cathrinewilhelmsen.net/series/notepad-tips-tricks/&#34;&gt;&lt;img src=&#34;https://www.cathrinewilhelmsen.net/images/notepad/NotepadPlusPlusCircle.svg&#34; alt=&#34;Notepad&amp;#43;&amp;#43; logo.&#34; width=&#34;80&#34; height=&#34;80&#34; class=&#34;alignleft width-80&#34; loading=&#34;lazy&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Spoiler alert! Column editing is super simple in &lt;a href=&#34;https://notepad-plus-plus.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Notepad++&lt;/a&gt; 🤓 All you have to do is press the &lt;strong&gt;Alt&lt;/strong&gt; key while selecting text. You can use either &lt;strong&gt;Alt+Mouse Dragging&lt;/strong&gt; or &lt;strong&gt;Alt+Shift+Arrows&lt;/strong&gt;. This works perfectly on text that is already aligned. But what if your text is not formatted as columns already? You can quickly fix that by using the TextFX plugin.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cathrinewilhelmsen.net/images/notepad/CathrineWilhelmsenNotepadPlusPlusColumnEditing.gif&#34;&gt;&lt;img src=&#34;https://www.cathrinewilhelmsen.net/images/notepad/CathrineWilhelmsenNotepadPlusPlusColumnEditing.gif&#34; srcset=&#34;https://www.cathrinewilhelmsen.net/images/notepad/CathrineWilhelmsenNotepadPlusPlusColumnEditing_Thumbnail.gif 400w, https://www.cathrinewilhelmsen.net/images/notepad/CathrineWilhelmsenNotepadPlusPlusColumnEditing.gif 800w&#34; sizes=&#34;(max-width: 400px) 100vw, 800px&#34; alt=&#34;Animation showing column editing in Notepad&amp;#43;&amp;#43;.&#34; width=&#34;800&#34; height=&#34;529&#34; class=&#34;border&#34; style=&#34;background-color: #f5f4f6;&#34; loading=&#34;lazy&#34; /&gt;&lt;/a&gt;&#xA;&lt;span id=&#34;continue-reading&#34;&gt;&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Notepad&#43;&#43; Macros Example</title>
      <link>https://www.cathrinewilhelmsen.net/notepad-macros-example/</link>
      <pubDate>Sun, 27 Oct 2013 12:33:24 +0100</pubDate>
      <guid>https://www.cathrinewilhelmsen.net/notepad-macros-example/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.cathrinewilhelmsen.net/series/notepad-tips-tricks/&#34;&gt;&lt;img src=&#34;https://www.cathrinewilhelmsen.net/images/notepad/NotepadPlusPlusCircle.svg&#34; alt=&#34;Notepad&amp;#43;&amp;#43; logo.&#34; width=&#34;80&#34; height=&#34;80&#34; class=&#34;alignleft width-80&#34; loading=&#34;lazy&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Do you ever find yourself doing the same things over and over and over again when working on your text files? You can save a lot of time by recording and running &lt;a href=&#34;https://notepad-plus-plus.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Notepad++&lt;/a&gt; macros to automate these repetitive steps. Just record your steps once, then run them as many times as you need!&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cathrinewilhelmsen.net/images/notepad/CathrineWilhelmsenNotepadPlusPlusMacros.gif&#34;&gt;&lt;img src=&#34;https://www.cathrinewilhelmsen.net/images/notepad/CathrineWilhelmsenNotepadPlusPlusMacros.gif&#34; srcset=&#34;https://www.cathrinewilhelmsen.net/images/notepad/CathrineWilhelmsenNotepadPlusPlusMacros_Thumbnail.gif 400w, https://www.cathrinewilhelmsen.net/images/notepad/CathrineWilhelmsenNotepadPlusPlusMacros.gif 800w&#34; sizes=&#34;(max-width: 400px) 100vw, 800px&#34; alt=&#34;Animation showing how to record and run Notepad&amp;#43;&amp;#43; macros.&#34; width=&#34;800&#34; height=&#34;463&#34; class=&#34;border&#34; style=&#34;background-color: #f6f4f6;&#34; loading=&#34;lazy&#34; /&gt;&lt;/a&gt;&#xA;&lt;span id=&#34;continue-reading&#34;&gt;&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Notepad&#43;&#43; Remove Duplicates, Remove Blank Lines, and Sort Data in One Operation</title>
      <link>https://www.cathrinewilhelmsen.net/notepad-remove-duplicates-remove-blank-lines-sort-data/</link>
      <pubDate>Wed, 16 May 2012 19:40:49 +0200</pubDate>
      <guid>https://www.cathrinewilhelmsen.net/notepad-remove-duplicates-remove-blank-lines-sort-data/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.cathrinewilhelmsen.net/series/notepad-tips-tricks/&#34;&gt;&lt;img src=&#34;https://www.cathrinewilhelmsen.net/images/notepad/NotepadPlusPlusCircle.svg&#34; alt=&#34;Notepad&amp;#43;&amp;#43; logo.&#34; width=&#34;80&#34; height=&#34;80&#34; class=&#34;alignleft width-80&#34; loading=&#34;lazy&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;You can use the 32-bit version of &lt;a href=&#34;https://notepad-plus-plus.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Notepad++&lt;/a&gt; with the TextFX plugin to quickly remove duplicates, remove blank lines, and sort data - in &lt;em&gt;one&lt;/em&gt; operation! This is a fast and easy way to get the results you want in just a few seconds. And as with any kind of automation: the more data you work with, the more time you save 🤓&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.cathrinewilhelmsen.net/images/notepad/CathrineWilhelmsenNotepadPlusPlusRemoveDuplicates.gif&#34;&gt;&lt;img src=&#34;https://www.cathrinewilhelmsen.net/images/notepad/CathrineWilhelmsenNotepadPlusPlusRemoveDuplicates.gif&#34; srcset=&#34;https://www.cathrinewilhelmsen.net/images/notepad/CathrineWilhelmsenNotepadPlusPlusRemoveDuplicates_Thumbnail.gif 400w, https://www.cathrinewilhelmsen.net/images/notepad/CathrineWilhelmsenNotepadPlusPlusRemoveDuplicates.gif 800w&#34; sizes=&#34;(max-width: 400px) 100vw, 800px&#34; alt=&#34;Animation showing how to remove duplicates, remove blank lines, and sorting data in Notepad&amp;#43;&amp;#43;.&#34; width=&#34;800&#34; height=&#34;463&#34; class=&#34;border&#34; style=&#34;background-color: #f8f6f9;&#34; loading=&#34;lazy&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The quick version:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Install the &lt;strong&gt;32-bit&lt;/strong&gt; version of &lt;strong&gt;Notepad++&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;Install the &lt;strong&gt;TextFX&lt;/strong&gt; plugin (&lt;em&gt;this is not available in the 64-bit version of Notepad++&lt;/em&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Enable &lt;strong&gt;Sort outputs only UNIQUE&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;Click &lt;strong&gt;Sort lines case [in]sensitive&lt;/strong&gt;&#xA;&lt;span id=&#34;continue-reading&#34;&gt;&lt;/span&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
