First button with command shortcut

This commit is contained in:
Christoph Hagen
2025-01-24 22:47:54 +01:00
parent 51eff690d2
commit 200fdc813d
5 changed files with 164 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ struct LocalizedPageContentView: View {
text: "\(linkingPosts.count) linking posts",
items: linkingPosts.map { $0.title(in: language) })
}.foregroundStyle(.secondary)
InsertableItemsView()
HighlightedTextEditor(
text: $pageContent,
highlightRules: .markdown)