Add markdown export with ISO 8601 timestamped filenames#7
Merged
j-almenara-r merged 3 commits intomainfrom Jan 1, 2026
Merged
Conversation
- Added Export button to UI with proper layout constraints - Implemented exportNotesToMarkdown() method in MainActivity - Added ISO 8601 timestamp formatting for filenames - Files saved to Documents/VoiceNotes directory - Added necessary permissions for API < 29 - Added string resources for export functionality - Handles empty notes case with user feedback Co-authored-by: j-almenara-r <246562873+j-almenara-r@users.noreply.github.com>
- Extract ISO 8601 filename pattern to constant - Use separate human-readable timestamp for markdown content - Improve code organization and maintainability Co-authored-by: j-almenara-r <246562873+j-almenara-r@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add functionality to export notes to markdown file
Add markdown export with ISO 8601 timestamped filenames
Jan 1, 2026
j-almenara-r
approved these changes
Jan 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enables users to export voice notes to markdown files in device storage with timestamped filenames.
Changes
UI
Export Logic
Documents/VoiceNotes/voice-notes-{ISO-8601}.mdyyyy-MM-dd'T'HH-mm-ss(filesystem-safe)yyyy-MM-dd HH:mm:ss(human-readable)Permissions
WRITE_EXTERNAL_STORAGEwithmaxSdkVersion="28"for legacy AndroidExample Output
Implementation Notes
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.