Skip to content

Conversation

@ssebs
Copy link

@ssebs ssebs commented Nov 20, 2025

Hoping to improve the widget if people want to use a Markdown file for their todo lists.

See #2612, #2490

Comparing Markdown files (top is old, bottom is new)

markor-widget-screenshot

Comparing todo.txt files (top is old, bottom is new)

markor-widget-screenshot-2

Vid

markor-vid.mp4

Hoping to improve the widget if people want to use a Markdown file for
their todo lists.

See gsantner#2612, gsantner#2490
Hoping to improve the widget if people want to use a Markdown file for
their todo lists.

See gsantner#2612, gsantner#2490
@ssebs ssebs marked this pull request as ready for review November 26, 2025 07:37
@ssebs
Copy link
Author

ssebs commented Dec 24, 2025

Hey @gsantner, just wanted to check in on this PR. 😁

String itemText = _tasks.get(position).getDescription();

String filename = _document.path.toLowerCase(Locale.ROOT);
boolean isMarkdown = filename.endsWith(".md") || filename.endsWith(".markdown");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use CONVERTER_MARKDOWN.isFileOutOfThisFormat() to check if it's a markdown file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants