[xwiki/xwiki-platform] 91c33b: XWIKI-24231: Expose the insert macro action (#5539)
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 91c33bdd8aaf72489f704c2c4350103f555533e9 https://github.com/xwiki/xwiki-platform/commit/91c33bdd8aaf72489f704c2c43501... Author: ClementEXWiki <[email protected]> Date: 2026-06-26 (Fri, 26 Jun 2026) Changed paths: M pnpm-lock.yaml M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/macros/MacroWizard.ts M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/macros/XWikiMacroBlock.ts A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/macros/placeholderUi.ts M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/uniast/XWikiUniAstProcessor.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/uniast/uniast-api/etc/platform-uniast-api.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/uniast/uniast-api/src/ast.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/uniast/uniast-api/src/index.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/uniast/uniast-markdown/src/__tests__/converters.test.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/uniast/uniast-markdown/src/markdown/default-markdown-to-uni-ast-converter.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/uniast/uniast-markdown/src/markdown/default-uni-ast-to-markdown-converter.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/uniast/uniast-markdown/src/markdown/macros.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/etc/platform-editors-blocknote-headless.api.md R xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/src/__tests__/bn-to-uniast.test.ts A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/src/__tests__/depsContainer.mock.ts A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/src/__tests__/tsconfig.json A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/src/__tests__/uniAst.test.ts R xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/src/components/linkEditionContext.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/src/uniast/bn-to-uniast.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/src/uniast/uniast-to-bn.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/src/vue/c-blocknote-view.vue M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/tsconfig.json M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/etc/platform-editors-blocknote-react.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/package.json M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/playwright-ct.config.ts R xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/__tests__/BlockNote.spec.tsx R xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/__tests__/BlockNote.story.tsx R xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/__tests__/SearchBox.spec.tsx R xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/__tests__/SearchBox.story.tsx A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/__tests__/playwright-ct/BlockNote.spec.tsx A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/__tests__/playwright-ct/BlockNote.story.tsx A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/__tests__/playwright-ct/SearchBox.spec.tsx A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/__tests__/playwright-ct/SearchBox.story.tsx A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/__tests__/playwright-ct/depsContainer.mock.ts A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/__tests__/playwright-ct/syntax.mock.ts R xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/__tests__/tsconfig.json M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/index.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/utils.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/BlockNoteViewWrapper.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/CustomFormattingToolbar.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/SearchBox.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/files/FilePanel.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/images/CustomImageToolbar.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/images/ImageFilePanel.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/images/ImageSelector.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/links/CustomCreateLinkButton.tsx A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/links/CustomInsertMacroButton.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/links/CustomLinkToolbar.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/components/links/LinkEditor.tsx A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/contexts.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/index.tsx M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/langs/translation-en.json M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/misc/linkSuggest.ts A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/vitest.config.ts Log Message: ----------- XWIKI-24231: Expose the insert macro action (#5539) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
participants (1)
-
XWiki Notifications