memos icon indicating copy to clipboard operation
memos copied to clipboard

现在rss输出正文是markdown,转成html好些

Open skyue opened this issue 3 years ago • 5 comments

Is your feature request related to a problem?

如题

Describe the solution you'd like

如题

Additional context

No response

skyue avatar Feb 27 '23 04:02 skyue

Issue is not in English. It has been translated automatically.


Title: Now the rss output text is markdown, it is better to convert it to html

Issues-translate-bot avatar Feb 27 '23 04:02 Issues-translate-bot

考虑了一下,目前正文格式到页面上的卡片的处理就是前端的 parser 单独做的,感觉在后端引入 markdown 转 html 的库可能不是个好的选择。不知道 rss 阅读器对于 markdown 格式的处理如何?

hyoban avatar Mar 01 '23 03:03 hyoban

Issue is not in English. It has been translated automatically.


After thinking about it, the current text format to the card on the page is processed by the front-end parser alone. I feel that it may not be a good choice to introduce a markdown-to-html library on the back-end. I don't know how the rss reader handles the markdown format?

Issues-translate-bot avatar Mar 01 '23 03:03 Issues-translate-bot

@hyoban 我目前用的两个inoreader和本地的NetNewsWire,都是markdown原始文本输出。如下图: image

从现在的rss输出内容看,description字段并未指定格式,如果指定格式markdown,不知道阅读器会不会额外处理。(也不太了解,xml标准是否支持指定文本类型)

总的来讲,这是nice to have的功能,优先级不高,没想好要不要在服务端引入markdown渲染的话,不增加为好。

skyue avatar Mar 01 '23 03:03 skyue

Issue is not in English. It has been translated automatically.


@hyoban The two inoreaders I currently use and the local NetNewsWire are both markdown raw text output. As shown below: image

Judging from the current rss output content, the description field does not specify a format. If the format markdown is specified, I don’t know if the reader will process it additionally. (I don't know much about whether the xml standard supports specifying text types)

Generally speaking, this is a nice to have function, and the priority is not high. If you have no idea whether to introduce markdown rendering on the server side, it is better not to increase it.

Issues-translate-bot avatar Mar 01 '23 03:03 Issues-translate-bot

Already done in v0.13.0

boojack avatar May 26 '23 11:05 boojack