mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #386] HTML underline doesn't work #163
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#163
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 @derekantrican on GitHub (Mar 18, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/386
Screenshot:
@derekantrican commented on GitHub (Mar 18, 2020):
Alternatively, it would be helpful if there was a special way to underline text (similar to the markdown shortcuts like
**). For instance:==underline this==or something like that. Markdown doesn't officially support underline outside of HTML tags (to my knowledge) so this would have to be made up for Boostnote if it was to be done@Flexo013 commented on GitHub (Mar 27, 2020):
Supporting the HTML tags would be fine imo. Introducing a custom syntax as an addition to the Markdown syntax I'd vote against.
@Rokt33r commented on GitHub (Mar 27, 2020):
@derekantrican
have same opinion of @Flexo013 . But allowing some html tags should be useful for lots of people. I'll create another issue about it.
If you really want to introduce new syntax, it would be possible. I'm actually planning to make the app support every markdown format as long as its plugin is available. So what we need to do is creating underline plugin of remark. I could help you to do it because I'm a member of the remark project and I've been making some other plugins, including remark-math.
@derekantrican commented on GitHub (Mar 27, 2020):
Possibly. I'm fine with just HTML tags at this point. As far as I can tell, supporting HTML tags is typically part of the markdown spec: https://www.markdownguide.org/basic-syntax/#html
@Rokt33r commented on GitHub (Mar 27, 2020):
@derekantrican
Yeah, I agree with you. Could you leave some reaction to #389 ?
@Rokt33r commented on GitHub (Apr 5, 2020):
Closed because https://github.com/BoostIO/BoostNote.next/issues/389 covers this. @derekantrican Please follow #389!