txtnode
Notes
Tasks
Blog
About
Contact
Markdown Processor
End-to-end Local Serialization Engine
Generate PDF
Source
Render
Parallel
Auto-sync Active
# Markdown to PDF Tool Welcome to the **txtnode** Markdown editor. This tool allows you to write formatted text and export it as a professional, text-selectable PDF document. ### Quick Start Guide - **Edit**: Use the 'Edit' tab for a full-screen writing experience. - **Preview**: Switch to the 'Preview' tab to see how your document looks. - **Split**: Use the 'Split' view for real-time feedback as you type. --- ### Supported Features 1. **Rich Typography**: Use standard Markdown for headers, lists, and bold text. 2. **Code Blocks**: Syntax-ready blocks for developers. ```javascript function greet() { console.log("Hello from txtnode!"); } ``` 3. **Task Lists**: - [x] Write Markdown - [x] Preview - [ ] Export PDF > [!NOTE] > All processing happens locally in your browser. Your data never leaves your machine. --- ### Technical Specifications - **Parser**: marked.js - **PDF Engine**: pdfmake - **Sanitization**: DOMPurify (Strict Mode)