[PR #398] [CLOSED] Optional front-matter for markdown export #742

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/398
Author: @ZeroX-DG
Created: 4/7/2020
Status: Closed

Base: masterHead: optional-frontmatter-export


📝 Commits (4)

📊 Changes

16 files changed (+119 additions, -27 deletions)

View changed files

src/components/PreferencesModal/ExportTab.tsx (+39 -0)
📝 src/components/PreferencesModal/PreferencesModal.tsx (+10 -1)
📝 src/components/PreferencesModal/styled.tsx (+1 -1)
📝 src/components/atoms/ToolbarExportButton.tsx (+4 -3)
📝 src/lib/exports.ts (+13 -9)
📝 src/lib/preferences.ts (+7 -3)
📝 src/locales/de.ts (+5 -1)
📝 src/locales/enUS.ts (+4 -1)
📝 src/locales/esES.ts (+5 -1)
📝 src/locales/frFR.ts (+5 -1)
📝 src/locales/ja.ts (+5 -1)
📝 src/locales/ko.ts (+4 -1)
📝 src/locales/ukUA.ts (+5 -1)
📝 src/locales/zhCN.ts (+4 -1)
📝 src/locales/zhHK.ts (+4 -1)
📝 src/locales/zhTW.ts (+4 -1)

📄 Description

This PR add support for optional front-matter for markdown export
Issue fixed: https://github.com/BoostIO/BoostNote.next/issues/346


IssueHunt Summary

Referenced issues

This pull request has been submitted to:



🔄 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/398 **Author:** [@ZeroX-DG](https://github.com/ZeroX-DG) **Created:** 4/7/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `optional-frontmatter-export` --- ### 📝 Commits (4) - [`139c3dc`](https://github.com/BoostIO/BoostNote-App/commit/139c3dc8fd0b2830ed3c4dda437e95fbce6c40fc) Added optional front-matter export in preference - [`08434e7`](https://github.com/BoostIO/BoostNote-App/commit/08434e7cde4b3c89ac25646f92fe2528f713f290) Merge branch 'master' of https://github.com/BoostIO/BoostNote.next into optional-frontmatter-export - [`4721cce`](https://github.com/BoostIO/BoostNote-App/commit/4721cce7065640f629cc8a663d92a4858fab0778) updated preference page for export front-matter - [`bba659e`](https://github.com/BoostIO/BoostNote-App/commit/bba659ecb205bad7bebc147da50a408ec683ff2a) added i18n ### 📊 Changes **16 files changed** (+119 additions, -27 deletions) <details> <summary>View changed files</summary> ➕ `src/components/PreferencesModal/ExportTab.tsx` (+39 -0) 📝 `src/components/PreferencesModal/PreferencesModal.tsx` (+10 -1) 📝 `src/components/PreferencesModal/styled.tsx` (+1 -1) 📝 `src/components/atoms/ToolbarExportButton.tsx` (+4 -3) 📝 `src/lib/exports.ts` (+13 -9) 📝 `src/lib/preferences.ts` (+7 -3) 📝 `src/locales/de.ts` (+5 -1) 📝 `src/locales/enUS.ts` (+4 -1) 📝 `src/locales/esES.ts` (+5 -1) 📝 `src/locales/frFR.ts` (+5 -1) 📝 `src/locales/ja.ts` (+5 -1) 📝 `src/locales/ko.ts` (+4 -1) 📝 `src/locales/ukUA.ts` (+5 -1) 📝 `src/locales/zhCN.ts` (+4 -1) 📝 `src/locales/zhHK.ts` (+4 -1) 📝 `src/locales/zhTW.ts` (+4 -1) </details> ### 📄 Description This PR add support for optional front-matter for markdown export Issue fixed: https://github.com/BoostIO/BoostNote.next/issues/346 <!-- Issuehunt content --> --- <details> <summary> <b>IssueHunt Summary</b> </summary> ### Referenced issues This pull request has been submitted to: - [#346: Have an option to export note without the front-matter](https://issuehunt.io/repos/74213528/issues/346) --- </details> <!-- /Issuehunt content--> --- <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:00 +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#742
No description provided.