ai-autocoder / vscode-todo

MIT License
1 stars 1 forks source link

Thank you so much #5

Open KikeVen opened 6 days ago

KikeVen commented 6 days ago

Hi autocoder,

Thanks for the update. I've switched to Cursor and it's been great. As a VS Code fork, it's familiar, and I love using its AI to generate Markdown to-do lists. I can then import these lists directly into your extension. Plus, I can export completed tasks with additional notes from VSCode-todo and finish my reports in Cursor.

Just one suggestion: could you add support for converting checkboxes within subcategories? Right now, the extension only converts primary entries.

Example:

# Personal website with chatbot

## Streaming

The current challenge is using HTMX with text streaming

* [ ] Review [this](https://v1.htmx.org/extensions/server-sent-events/)
* [ ] Test on html template directly to streaming route
* [ ] Pass parameters to the streaming route
* [ ] Make sure it works with chatbot
* [ ] Integrate into the current project

Note: the checkboxes above don't show as checkboxes when imported.

Thank you so much, I am already using it.

You rock

~e

ai-autocoder commented 5 days ago

Hi @KikeVen, thanks for spotting this. I'm going to release some updates to improve new line handling and different lists syntaxes, like * [ ], + [ ] and ordered lists like 1. [ ], the extension however doesn't support ordered lists at the moment, so they'll default to the standard - [ ] syntax when they export.

ai-autocoder commented 2 days ago

Hi @KikeVen ,

I’ve just released the 1.5.1 update, which now includes support for additional Markdown syntaxes. Let me know if you have any feedback or encounter any issues.