0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/apps/admin-x-activitypub
Djordje Vlaisavljevic 81ae18bcb6 Added support for WordPress formatting in notes
ref https://linear.app/ghost/issue/AP-622/add-support-for-rich-text-formatting-of-notes

- Until now we only had plain text with line breaks and links inside `note` objects. But WordPress is very flexible and allows users to put almost all of their blocks inside a `note`, like headings, lists and blockquotes. We now support those in Ghost, but with minimal formatting to keep the feed clean and easy to scan through.
2024-12-03 12:41:37 +00:00
..
public/styles Added Ghost2Ghost ActivityPub feature that uses mock API (#20411) 2024-06-19 12:46:02 +01:00
src Added support for WordPress formatting in notes 2024-12-03 12:41:37 +00:00
test Refactored data loading to be more performant in admin-x-activitypub (#21770) 2024-11-30 22:41:51 +00:00
.eslintignore Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
.eslintrc.cjs Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
.gitignore Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
index.html Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
package.json Added support for WordPress formatting in notes 2024-12-03 12:41:37 +00:00
playwright.config.mjs Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
postcss.config.cjs Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
tailwind.config.cjs Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
tsconfig.json Added alternative layout for displaying ActivityPub articles (#20556) 2024-07-08 15:11:01 +01:00
vite.config.mjs Updated vite config to allow sibling test files 2024-07-24 13:38:08 +07:00