mirror of
https://github.com/zadam/trilium.git
synced 2024-12-25 00:34:08 +08:00
Page:
Markdown
Pages
Advanced showcases
Anonymized database
Apache proxy setup
Archived notes
Attachments
Attribute inheritance
Attributes
Backup
Book note
Bookmarks
Canvas note
Cloning notes
Code notes
Custom request handler
Custom widget
Data directory
Day notes
Default note title
Desktop installation
Docker server installation
Document
ETAPI
Error logs
Events
Evernote import
FAQ
Frontend Basics
Home
Images
Keyboard shortcuts
Kubernetes server installation
Link map
Links
Manual server installation
Markdown
Mobile frontend
Nginx proxy setup
NixOS server installation
Note hoisting
Note map
Note navigation
Note revisions
Note
Onenote
Packaged server installation
Patterns of personal knowledge base
Privacy policy
Promoted attributes
Protected notes
Read only note
Relation map
Release notes v0.48
Saved search
Screenshot tour
Script API
Scripts
Search
Server installation
Sharing
Sorting
Synchronization
TLS configuration
Task manager
Template
Text notes
Theme Gallery
Themes
Tree concepts
Tree manipulation
Troubleshooting
Upgrading Trilium
Web clipper
Weight tracker
Widget Basics
Workspace
No results
6
Markdown
Antonio Tejada edited this page 2022-04-25 11:23:41 -04:00
Table of Contents
Trilium Notes supports importing Markdown restricted to the CommonMark specification (where tables are not supported )
Import
Clipboard import
If you want to import just a chunk of markdown from clipboard, you can do it from editor block menu:
File import
You can also import Markdown files from files:
- single markdown file (with .md extension)
- whole tree of markdown files (packaged into .zip archive)
- Markdown files need to be packaged into ZIP archive because browser can't read directories, only single files.
- You can use e.g. 7-zip to package directory of markdown files into the ZIP file
Export
Subtree export
You can export whole subtree to ZIP archive which will have directory structured modelled after subtree structure:
Single note export
If you want to export just single note without its subtree, you can do it from Note actions menu:
Exporting protected notes
If you want to export protected notes, enter a protected session first! This will export the notes in an unencrypted form, so if you reimport into Trilium, make sure to re-protect these notes.
- Screenshot tour
- Basic concepts
- Installation & setup
- Advanced usage
- Developer guides
- FAQ
- Troubleshooting
Back to Overview