mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[PR #516] [MERGED] fix: generate export file name from content #751
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#751
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/codexu/note-gen/pull/516
Author: @Pleasurecruise
Created: 8/3/2025
Status: ✅ Merged
Merged: 8/4/2025
Merged by: @codexu
Base:
dev← Head:export-name📝 Commits (1)
ec5431efix: generate export file name from content📊 Changes
1 file changed (+18 additions, -1 deletions)
View changed files
📝
src/app/core/article/custom-footer/export.tsx(+18 -1)📄 Description
Fix #509
Added logic to derive the export file name from the article's title or initial content, replacing the previous static file name. This improves usability by providing more meaningful default file names when exporting.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.