Closed tu2-atmanand closed 2 weeks ago
Priority not detecting issue has been resolved, but the only problem is, the pipe symbol is must and the priority emoji should always be placed right after the pipe symbol, if there is any character in between, the priority wont be detected. Since, big plugin, like Tasks use emoji to indicate priority hence i will have to use emoji only instead of number inside square brackets which dont make sense.
All of the mentioned tasks of this issues has been completed.
Moving this issue for review to test all this features are working all together after this branch is merged with the testing branch.
Following are the few features I want to implement before publishing the first version :
[x] In the taskItem.tsx just put the taskItemBody div along with the
{renderTaskBody()}
obviously, outside the main checkbox div, so the body will take the whole width of the taskItemCard. Oh shit the subTasks and the body is connected inside that renderTaskBody(). I guess i have to create two rendering functions like this.[x] An option in settings to set the width of the columns, but there will be obviously a minimum width.
[x] Expand the tag feat to store multiple tags and also detect multiple tags. This has been explained further in #52 .
[x] Issue : Extraction of Priority is not happening properly.
[x] The real-Time scanning will be changed from toggle to drop down. It will have three options : Enable, Disable, Periodic.
[x] Improve the ReScanVault Modal to show the extracted tasks properly using MarkdownRenderer. And few other additions can be made to improve the look of the Modal.
[x] There are few small changes required in the AddOrEditTaskModal. See this issue : #59