[GH-ISSUE #281] Attachment doesn't work if its file name is including a space character. #100

Closed
opened 2026-03-03 00:18:23 +03:00 by kerem · 0 comments
Owner

Originally created by @Rokt33r on GitHub (Jan 10, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/281

Attaching a file, whose name is including a space character, doesn't work well.
The attachment is uploaded to storage but it isn't rendered because Markdown's Image syntax doesn't allow to use any space characters.(But trailing spaces are trimmed)

To deal with this problem, we should rename file or use <img> tag.

Originally created by @Rokt33r on GitHub (Jan 10, 2020). Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/281 Attaching a file, whose name is including a space character, doesn't work well. The attachment is uploaded to storage but it isn't rendered because Markdown's Image syntax doesn't allow to use any space characters.(But trailing spaces are trimmed) To deal with this problem, we should rename file or use `<img>` tag.
kerem 2026-03-03 00:18:23 +03:00
  • closed this issue
  • added the
    bug 🐛
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#100
No description provided.