[PR #972] [MERGED] Features/markdown admonitions for cloud space #1051

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/972
Author: @Rokt33r
Created: 5/27/2021
Status: Merged
Merged: 5/27/2021
Merged by: @Rokt33r

Base: masterHead: features/markdown-admonitions


📝 Commits (5)

  • b83efaa Enable markdown admonitions
  • 70054bd Exclude external styles from cloud space app bundle
  • ce7425a Apply abmonitions for exported assets
  • 9dbb3fc Discard bootstrap
  • 904bea1 Fix typo

📊 Changes

7 files changed (+64 additions, -171 deletions)

View changed files

📝 package-lock.json (+6 -134)
📝 package.json (+1 -3)
📝 src/cloud/components/App.tsx (+4 -0)
📝 src/cloud/components/atoms/MarkdownView/index.tsx (+9 -2)
📝 src/cloud/lib/export.ts (+42 -14)
📝 src/components/atoms/MarkdownPreviewer.tsx (+2 -2)
📝 webpack.cloud.config.ts (+0 -16)

📄 Description

Screen Shot 2021-05-27 at 11 14 42 AM
  • Applied remark-admonitions plugin
  • Excluded katex style from app bundle since it is hosted separately from the app
  • Improved css embedding for exported assets
  • Discarded bootstrap

🔄 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/972 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 5/27/2021 **Status:** ✅ Merged **Merged:** 5/27/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `features/markdown-admonitions` --- ### 📝 Commits (5) - [`b83efaa`](https://github.com/BoostIO/BoostNote-App/commit/b83efaad954fe0fe7f6d47addf313c97caae1269) Enable markdown admonitions - [`70054bd`](https://github.com/BoostIO/BoostNote-App/commit/70054bdd3fca0f526fd7ef2da00a62cf4d820d26) Exclude external styles from cloud space app bundle - [`ce7425a`](https://github.com/BoostIO/BoostNote-App/commit/ce7425ad42f8435ee16ab08ab37cf99580db98f6) Apply abmonitions for exported assets - [`9dbb3fc`](https://github.com/BoostIO/BoostNote-App/commit/9dbb3fc99d6fa3faebe8ac2609399e6065bb21c0) Discard bootstrap - [`904bea1`](https://github.com/BoostIO/BoostNote-App/commit/904bea110aa7420bdf5825bd08bd660727dd3bf6) Fix typo ### 📊 Changes **7 files changed** (+64 additions, -171 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+6 -134) 📝 `package.json` (+1 -3) 📝 `src/cloud/components/App.tsx` (+4 -0) 📝 `src/cloud/components/atoms/MarkdownView/index.tsx` (+9 -2) 📝 `src/cloud/lib/export.ts` (+42 -14) 📝 `src/components/atoms/MarkdownPreviewer.tsx` (+2 -2) 📝 `webpack.cloud.config.ts` (+0 -16) </details> ### 📄 Description <img width="1148" alt="Screen Shot 2021-05-27 at 11 14 42 AM" src="https://user-images.githubusercontent.com/5865853/119755304-c610bb80-bedc-11eb-9cc6-93f52b59635f.png"> - Applied remark-admonitions plugin - Excluded katex style from app bundle since it is hosted separately from the app - Improved css embedding for exported assets - Discarded bootstrap --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:24:25 +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#1051
No description provided.