Markdown
Markdown is a simple way to format text using special characters, allowing Diarly to store your entries as plain text. This guide will show you how to use Markdown effectively in Diarly, from basic formatting to creating links and managing Markdown visibility.
Why use Markdown in Diarly?
- Avoids vendor lock-in: With Markdown, your files are easy to import and export, ensuring you can access your entries with any application in the future from a backup.
- Efficient editing: Diarly supports automatic Markdown formatting using familiar shortcuts (
⌘B
for bold, etc.) or menus, and you can also manually input Markdown for hands-on keyboard formatting.
Basic Markdown Formatting
Markdown formatting can be applied to both lines and inline text.
Line Formatting
Apply line formatting at the start of a line. Key formats include:
- Headers: Use
#
for a primary header,##
for a secondary header, and so on up to####
for a fourth-level header. Example:# This is a main header ## This is a secondary header ### This is a tertiary header #### This is a fourth-level header
- Lists:
*
for unordered lists.1.
for ordered lists.>
for quotations.[]
for checklists,[x]
for completed items. Use