Skip to content

Commit 9422f5b

Browse files
committed
added QR code generation to docs
1 parent 6863360 commit 9422f5b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

documentation/FEATURES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- **LaTeX/Math rendering** - Beautiful mathematical equations with MathJax (see [MATHJAX.md](MATHJAX.md))
1414
- **Mermaid diagrams** - Create flowcharts, sequence diagrams, and more (see [MERMAID.md](MERMAID.md))
1515
- **HTML Export** - Export notes as standalone HTML files with embedded images
16-
- **Public Sharing** - Share notes via token-based URLs without requiring authentication (see [SHARING.md](SHARING.md))
16+
- **Public Sharing** - Share notes via token-based URLs with optional QR code for mobile (see [SHARING.md](SHARING.md))
1717

1818
### Media Support
1919
- **Drag & drop upload** - Drop files from your file system directly into the editor

documentation/SHARING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Share notes publicly without requiring viewers to log in.
77
1. Open a note you want to share
88
2. Click the **Share** button in the toolbar
99
3. Click **Create Share Link**
10-
4. Copy the generated URL and send it to anyone
10+
4. Copy the generated URL or click **Show QR Code** for easy mobile scanning
1111

1212
The recipient can view the note in their browser - no account needed.
1313

@@ -27,6 +27,7 @@ The old URL will immediately stop working.
2727
- **Code highlighting** - Syntax highlighting works in shared notes
2828
- **Copy button** - Code blocks have a copy-to-clipboard button
2929
- **MathJax & Mermaid** - Math equations and diagrams render correctly
30+
- **QR code** - Generate a QR code for easy mobile sharing
3031
- **No expiration** - Links work until you revoke them
3132

3233
## Visual Indicators

0 commit comments

Comments
 (0)