[PR #85] [MERGED] Preview style #549

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/85
Author: @Rokt33r
Created: 11/12/2019
Status: Merged
Merged: 11/12/2019
Merged by: @Rokt33r

Base: masterHead: preview-style


📝 Commits (2)

  • 07cf568 Make previwe style customizable
  • edffd1f Modify japanese language option label

📊 Changes

12 files changed (+610 additions, -524 deletions)

View changed files

📝 src/components/PreferencesModal/GeneralTab.tsx (+1 -1)
📝 src/components/PreferencesModal/MarkdownTab.tsx (+31 -0)
📝 src/components/atoms/CodeEditor.tsx (+4 -3)
📝 src/components/atoms/CustomizedCodeEditor.tsx (+4 -1)
📝 src/components/atoms/CustomizedMarkdownPreviewer.tsx (+3 -0)
📝 src/components/atoms/MarkdownPreviewer.tsx (+15 -9)
📝 src/index.tsx (+2 -0)
📝 src/lib/CodeMirror.ts (+2 -0)
📝 src/lib/i18n/enUS.ts (+1 -0)
📝 src/lib/i18n/ja.ts (+1 -0)
📝 src/lib/localStorageKeys.ts (+1 -0)
📝 src/lib/preview.ts (+545 -510)

📄 Description

No description provided


🔄 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/85 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 11/12/2019 **Status:** ✅ Merged **Merged:** 11/12/2019 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `preview-style` --- ### 📝 Commits (2) - [`07cf568`](https://github.com/BoostIO/BoostNote-App/commit/07cf568be0343922883b255536485255a826f6ba) Make previwe style customizable - [`edffd1f`](https://github.com/BoostIO/BoostNote-App/commit/edffd1f807f91f4635d28a9be62b00711ef19d38) Modify japanese language option label ### 📊 Changes **12 files changed** (+610 additions, -524 deletions) <details> <summary>View changed files</summary> 📝 `src/components/PreferencesModal/GeneralTab.tsx` (+1 -1) 📝 `src/components/PreferencesModal/MarkdownTab.tsx` (+31 -0) 📝 `src/components/atoms/CodeEditor.tsx` (+4 -3) 📝 `src/components/atoms/CustomizedCodeEditor.tsx` (+4 -1) 📝 `src/components/atoms/CustomizedMarkdownPreviewer.tsx` (+3 -0) 📝 `src/components/atoms/MarkdownPreviewer.tsx` (+15 -9) 📝 `src/index.tsx` (+2 -0) 📝 `src/lib/CodeMirror.ts` (+2 -0) 📝 `src/lib/i18n/enUS.ts` (+1 -0) 📝 `src/lib/i18n/ja.ts` (+1 -0) 📝 `src/lib/localStorageKeys.ts` (+1 -0) 📝 `src/lib/preview.ts` (+545 -510) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:22:06 +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#549
No description provided.