mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
ide: Markdown export improvements
This commit is contained in:
parent
00684eeddb
commit
1d6d0b2bf7
5 changed files with 71 additions and 14 deletions
|
|
@ -259,8 +259,8 @@ void TopicEditor::FileBar(Bar& bar)
|
|||
bar.Add("Export group to PDF..", THISBACK(ExportGroupPdf));
|
||||
bar.Add("Export to HTML..", THISBACK(ExportHTML));
|
||||
bar.Add("Export group to HTML..", THISBACK(ExportGroupHTML));
|
||||
bar.Add("Export as GitHub Markdown", [=] {
|
||||
ExportMarkdown(editor.GetQTF());
|
||||
bar.Add("Export as GitHub Markdown..", [=] {
|
||||
ExportMarkdown(editor.GetQTF(), GetFileTitle(topicpath));
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue