Phát triển ứng dụng biến video thành tài liệu định dạng văn bản. Ứng dụng này phân tích frame video và kết hợp thông tin thành tài liệu cuối cùng.
#video2docs #tài liệu #phần_mềm #ứng_dụng #định_dạng_văn_bản #VideoToDocs #Documentation #Software #App #TextFormatting

https://www.reddit.com/r/SideProject/comments/1oqxi2b/app_that_turns_videos_into_documentation_why_and/

This is the overview article I needed on Typst. It concisely explains how the document preparation system works, in what it differs from LaTeX, and why it may be a suitable replacement for LaTeX.

https://lwn.net/Articles/1037577

#typst #TextFormatting

Typst: a possible LaTeX replacement

Typst is a program for document typesetting. It is especially well-suited to technical material [...]

LWN.net
@silverpill Who are the longformers anyway?

They're those who either are commercial or looking for professional/commercial users or both. Flipboard. Automattic (WordPress). Ghost. These kinds.

They know themselves. They know each other. And they know Mastodon. And that's it.

None of them has ever heard of Pleroma or Akkoma.

None of them has ever heard of Misskey or the Forkeys.

None of them has ever heard of Mitra.

None of them has ever heard of GoToSocial.

None of them has ever heard of Hollo.

None of them has ever heard of Friendica, Hubzilla, (streams) or Forte, even though Friendica and Hubzilla are both older than Mastodon. And apparently, neither has @Helge. But then again, Friendica and its nomadic, security-enhanced descendants are being overlooked by almost everyone. That's why there's always on-going work for features to be "introduced to the Fediverse" which Friendica has had for a decade and a half.

Granted, the HTML support on Friendica, Hubzilla, (streams) and Forte can be summarised with "yes". But elaborate tables that show what either of them supports how would be very useful.

Also, granted, everything I've mentioned above (normally) uses something else than HTML for formatting in the frontend. For example, Misskey and all Forkeys use MFM ("Misskey-Flavoured Markdown"). Friendica uses extended BBcode with the option to use Markdown instead. Hubzilla uses even more extended BBcode. (streams) and Forte can use the same even more extended BBcode and Markdown and HTML at the same time within the same post, although not all markup languages support all features.

#Long #LongPost #CWLong #CWLongPost #FediMeta #FediverseMeta #CWFediMeta #CWFediverseMeta #Fediverse #Mastodon #Pleroma #Akkoma #Misskey #Forkey #Forkeys #Mitra #GoToSocial #Hollo #Friendica #Hubzilla #Streams #(streams) #Forte #LongFormContent #BBcode #Markdown #HTML #TextFormatting
Helge's Timeline

Markdown and the Slow Fade of the Formatting Fetish

Like moss on a star destroyer

iA
🎉 BREAKING NEWS: Apple Notes users can finally rejoice as they wait for the thrilling iOS 26 update to bring Markdown support—because who needs #innovation when you can have text formatting? 📱💤 Welcome to the future of note-taking, where Apple is sprinting valiantly to catch up with the 2010s. ⏳🙄
https://www.macrumors.com/2025/06/04/apple-notes-rumored-markdown-support-ios-26/ #AppleNotes #iOS26 #MarkdownSupport #textFormatting #catchUp #HackerNews #ngated
Apple Notes Expected to Gain Support for Exporting in Markdown in iOS 26

Apple's Notes app is rumored to be getting limited Markdown support in iOS 26 and macOS 26, according to 9to5Mac. The feature would allow users...

MacRumors
@Martin Holland Vanilla Mastodon cannot generate any text formatting in any shape or form AFAIK. You can be lucky that it can display a small subset of it, and even that has only been possible since October, 2022, when Mastodon 4 was released.

#FediMeta #FediverseMeta #CWFediMeta #CWFediverseMeta #Mastodon #TextFormatting
Netzgemeinde/Hubzilla

@hexaheximal There's no syntax for it on mastodon.social. You simply can't do it there.

Some users have already mentioned Markdown which is supported by a few Mastodon forks, Pleroma, Akkoma, Misskey and its several forks (including but not limited to Firefish, Iceshrimp, Sharkey and Catodon), Mitra, (streams), Forte and optionally also by Friendica, probably also by others.

For completion's sake, Friendica, Hubzilla, (streams) and Forte mainly use BBcode.

The syntax for quotes is either [quote]Here goes the quote[/quote] or [quote="Whoever is quoted"]Here goes the quote[/quote].

Both in-line code and code blocks are delimited with . At least Hubzilla can also do code highlighting if an appropriate plug-in is installed on the hub and the [code] tag has one of the following parameters: php, css, mysql, sql, abap, diff, html, perl, ruby, vbscript, avrc, dtd, java, xml, cpp, python, javascript, js, json, sh.

Lastly, (streams) and Forte even support HTML.

#Long #LongPost #CWLong #CWLongPost #FediMeta #FediverseMeta #CWFediMeta #CWFediverseMeta #Pleroma #Akkoma #Misskey #Forkey #Forkeys #Firefish #Iceshrimp #Sharkey #Catodon #Mitra #Friendica #Hubzilla #Streams #(streams) #Forte #Markdown #BBcode #HTML #TextFormatting
Netzgemeinde/Hubzilla

@Larry Garfield @Renaud Chaput In this case, the handling of long-form content should be configurable per account.

The settings could be:
  • Render fully (default; what the devs of Hubzilla and (streams) want)
  • Always link (what Mastodon does with Article-type objects)
  • Link if title or subject is available, otherwise render fully
  • Link if title or subject is available, otherwise block
  • Block everything over 500 characters

Maybe there could be an additional setting for formatted content in general:
  • Render fully (default)
  • Render partially (the Mastodon 4 way right now)
  • Remove all formatting (what Mastodon up until 3 did)
  • Block

#Long #LongPost #LongPosts #LongPostMeta #CWLong #CWLongPost #CWLongPostMeta #500Characters #FediMeta #FediverseMeta #CWFediMeta #CWFediverseMeta #Mastodon #Friendica #Hubzilla #TextFormatting #RichText
Netzgemeinde/Hubzilla

This blog post covers two methods for implementing selected text formatting for QML TextEdit: a QML/JS hacky solution as well as a more comprehensive C++ solution, including a Qt 6.7 backport: https://www.kdab.com/formatting-selected-text-in-qml/ #QML #QtDev #Cpp #TextFormatting
Formatting Selected Text in QML

Implementing selected text formatting for QML TextEdit: a hacky solution and a backport from Qt 6.7

KDAB