[GH-ISSUE #33] [BUG]: Title: capitalizes each word in the title instead of preserving original casing #33

Open
opened 2026-03-07 22:03:39 +03:00 by kerem · 1 comment
Owner

Originally created by @suprunchuk on GitHub (Mar 4, 2026).
Original GitHub issue: https://github.com/hiaaryan/sileo/issues/33

Originally assigned to: @hiaaryan on GitHub.

Environment: "sileo": "^0.1.5",

Steps to Reproduce:

  1. sileo.info({ title: "Test data test" });

Expected Result:
Title is displayed as: Test data test

Actual Result:
Title is displayed as: Test Data Test

Code Snippet:

sileo.info({ title: "Test data test" });

Image
Image

Originally created by @suprunchuk on GitHub (Mar 4, 2026). Original GitHub issue: https://github.com/hiaaryan/sileo/issues/33 Originally assigned to: @hiaaryan on GitHub. **Environment:** `"sileo": "^0.1.5",` **Steps to Reproduce:** 1. `sileo.info({ title: "Test data test" });` **Expected Result:** Title is displayed as: `Test data test` **Actual Result:** Title is displayed as: `Test Data Test` **Code Snippet:** ```js sileo.info({ title: "Test data test" }); ``` *** ![Image](https://github.com/user-attachments/assets/ae3e544c-2c15-4647-9655-ddaef37bcf7b) ![Image](https://github.com/user-attachments/assets/cd7c6ed1-4d8b-4b66-808e-7f80ea97d343)
Author
Owner

@rbsn-cpu commented on GitHub (Mar 12, 2026):

Yep, quite problematic. Looks like Sileo is not updated.. :(

<!-- gh-comment-id:4048557179 --> @rbsn-cpu commented on GitHub (Mar 12, 2026): Yep, quite problematic. Looks like Sileo is not updated.. :(
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/sileo#33
No description provided.