mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
enhance: enable basic markdown export
Dont include built-in entities which are a lot in db graph, except for user facing ones like Contents
This commit is contained in:
committed by
Tienson Qin
parent
7f9517c7d8
commit
5685fe5540
@@ -117,7 +117,7 @@
|
||||
[:div
|
||||
[:a.font-medium {:on-click #(export/download-repo-as-html! current-repo)}
|
||||
(t :export-public-pages)]])
|
||||
(when-not (or (mobile-util/native-platform?) db-based?)
|
||||
(when-not (mobile-util/native-platform?)
|
||||
[:div
|
||||
[:a.font-medium {:on-click #(export-text/export-repo-as-markdown! current-repo)}
|
||||
(t :export-markdown)]])
|
||||
|
||||
Reference in New Issue
Block a user