Skip to content

Commit 0eb01f4

Browse files
committed
EN,CZ : Export function and formats : RTF described
1 parent fe00fa4 commit 0eb01f4

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

cs/export.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ Tlačítko 📥 Export (napravo na horním panelu nad textem kapitoly) Vám po k
1414
ePub e-book formát kompatibilní s verzí ePub2 a ePub3
1515
(otestováno primárně na SW čtečkách - [EPUBReader][EPUBReader] (Chrome), dále na Android - [ReadEra][readera], [eBoox][eboox])
1616
Pokud není k dispozici seznam témat, exportní modul se jej pokusí vytvořit z **h1** nadpisů v kapitolách.
17+
- **RTF**
18+
- Zdrojový kód je kompatibilní s **Word 97 (RTF 1.5)** a vyšší.
19+
- Formát textu je pouze v základním rozsahu (i když váš HTML může mít složitější formát - zejména podbarvení a barvy textu nejsou při exportu řešeny).
20+
- Nadpisy jsou správně definovány, ale bez speciálního formátu (ve Wordu můžete styl šablony snadno změnit).
21+
- Výstup z **Prism** se tiskne písmem typu "psací stroj" (bez barev a formátu).
22+
- Výstup z **Marked** se neexportuje.
23+
- Používá výchozí **kódovou stránku ANSI** (při exportu jazyků východní Evropy a dalších mohou být znaky s diakritikou poškozené).
24+
- Obrázky nejsou exportovány.
25+
- Tabulky jsou exportovány jen jako text s tabulátory.
26+
- Unicode znaky jsou poškozené, ale vložené (jako více prostých ASCII znaků).
1727
- **STATIC**
1828
Sada HTML stránek, které jsou:
1929
- statické,

en/export.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ The 📥 Export button (on the right side of the top panel above the chapter tex
1414
ePub e-book format compatible with ePub2 and ePub3
1515
(tested primarily on SW readers - [EPUBReader][EPUBReader] (Chrome), also on Android - [ReadEra][readera], [eBoox][eboox])
1616
If no list of topics is available, the export module will attempt to create one from the **h1** headings in the chapters.
17+
- **RTF**
18+
- Source code is compatible with **Word 97 (RTF 1.5)** and higher
19+
- Text formatting functions are used only to a basic extent (despite your HTML can be more rich in format)
20+
- Headings are correctly defined but without any special format (you can easily change style template in Word afterwards)
21+
- Output from **Prism** is printed in "typewriter" font (no colors and format)
22+
- Output from **Marked** is skipped
23+
- Uses default **ANSI codepage** (East Europe and other languages exports may have malformed letters with diacritics)
24+
- Images are not imported
25+
- Tables are imported via texts with tab spaces
26+
- Unicode characters are malformed, but inserted
1727
- **STATIC**
1828
A set of HTML pages that are:
1929
- static,

0 commit comments

Comments
 (0)