• Joined on 2022-10-17
ilja commented on pull request AkkomaGang/akkoma-fe#412 2024-08-21 16:29:43 +00:00
Improve style for quoted text in RichContent

One problem I see with this is when reparsing MFM from *key instances... See https://ilja.space/notice/Al8CNka0RS1GrnMnrc

Consider the following as input for MFM:

> Some quoted line
a…
ilja created pull request AkkomaGang/akkoma-fe#412 2024-08-21 16:09:02 +00:00
Improve style for quoted text in RichContent
ilja pushed to improve_visual_style_for_quoted_text at ilja/akkoma-fe 2024-08-21 16:04:01 +00:00
51a51fe6b8 Improve style for quoted text in RichContent
ilja pushed to improve_visual_style_for_quoted_text at ilja/akkoma-fe 2024-08-21 15:54:59 +00:00
32c8ce640a Add Foundkey MFM stylesheet
ilja created branch improve_visual_style_for_quoted_text in ilja/akkoma-fe 2024-08-21 15:54:59 +00:00
ilja commented on issue AkkomaGang/akkoma#829 2024-08-19 15:21:18 +00:00
[bug] Upstream tracking issue: Bug in EarmarkParser causes newlines to not show in MFM posts when the post uses html tags

It's documented behaviour, but they do want this behaviour so a fix may come eventually. Tags need to be in their own line. See https://daringfireball.net/projects/markdown/syntax#html

Since…

ilja pushed to use_fep-c16b_formatting_mfm_functions at ilja/akkoma-fe 2024-08-18 13:54:21 +00:00
25681cf5f6 Don't require # in the data-mfm-color attribute
ilja opened issue AkkomaGang/akkoma#829 2024-08-18 09:54:01 +00:00
[bug] upstream tracking issue: MFM Bug in EarmarkParser causes newlines to not show in MFM posts when the post uses html tags
ilja opened issue AkkomaGang/akkoma#828 2024-08-18 09:02:41 +00:00
[feat] MFM, see if we can use Latex input
ilja commented on pull request AkkomaGang/akkoma-fe#410 2024-08-17 20:36:40 +00:00
Use FEP-c16b: Formatting MFM functions

found a bug ☹️

https://mk.absturztau.be/notes/9vdb32gycp0700sc

"_misskey_content": "<center>$[fg.color=ffaa77 <b>MISSKEY FLAVORED</b>]\n<b>$[fg.color=ffaaaa $[x2 FEDI ⭐️…
ilja commented on issue AkkomaGang/akkoma#765 2024-08-13 10:20:43 +00:00
RFC: database scheme for media uploads

For the asked queries, I get an error for the "involved" one

Here's the "less involved" ones

-- SELECT COUNT(*) FROM objects;
/*
816029
*/

-- SELECT COUNT(*) FROM objects WHERE…
ilja commented on issue AkkomaGang/akkoma#765 2024-08-13 09:42:04 +00:00
RFC: database scheme for media uploads

Let it be no surprise that I 100% share the concerns laid out here, and I would be very happy if this could be fixed, or at least improved upon :)

most of the upload and media handling…

ilja commented on issue AkkomaGang/akkoma#812 2024-08-13 07:27:17 +00:00
Future for list and conversation addressing?

List addressing and visibility

This sounds like what people sometimes refer to as Diaspora Aspects, or Google+ Circles? I've seen people talk about it, but I don't remember Akkoma people…

ilja pushed to use_fep-c16b_formatting_mfm_functions at ilja/akkoma-fe 2024-08-11 16:11:50 +00:00
6666a273a4 MFM only use sanitised data-* attribute values
ilja pushed to use_fep-c16b_formatting_mfm_functions at ilja/akkoma-fe 2024-08-11 15:49:10 +00:00
dcd09d38e8 MFM only use sanitised data-* attribute values
ilja pushed to use_fep-c16b_formatting_mfm_functions at ilja/akkoma 2024-08-11 13:02:14 +00:00
90adb3cff5 Fix tests
ilja commented on pull request AkkomaGang/akkoma#823 2024-08-11 12:50:03 +00:00
Use FEP-c16b: Formatting MFM functions

I put it in WIP again bc I just realised I forgot to run the test. One is failing bc the MFM markup changed, I already fixed that one locally. But the other one seems a problem with Earmark...…

ilja commented on pull request AkkomaGang/akkoma#823 2024-08-10 18:44:06 +00:00
Use FEP-c16b: Formatting MFM functions

I notice mix.lock also changed a bunch of stuff. I'm not used to changing dependencies, so I'm unsure if that's OK or what I should do with that?

I was even wondering why this is not ignored,…

ilja pushed to use_fep-c16b_formatting_mfm_functions at ilja/akkoma 2024-08-10 18:23:23 +00:00
f6422cb370 Use FEP-c16b: formatting mfm functions
ilja pushed to akkoma_use_fep-c16b_formatting_mfm_functions at ilja/mfm-parser 2024-08-10 18:14:22 +00:00
418068793f Make parser FEP-c16b compliant