Hello world

First open source release of Campfire 🎉
This commit is contained in:
Kevin McConnell
2025-08-15 11:02:42 +01:00
commit df76a227dc
664 changed files with 36235 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import Unfurler from "lib/rich_text/unfurl/unfurler"
// Support a `cite` block for attribution links
Trix.config.blockAttributes.cite = {
tagName: "cite",
inheritable: false,
}
const unfurler = new Unfurler()
unfurler.install()