xit-sublime icon indicating copy to clipboard operation
xit-sublime copied to clipboard

[x]it! support for working with todo and check list files in Sublime Text

Results 5 xit-sublime issues
Sort by recently updated
recently updated
newest added

I like that wrapped lines are automatically indented, but it seems to break when you check the item. ![image](https://user-images.githubusercontent.com/897931/161398240-711ca0e3-4cd2-4433-a3d2-5d4a40056486.png)

bug

In Sublime Text, it’s possible to make packages work in embedded contexts, e.g. as `xit` code block within a Markdown file. That way, you’d have proper syntax highlighting, and maybe...

enhancement

Similar to how the plugin expands `5d` to like `-> 2022-05-16`, it could also expand `22-5-16` or even `220516` in the same fashion. That way, the eventual formatting will still...

enhancement

One of the most wanted features in the [x]it! file format is [nested sub-items](https://github.com/jotaen/xit/discussions/2), so e.g.: ``` [ ] Big project [ ] Task 1 [ ] Task 2 [...

help wanted

When an item is done, it could (optionally) be - just deleted - or moved to a separate group, e.g. ``` Todos [ ] Something [ ] Some other thing...

enhancement