Learning task 1
Install and configure a text editor with a viewer plugin
- What is your favorite text editor?
- Notepad++, Visual Studio Code, ...
- Does it have a plugin or extension for Markdown?
Using Notepad++ for Markdown
To use Notepad++ for Markdown you need to install a plugin to view the formatting. We recommend Markdown Panel.
Install the Markdown Panel in Notepad++
- From the Plugins menu, choose Plugin Admin
- In the search box, type markd
- Check (tick) the box beside Markdown Panel
- Click Install
A dialog is displayed. - Click Yes
- Wait for the operations to finish.
- Click Notepad++ icon on the taskbar.
- From the Plugins menu, choose Toggle Markdown panel
Configuring the Markdown Panel
Once you have installed the plugin, you need to configure it as the default Zoom size is far too small.
- From the Plugins menu, choose MarkdownPanel,
- Then Toggle Markdown Panel
- A message in the Panel warns that the current file is not markdown. Ignore this for now.
- From the Plugins menu, choose MarkdownPanel, then Settings
- Drag the Zoom level slider to 250%
- Check (tick) the checkbox “Automatically show panel for supported files”.
- Click Save
Then save the file as a markdown file
- Click the Save icon
- Choose a markdown format
- Change the folder
- Click Save
- If you still get the error message that it is not markdown, close then reopen the panel.