Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Renames preview panel to tab

AuthorDaveJarvis <email>
Date2025-08-30 16:14:55 GMT-0700
Commit7037a63c9322270fdeab38682841fcc76314a549
Parent094dab7
Delta23 lines added, 23 lines removed
docs/01-introduction.md
-# KeenWrite
+# {{app.title}}
-KeenWrite is a powerful, free desktop Markdown editor that transforms your
-writing into beautifully typeset PDFs. Whether you're crafting technical
-documentation, academic papers, or creative content, it combines the simplicity
-of Markdown with high-quality publishing capabilities.
+{{app.title}} is a free desktop editor to help transform Markdown documents
+into beautifully typeset PDFs. Whether you're crafting technical documentation,
+academic papers, or creative content, {{app.title}} layers high-quality
+publishing capabilities onto the simplicity and readability of Markdown.
## Writing tools
docs/07-r.md
1. Save the file as `sum.R`.
-The preview panel shows the result of calling the `sum` function:
+The preview tab shows the result of calling the `sum` function:
```
1. Re-open `sum.Rmd`.
-The preview panel shows:
+The preview tab shows:
```
```
-The preview panel shows:
+The preview tab shows:
```
-r#x( 'Project Title' )
+Project Title
```
1. Close and re-open `sum.Rmd`.
-The preview panel shows:
+The preview tab shows:
```
docs/11-references.md
-# Captions and Cross-References
+# Captions and cross-references
This chapter provides a comprehensive overview of how to define and use captions and cross-references in Markdown documents. It explains the syntax for captioning tables, figures, and equations, and details how to create unique anchors and references for cross-linking within the document.
docs/12-gui.md
-# Graphical User Interface
+# Graphical user interface
This chapter covers customizing the graphical user interface (GUI).
## Internationalization
Internationalization (I18N) support is essential for editing and previewing text in multiple languages. The application has components dedicated to this, primarily involving font and language configurations.
Both fonts and language must be set for non-Latin-based text. [@tbl:editor-font-families] lists possible font settings for the editor and preview tabs.
-| Tab | Font Family | Language |
-| ------- | ------------------- | ------------------ |
-| Editor | Noto Sans CJK KR | Korean |
-| Editor | Noto Sans CJK JP | Japanese |
-| Editor | Noto Sans CJK HN | Chinese |
-| Editor | Noto Sans CJK SC | Simplified Chinese |
-| Preview | Noto Serif CJK KR | Korean |
-| Preview | Noto Serif CJK JP | Japanese |
-| Preview | Noto Serif CJK HN | Chinese |
-| Preview | Noto Serif CJK SC | Simplified Chinese |
+| Tab | Font Family | Language |
+| ------- | ----------------- | ------------------ |
+| Editor | Noto Sans CJK KR | Korean |
+| Editor | Noto Sans CJK JP | Japanese |
+| Editor | Noto Sans CJK HN | Chinese |
+| Editor | Noto Sans CJK SC | Simplified Chinese |
+| Preview | Noto Serif CJK KR | Korean |
+| Preview | Noto Serif CJK JP | Japanese |
+| Preview | Noto Serif CJK HN | Chinese |
+| Preview | Noto Serif CJK SC | Simplified Chinese |
:: Editor and preview tab font families {#tbl:editor-font-families}
## Preview
-The preview panel uses two categories of fonts: regular and monospace.
+The preview tab uses two categories of fonts: regular and monospace.
### Regular font
docs/user-manual.pdf
Binary files differ