mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-27 09:26:38 +00:00
[GH-ISSUE #1059] [FR] Support markdown to italicize text #414
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#414
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 @annieappflowy on GitHub (Sep 16, 2022).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/1059
Originally assigned to: @JRS296 on GitHub.
To italicize text, add one asterisk or underscore before and after a word or phrase. To italicize the middle of a word for emphasis, add one asterisk without spaces around the letters.
Reference:
@ankur12-1610 commented on GitHub (Oct 1, 2022):
I would like to work on this issue!
@annieappflowy commented on GitHub (Oct 1, 2022):
Thanks! Assigned to you. The mentor on this issue is @LucasXu0 . If you have any questions, please feel free to reach him out on Discord.
@JRS296 commented on GitHub (Mar 19, 2023):
Hey @annieappflowy, can I try working on this?
@LucasXu0 commented on GitHub (Mar 20, 2023):
Hi, @JRS296. Sure. We have implemented
_abc_to abc, but have not implemented the*abc*to abc yet.@JRS296 commented on GitHub (Mar 20, 2023):
Cool, getting to work right away
@Xazin commented on GitHub (Mar 25, 2023):
@JRS296 Hey JRS, if you need help feel free to let me know. I have this on a commit if you want some reference.
@JRS296 commented on GitHub (Mar 26, 2023):
@Xazin Hey there, I've located the root of the issue, and am clear on how to go about it; However I am having trouble setting up the dev environment. I've opened up an issue for the same ( Issue #2045 ). Feel free to share your thoughts on the same, would be really helpful 👍
@Xazin commented on GitHub (Mar 26, 2023):
This commit (
github.com/AppFlowy-IO/appflowy-editor@b6a28035a3) for the italic shortcut.I will try during next week to see if I can replicate your issue on my Windows machine, currently away from home with my MacOS laptop.
Cheers
@JRS296 commented on GitHub (Mar 26, 2023):
Hey @Xazin , managed to fix the dev environment, it was due to the AntiVirus interfering with the build. Has this Feature request been implemented with your recent commit? If so, I'll start work on something else 👍
@Xazin commented on GitHub (Mar 26, 2023):
I haven't made the PR, but I can do that later today, if you want to complete it feel free to do so. (You can take my commit and just add a test, and it's done)
@Xazin commented on GitHub (Apr 2, 2023):
Resolved by #2115
@annieappflowy commented on GitHub (Apr 6, 2023):
_ works but * doesn't work
I'm using v0.1.2
@JRS296 commented on GitHub (Apr 7, 2023):
I'll have a look into it 👍
@Xazin commented on GitHub (Apr 7, 2023):
This must be due to the fact that
appflowy_editorwas removed locally from the repo, and it now uses the AppFlowy Editor dependency instead.Or so I would assume at least..
@annieappflowy commented on GitHub (Apr 23, 2023):
* *not working