[PR #498] [MERGED] Include front matter #777

Closed
opened 2026-03-03 00:23:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/498
Author: @Rokt33r
Created: 6/4/2020
Status: Merged
Merged: 6/4/2020
Merged by: @Rokt33r

Base: masterHead: include-front-matter


📝 Commits (7)

  • 66e7291 Added optional front-matter export in preference
  • 8c98c34 updated preference page for export front-matter
  • c634f33 Fix include front matter preference
  • c7a66df Fix exporting as markdown
  • d2e91f3 Adjust white space
  • 130082a Format code
  • 69eae3d Sanitize invalid file name when exporting

📊 Changes

7 files changed (+61 additions, -18 deletions)

View changed files

📝 src/components/PreferencesModal/MarkdownTab.tsx (+23 -0)
📝 src/components/molecules/NoteDetailToolbar.tsx (+4 -1)
📝 src/components/organisms/Navigator.tsx (+1 -1)
📝 src/lib/exports.ts (+19 -10)
📝 src/lib/preferences.ts (+2 -0)
📝 src/lib/string.ts (+7 -2)
📝 src/locales/de.ts (+5 -4)

📄 Description

#346


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/498 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 6/4/2020 **Status:** ✅ Merged **Merged:** 6/4/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `include-front-matter` --- ### 📝 Commits (7) - [`66e7291`](https://github.com/BoostIO/BoostNote-App/commit/66e7291c9c4fbe87b181417d120623877db2e471) Added optional front-matter export in preference - [`8c98c34`](https://github.com/BoostIO/BoostNote-App/commit/8c98c3477ef83572289d924691fd4c8f213f435d) updated preference page for export front-matter - [`c634f33`](https://github.com/BoostIO/BoostNote-App/commit/c634f33d7efbc11f9536912b1cb275684d4d4261) Fix include front matter preference - [`c7a66df`](https://github.com/BoostIO/BoostNote-App/commit/c7a66dfc1bfdc203e4fc24807e5eed28029a8258) Fix exporting as markdown - [`d2e91f3`](https://github.com/BoostIO/BoostNote-App/commit/d2e91f33d792081283d52e04ef86b432eb5237f7) Adjust white space - [`130082a`](https://github.com/BoostIO/BoostNote-App/commit/130082a7361d0c454cbedfa5ea00bb8643eb3896) Format code - [`69eae3d`](https://github.com/BoostIO/BoostNote-App/commit/69eae3dc05ff285837607552be5189b9b8237b97) Sanitize invalid file name when exporting ### 📊 Changes **7 files changed** (+61 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/components/PreferencesModal/MarkdownTab.tsx` (+23 -0) 📝 `src/components/molecules/NoteDetailToolbar.tsx` (+4 -1) 📝 `src/components/organisms/Navigator.tsx` (+1 -1) 📝 `src/lib/exports.ts` (+19 -10) 📝 `src/lib/preferences.ts` (+2 -0) 📝 `src/lib/string.ts` (+7 -2) 📝 `src/locales/de.ts` (+5 -4) </details> ### 📄 Description #346 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#777
No description provided.