[PR #103] [MERGED] client html / markdown exports #565

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/103
Author: @Davy-c
Created: 12/3/2019
Status: Merged
Merged: 12/4/2019
Merged by: @Rokt33r

Base: masterHead: feat/export


📝 Commits (2)

  • 6dc4d15 client html / markdown exports
  • e244a4b CR- String to toString

📊 Changes

9 files changed (+332 additions, -90 deletions)

View changed files

📝 .eslintrc (+2 -1)
📝 package-lock.json (+163 -86)
📝 package.json (+3 -1)
📝 src/components/NotePage/NoteDetail/NoteDetail.tsx (+2 -0)
📝 src/components/atoms/MarkdownPreviewer.tsx (+2 -1)
src/components/atoms/ToolbarExportButton.tsx (+154 -0)
📝 tsconfig-webpack.json (+2 -1)
📝 tsconfig.json (+1 -0)
📝 typings/unified.d.ts (+3 -0)

📄 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/103 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 12/3/2019 **Status:** ✅ Merged **Merged:** 12/4/2019 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `feat/export` --- ### 📝 Commits (2) - [`6dc4d15`](https://github.com/BoostIO/BoostNote-App/commit/6dc4d155c4b6f8dcd8ac02444c3b0f14fa2e1b0e) client html / markdown exports - [`e244a4b`](https://github.com/BoostIO/BoostNote-App/commit/e244a4b33e31373d7f09a727a6f6fe76f83a997b) CR- String to toString ### 📊 Changes **9 files changed** (+332 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc` (+2 -1) 📝 `package-lock.json` (+163 -86) 📝 `package.json` (+3 -1) 📝 `src/components/NotePage/NoteDetail/NoteDetail.tsx` (+2 -0) 📝 `src/components/atoms/MarkdownPreviewer.tsx` (+2 -1) ➕ `src/components/atoms/ToolbarExportButton.tsx` (+154 -0) 📝 `tsconfig-webpack.json` (+2 -1) 📝 `tsconfig.json` (+1 -0) 📝 `typings/unified.d.ts` (+3 -0) </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:11 +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#565
No description provided.