feat: add welcome tab, presentation/publishing exports, and spell checking

- Developer format support (JSON, YAML, XML, TOML) import/export
- Presentation export (Reveal.js slides, Beamer PDF)
- Publishing format exports (Confluence wiki, MOBI e-book)
- Enable system spell checking with context menu suggestions
- Add welcome tab with onboarding and feature showcase
This commit is contained in:
2026-03-04 16:24:05 +05:30
parent b5409b7754
commit 336b24365d
4 changed files with 150 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@
<link rel="stylesheet" href="styles-modern.css">
<link rel="stylesheet" href="styles-concreteinfo.css">
<link rel="stylesheet" href="styles-sidebar.css">
<link rel="stylesheet" href="styles-welcome.css">
<!-- Load external resources asynchronously -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css" media="print" onload="this.media='all'">
<script defer src="https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.min.js"></script>