a.k.a. a gentle introduction to personal knowledge management using Zettlr
2024-04-11
Markdown
and basic exporting using a simple toolZettlr
can help with the PKM processHave a look at what you can get with a bit of practical knowledge of plain text workflows (quarto
) and GitHub
: https://smart-edtech.github.io/smarties/
PKM is the field that precisely studies that issue: how, as individuals, can we thrive in the informational age? How can we make the most out of information technologies without feeling overwhelmed?
Notion
, Roam
, Tana
, Obsidian
, Logseq
, AnyType
, Affine
, TiddlyWiki
, Zettlr
…
Zettlr
Zettlr
is:
Discord
, Reddit
)Zettlr
LaTeX
at some point. Simply use MikTeX
(this is not the point today).Markdown
syntax# Section heading
## Subsection heading
…
This is _emphasized_
and this is **strong**
This is a - List item
This is a 1. Numberred item
This is a [link](https://zettlr.com)
This is an 
YAML
: metadata and options
LaTeX
)We will use the GUSC model. It can be seen as a concretization of the SECI model.
→ A simple yet powerful model. We need to associate concrete actions to each phase.
→ We will see how Zettlr
can help us implement strategies for the first 3 steps of the GUSC model (Get, Understand, Share).
Zettlr
Zotero
and Zettlr
Zotero
. You will manage all your references from here.BetterBibTeX
plugin for Zotero
Zotero
libraryZettlr
@
and select one of your refs.Example [@resnickLifelongKindergartenCultivating2017] and others emphasize the need to develop creativity in computing education.
[@morPracticalDesignPatterns2014] have developed design patterns for implementing technology-enhanced pedagogy.
Zettlr
A methodology to make sense of your notes.
Some insights:
Pandoc
We will use the Assets dialog: File > Preferences > Manage assets
Challenge 1: use custom CSS
to style HTML
output
custom.css
.HTML
profile. On line 46, add custom.css
between the brackets.css: custom.css
to the YAML on each file you want to export with custom.css
.Challenge 2: enable export to PowerPoint
presentations
Zettlr
offers no possibility to export to .pptx
(PowerPoint
). However, pandoc
can do it.reader: markdown
and writer: pptx
Challenge 3: modify how things look in docx
, pptx
, odt
reference_doc: template.pptx
to the corresponding profile.custom.docx
, custom.odt
and custom.pptx
docx/odt
, modify the styles.