mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 13:25:49 +03:00
[GH-ISSUE #29] Real-time Markdown conversion #25
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#25
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?
Originally created by @jenil on GitHub (Jan 25, 2017).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/29
Preview the Markdown while keeping focus in the editor, something like this.
@Sarah-Seo commented on GitHub (Jan 29, 2017):
How could we make it possible easily? Do you have any idea?
@jenil commented on GitHub (Jan 29, 2017):
I don't know, but you should surely try Typora and find a way to implement this
@Sarah-Seo commented on GitHub (Jan 29, 2017):
I don't think I would find the way just by trying it. I need real help.
@jenil commented on GitHub (Jan 29, 2017):
I think you can have only one editor and preview screen and then parse the markdown on every
keyupand render it.@Sarah-Seo commented on GitHub (Jan 30, 2017):
The way what I meant was how to develop the editor, not how should it work.
It is same to developing wysiwyg editor and its costs too much. We would confront tons of bugs because each input method behaves so differently by OS and Language settings. I think that's the why github issue tracker still has a preview button...
I actually have a plan to develop it as a standalone editor, but it would take several months if I do alone.
FIY, check this issue also. https://github.com/facebook/draft-js/issues/946