You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-27 23:28:38 +02:00
Desktop, Cli: Allow exporting a note as HTML
This commit is contained in:
@ -254,6 +254,16 @@ module.exports = function(style, options) {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.exported-note-title {
|
||||
font-size: 2.2em;
|
||||
font-weight: bold;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.exported-note {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
body {
|
||||
height: auto !important;
|
||||
|
Reference in New Issue
Block a user