We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a single markdown file that contains tasks using Tasks Emoji Format for Dates
When I sync the tasks to vikunja, it only sync the due date. the start/created/done dates are not synced.
example task in obsidian - [x] #task example task 🛫 2024-11-21 ⏳ 2024-11-21 ✅ 2024-11-21
- [x] #task example task 🛫 2024-11-21 ⏳ 2024-11-21 ✅ 2024-11-21
imported data in vikunja database(mariadb):
INSERT INTO vikunja.tasks (title,description,done,done_at,due_date,project_id,repeat_after,repeat_mode,priority,start_date,end_date,hex_color,percent_done,`index`,uid,cover_image_attachment_id,created,updated,created_by_id) VALUES ('example task 🛫 2024-11-21 ⏳ 2024-11-21','',1,NULL,NULL,2,0,0,0,NULL,NULL,'',0.0,94,'756b6a4b-1aef-482e-9012-2167f2ae1520',0,'2024-11-28 08:10:10.000','2024-11-28 09:25:48.000',1);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a single markdown file that contains tasks using Tasks Emoji Format for Dates
When I sync the tasks to vikunja, it only sync the due date.
the start/created/done dates are not synced.
example task in obsidian
- [x] #task example task 🛫 2024-11-21 ⏳ 2024-11-21 ✅ 2024-11-21
imported data in vikunja database(mariadb):
The text was updated successfully, but these errors were encountered: