[GH-ISSUE #1059] [FR] Support markdown to italicize text #414

Closed
opened 2026-03-23 20:36:12 +00:00 by mirror · 15 comments
Owner

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.

image

Reference:

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. <img width="268" alt="image" src="https://user-images.githubusercontent.com/12026239/190624628-5e94fab9-8a97-4bad-9687-5db0d66c967f.png"> Reference: * https://github.com/AppFlowy-IO/AppFlowy/discussions/1100 * https://www.markdownguide.org/basic-syntax/
Author
Owner

@ankur12-1610 commented on GitHub (Oct 1, 2022):

I would like to work on this issue!

<!-- gh-comment-id:1264331720 --> @ankur12-1610 commented on GitHub (Oct 1, 2022): I would like to work on this issue!
Author
Owner

@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.

<!-- gh-comment-id:1264332531 --> @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.
Author
Owner

@JRS296 commented on GitHub (Mar 19, 2023):

Hey @annieappflowy, can I try working on this?

<!-- gh-comment-id:1475357533 --> @JRS296 commented on GitHub (Mar 19, 2023): Hey @annieappflowy, can I try working on this?
Author
Owner

@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.

<!-- gh-comment-id:1476198568 --> @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.
Author
Owner

@JRS296 commented on GitHub (Mar 20, 2023):

Cool, getting to work right away

<!-- gh-comment-id:1476355504 --> @JRS296 commented on GitHub (Mar 20, 2023): Cool, getting to work right away
Author
Owner

@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.

<!-- gh-comment-id:1483941283 --> @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.
Author
Owner

@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 👍

<!-- gh-comment-id:1484035959 --> @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 👍
Author
Owner

@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

<!-- gh-comment-id:1484080569 --> @Xazin commented on GitHub (Mar 26, 2023): This commit (https://github.com/AppFlowy-IO/appflowy-editor/commit/b6a28035a35b4129cd32e48d3d691137387fcb62) 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
Author
Owner

@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 👍

<!-- gh-comment-id:1484142254 --> @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 👍
Author
Owner

@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)

<!-- gh-comment-id:1484145334 --> @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)
Author
Owner

@Xazin commented on GitHub (Apr 2, 2023):

Resolved by #2115

<!-- gh-comment-id:1493313463 --> @Xazin commented on GitHub (Apr 2, 2023): Resolved by #2115
Author
Owner

@annieappflowy commented on GitHub (Apr 6, 2023):

_ works but * doesn't work
I'm using v0.1.2

<!-- gh-comment-id:1498993455 --> @annieappflowy commented on GitHub (Apr 6, 2023): _ works but * doesn't work I'm using v0.1.2
Author
Owner

@JRS296 commented on GitHub (Apr 7, 2023):

I'll have a look into it 👍

<!-- gh-comment-id:1500462447 --> @JRS296 commented on GitHub (Apr 7, 2023): I'll have a look into it 👍
Author
Owner

@Xazin commented on GitHub (Apr 7, 2023):

_ works but * doesn't work I'm using v0.1.2

This must be due to the fact that appflowy_editor was removed locally from the repo, and it now uses the AppFlowy Editor dependency instead.

Or so I would assume at least..

<!-- gh-comment-id:1500477606 --> @Xazin commented on GitHub (Apr 7, 2023): > _ works but * doesn't work I'm using v0.1.2 This must be due to the fact that `appflowy_editor` was removed locally from the repo, and it now uses the AppFlowy Editor dependency instead. Or so I would assume at least..
Author
Owner

@annieappflowy commented on GitHub (Apr 23, 2023):

* * not working

<!-- gh-comment-id:1519047270 --> @annieappflowy commented on GitHub (Apr 23, 2023): `* *` not working
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
AppFlowy-IO/AppFlowy#414
No description provided.