mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #754] Export assets (Stylesheet, image attachments) along with a note #393
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#393
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Rokt33r on GitHub (Jan 3, 2021).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/754
Originally assigned to: @Komediruzecki on GitHub.
When exporting a note as an HTML file or a markdown file, assets used in the note should be exported too.
Current behavior
Expected behavior
Generate a directory for assets,
${filename}_assets, and export all attachments and stylesheets to the folder like below.exported-note.htmlexported-note_assets/codemirror.cssexported-note_assets/katex.min.cssexported-note_assets/remark-admonitions.cssexported-note_assets/attachments/XXXXXX.pngexported-note_assets/attachments/...Extra
markdown.codeBlockThemeonly.@Komediruzecki commented on GitHub (May 18, 2021):
Implemented and released!