I understand that quoteState.buffer gets the Markdown text that the user highlights when quoting, and is one of the things passed into the quote-share-buttons-before plugin outlet (accessed by this.args.data.quoteState.buffer). How do I get the raw, unparsed text that the user is highlighting, before it got converted to Markdown? Is it possible to “de-Markdown” the post? Is this possible at all?
פתרון עקיף שאני יכול לחשוב עליו הוא להמיר את הפוסט הגולמי ל-Markdown (איך, אני לא בטוח), להסתכל על אינדקס ההתחלה והסיום של הבחירה בטקסט המומר, ואז להשתמש בזה כדי לחלץ את הקטע מהטקסט המקורי. הבעיה תהיה שאצטרך להניח שאף תו לא משתנה, כלומר, Markdown מחליף תווים 1:1.
In this case, copying the quote converts the bullet point to a * in the quote, when I actually used +. I’m looking for a way to get the plus instead of the asterisk.