projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb3ccf5
)
Add misskey markdown to format suggestions
author
FloatingGhost
<hannah@coffee-and-dreams.uk>
Wed, 7 Dec 2022 15:39:19 +0000
(15:39 +0000)
committer
FloatingGhost
<hannah@coffee-and-dreams.uk>
Wed, 7 Dec 2022 15:39:19 +0000
(15:39 +0000)
Fixes #345
config/description.exs
patch
|
blob
|
history
diff --git
a/config/description.exs
b/config/description.exs
index 001a21cbad6e5468469ad40af67f39418613b846..a73d2a06ba460642609b73b58f1eb196ff268661 100644
(file)
--- a/
config/description.exs
+++ b/
config/description.exs
@@
-723,7
+723,8
@@
config :pleroma, :config_description, [
"text/plain",
"text/html",
"text/markdown",
- "text/bbcode"
+ "text/bbcode",
+ "text/x.misskeymarkdown"
]
},
%{
@@
-1294,7
+1295,7
@@
config :pleroma, :config_description, [
label: "Post Content Type",
type: {:dropdown, :atom},
description: "Default post formatting option",
- suggestions: ["text/plain", "text/html", "text/markdown", "text/bbcode"]
+ suggestions: ["text/plain", "text/html", "text/markdown", "text/bbcode"
, "text/x.misskeymarkdown"
]
},
%{
key: :redirectRootNoLogin,