Skip to content

feat: add Markdown export feature for tasks (#869)#982

Open
Xenon010101 wants to merge 1 commit into
Charushi06:mainfrom
Xenon010101:fix/markdown-export-869
Open

feat: add Markdown export feature for tasks (#869)#982
Xenon010101 wants to merge 1 commit into
Charushi06:mainfrom
Xenon010101:fix/markdown-export-869

Conversation

@Xenon010101
Copy link
Copy Markdown

Adds a downloadable Markdown export of all active tasks, compatible with Obsidian, Notion, Logseq, and any Markdown editor.

Changes

  • \exportToMarkdown()\ JS function: formats tasks as grouped checklists organized by subject, sorted by deadline
  • 'Export to MD' button added to the dashboard tasks-actions-bar
  • Exports \StudyPlan_Export.md\ with clean Markdown checklist format
  • Tasks show as [x]\ (completed) or [ ]\ (pending) with title, deadline, notes
  • Fully client-side: no backend changes, no database queries — pure Blob + <a>\ download
  • Shows toast notification on success/error

Closes #869

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add Markdown Export Feature for Tasks (Obsidian/Notion Support)

1 participant