mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[PR #1013] [MERGED] Feature/add code fence buttons to cloud markdown #1082
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#1082
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/1013
Author: @Komediruzecki
Created: 6/20/2021
Status: ✅ Merged
Merged: 6/23/2021
Merged by: @Rokt33r
Base:
master← Head:feature/add-code-fence-buttons-to-cloud-markdown📝 Commits (3)
f24b935Update CodeFence and use it in Cloud2dd0d5cFix mode and mime being null710f76dRefactor codemirror loading of mode to shared util📊 Changes
13 files changed (+96 additions, -239 deletions)
View changed files
📝
src/cloud/components/atoms/HighlightedCode.tsx(+1 -1)📝
src/cloud/components/atoms/MarkdownView/index.tsx(+3 -1)📝
src/cloud/lib/editor/CodeMirror.ts(+1 -34)📝
src/cloud/lib/editor/components/CodeMirrorEditor.tsx(+1 -1)📝
src/cloud/lib/export.ts(+2 -2)📝
src/components/atoms/CodeEditor.tsx(+2 -1)📝
src/components/atoms/MarkdownPreviewer.tsx(+3 -127)📝
src/components/organisms/SearchModal.tsx(+1 -1)📝
src/lib/CodeMirror.ts(+1 -38)📝
src/lib/exports.ts(+2 -2)📝
src/shared/components/atoms/markdown/CodeFence.tsx(+4 -4)📝
src/shared/lib/codemirror/rehypeCodeMirror.ts(+32 -27)➕
src/shared/lib/codemirror/util.ts(+43 -0)📄 Description
Add code fence to cloud
Tested in:
Webapp dev (cloud space)
Desktop app dev (cloud and local space)
Tests:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.