🎨 Add a Ref export mode Anchor hash for notebook Markdown exporting https://github.com/siyuan-note/siyuan/issues/10265

This commit is contained in:
Daniel 2024-01-28 10:35:09 +08:00
parent 0dd90ecef6
commit 9ffa5b7e82
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
8 changed files with 22 additions and 10 deletions

View file

@ -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>