mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
🎨 Add a Ref export mode Anchor hash for notebook Markdown exporting https://github.com/siyuan-note/siyuan/issues/10265
This commit is contained in:
parent
0dd90ecef6
commit
9ffa5b7e82
8 changed files with 22 additions and 10 deletions
|
|
@ -42,7 +42,7 @@ export const exportImage = (id: string) => {
|
|||
<input id="keepFold" class="b3-switch fn__flex-center" type="checkbox" ${window.siyuan.storage[Constants.LOCAL_EXPORTIMG].keepFold ? "checked" : ""}>
|
||||
</label>
|
||||
<label class="fn__flex" style="margin-left: 24px">
|
||||
${window.siyuan.languages.export9}
|
||||
${window.siyuan.languages.export30}
|
||||
<span class="fn__space"></span>
|
||||
<input id="watermark" class="b3-switch fn__flex-center" type="checkbox" ${window.siyuan.storage[Constants.LOCAL_EXPORTIMG].watermark ? "checked" : ""}>
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue