mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #398] [CLOSED] Optional front-matter for markdown export #742
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#742
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/BoostIO/BoostNote-App/pull/398
Author: @ZeroX-DG
Created: 4/7/2020
Status: ❌ Closed
Base:
master← Head:optional-frontmatter-export📝 Commits (4)
139c3dcAdded optional front-matter export in preference08434e7Merge branch 'master' of https://github.com/BoostIO/BoostNote.next into optional-frontmatter-export4721cceupdated preference page for export front-matterbba659eadded i18n📊 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.