Marcel Kloubert

Results 149 comments of Marcel Kloubert

@ataran17 @HamzaAnis Sorry for the late answer, but **I had now time to implement the feature in version 1.22.0**. There is a new [setting](https://github.com/mkloubert/vscode-kanban#settings-), called `simpleIDs`, which indicates to use...

@HamzaAnis Do you mean a better look?

@awidjaja @samael205 @yusufbadurohman **Tasks 1 and 2 have been implemented in version 1.12.0:** ![demo5](https://user-images.githubusercontent.com/4951215/41197606-c7adc7ee-6c64-11e8-88f3-a1df6f1f16af.gif) **Descriptions are limited to 255 characters now.** Existing descriptions, which have more characters, will be cut...

@awidjaja The current implementation (not released yet ;-) looks that: An exported card file has the following format: `vs-kanban_{TOTAL_CARD_INDEX}_{COLUMN_NAME}_{CARD_INDEX_INSIDE_COLUMN}_{TITLE}.md` Example: `vs-kanban_2_in-progress_1_A note.md` An example of the structure of such a...

@awidjaja **Since version 1.13.0** there is a [setting](https://github.com/mkloubert/vscode-kanban#settings-), called `exportOnSave`, which you can set to `(true)` to export cards to files. `vscode-kanban_*.card.md` files will be created, which looks like that:...

After that, you should update the versions in all package files to 1.29.0, update the CHANGELOG file and add you, if you want, as contributor to the README.

Ok my review finished ... sorry I hope I did not spam your mailbox with my updates! Thanks a lot for your work! 👍

@ronaldohoch @tiaghoalves Correct. The current design is based on Bootstrap 4 and does not really fit with the design of VSCode. So, the new design should be much more modern...

@tiaghoalves Did you have time to start, and if yes: Do you have a prototype to watch? Let me know, if you have questions / problems etc.