mirror of
https://iceshrimp.dev/limepotato/jormungandr-patches.git
synced 2024-11-22 02:57:25 -07:00
31 lines
713 B
Diff
31 lines
713 B
Diff
From bf99394851a6bc3e0bb8c5326ffed6a0be616593 Mon Sep 17 00:00:00 2001
|
|
From: limepotato <limepot@protonmail.ch>
|
|
Date: Sun, 14 Jul 2024 06:23:21 -0600
|
|
Subject: [PATCH 5/5] add mfm autocomplete
|
|
|
|
---
|
|
packages/client/src/scripts/mfm-tags.ts | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/packages/client/src/scripts/mfm-tags.ts b/packages/client/src/scripts/mfm-tags.ts
|
|
index a3b51e483..2b15df815 100644
|
|
--- a/packages/client/src/scripts/mfm-tags.ts
|
|
+++ b/packages/client/src/scripts/mfm-tags.ts
|
|
@@ -11,10 +11,14 @@ export const MFM_TAGS = [
|
|
"x3",
|
|
"x4",
|
|
"scale",
|
|
+ "followmouse",
|
|
"position",
|
|
"crop",
|
|
"fg",
|
|
"bg",
|
|
+ "border",
|
|
+ "ruby",
|
|
+ "unixtime",
|
|
"font",
|
|
"blur",
|
|
"rainbow",
|
|
--
|
|
2.45.2
|
|
|