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?
- Make sure you have a text editor installed.
- We recommend Notepad++
- Install a plugin/extension for Markdown.
Using Notepad++ for Markdown
To use Notepad for Markdown you need to install a plugin. 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.
Learning task 2
The text in the description of the tasks in the Paratext Project Plan can now be formatted using Markdown.
Your task is to add Markdown codes to each task in YOUR project to make it easier to read and understand.
How to edit descriptions
- Open your project in Paratext.
- From the Project menu, choose Project settings, then Project Plan
- In the list of tasks on the left, click on a task.
- In the Description pane on the right, edit the text using markdown codes.
- Click the Preview link at the bottom right of the description pane.
Learning task 3
The attached file contains several errors. How would you resolve the errors in this markdown text?
##In defense of genAI
AI won't replace humans, but humans who use AI will replace humans that don't.
*Fei Fei Li, Stanford Professor, AI researcher
```
stop
## In defense of genAI
AI won't replace humans, but humans who use AI will replace humans that don't.
*Fei Fei Li, Stanford Professor, AI researcher
==Errors: still to be added to a file by instructors==
1. space before ** > not bolded,
2. no space added after ## > so not a heading,
3. wrong level heading (too many #)
4. mixture of * and - for bullets > uneven spacing in bullet list
5.
---