Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add New Task Button one columns and Pane Bar #70

Open
tu2-atmanand opened this issue Oct 27, 2024 · 0 comments
Open

Add New Task Button one columns and Pane Bar #70

tu2-atmanand opened this issue Oct 27, 2024 · 0 comments
Labels
future idea New Future or improvement, but not urgent, can be implemented in new branch

Comments

@tu2-atmanand
Copy link
Owner

tu2-atmanand commented Oct 27, 2024

  • There will be add button on Columns like Today, Tomorrow and on namedTag type of columns. So when the tag is added it will show up under this columns and those specific properties will be auto added.
  • Inside the Modal, there will be dropDown button to select the file in which the user want to add the task, it will be added at the end of that file. Use below code to get the latest files, which you show on the first section of the dropDown options. If use couldnt able to find it there, then show all the other files in the options :
	app.vault.getMarkdownFiles();
	app.workspace.getLastOpenFiles();
  • There will be also option to create a new TaskFile for this task. Now TaskFile is a special type of file, where the file will start with the h1, which will be the title of the task, followed by the properties with certain format and then as you will be integrating the commenting functionality. Those comments will be added in the same file as well.
    • Create an option in the settings, where to store all the TaskFiles by default, the user will then can change the location of those files and more them other places. I guess, i might have to change the extension or something to make the files recognizable, like fileName.tb.md.
@tu2-atmanand tu2-atmanand converted this from a draft issue Oct 27, 2024
@tu2-atmanand tu2-atmanand added the future idea New Future or improvement, but not urgent, can be implemented in new branch label Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future idea New Future or improvement, but not urgent, can be implemented in new branch
Projects
Status: Future Ideas
Development

No branches or pull requests

1 participant