...
|
...
|
@@ -166,7 +166,7 @@ Just start typing in the left panel.
|
166
|
166
|
-  to download the text as **Markdown**
|
167
|
167
|
-  to download the output as **HTML**
|
168
|
168
|
-  to download the output as **PDF**
|
169
|
|
-- Output filename prefix can be set in **output prefix**
|
|
169
|
+- Output filename prefix can be set in the textarea next to 
|
170
|
170
|
|
171
|
171
|
### Privacy
|
172
|
172
|
|
...
|
...
|
@@ -190,11 +190,12 @@ Just start typing in the left panel.
|
190
|
190
|
<div class="bottom-bar hidden-when-fullscreen clearfix">
|
191
|
191
|
<div class="word-count"></div>
|
192
|
192
|
</div>
|
|
193
|
+ <div id="export-menu" style="position: absolute;margin-top: -20px;">
|
193
|
194
|
<a href="#" id="downloadMD"><img src="img/md.png" width="24px" height="24px"></img></a>
|
194
|
195
|
<a href="#" id="downloadHTML"><img src="img/html5.png" width="24px" height="24px"></img></a>
|
195
|
196
|
<a href="#" id="downloadPDF" style="display: inline"><img src="img/pdf.png" width="24px" height="24px"></a>
|
196
|
|
- <div style="display: inline;position: absolute;margin-top: 1px;margin-right: 2px;margin-left: 2px;">output prefix</div>
|
197
|
|
- <textarea id="filename" rows="1" columns="32" style="resize: none;display: inline;position: absolute;margin-left: 82px;">myfile</textarea>
|
|
197
|
+ <textarea id="filename" rows="1" columns="32" style="resize: none;display: inline;position: relative;margin-left: 2px;">myfile</textarea>
|
|
198
|
+ </div>
|
198
|
199
|
<hr>
|
199
|
200
|
<textarea id="html" class="full-height"></textarea>
|
200
|
201
|
<div id="preview" class="full-height"></div>
|