I'm building my first CF app and have it deployed and working as a macro add-in via the "+" toolbar when editing a CF page.
Just using the sample react hello-world template at this point. But, how do I go from having a static content page displayed as a content part within a CF page to allowing the user to interact with and ideally go into an "Edit" mode with my app?
When I hover over my macro part on the page, I just get the "fit" options like "wide" "full page width" etc. But, it seems if my CF custom app is going to allow interaction with the user, I somehow have to tap into an "edit" mode within the CF API...(?)
How do I do this? Thanks!
Welcome to the community, @Deep Development 👋
You may want to cross-post this to the Atlassian Developer Community. You'll probably get a faster answer over there.
Best,
-dave
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you share the link? @Deep Development
My question about making macros interactive in standard edit mode might be related.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure, this is what I posted in the dev forum.
I had to switch to Connect app instead of a Forge app at least that's my current level of competence about how to build an interactive app on Confluence. But, maybe as I get deeper into CF/JIRA development I'll find a way to use maybe a Forge macro for some things and my Connect app for other use cases...
Getting a Connect app working was pretty quick as it just takes a config.json and IFRAME embed to get your app loading as a full page, interactive experience...
But, still, I don't know how to make my add embed on a CF page as a content item and then have the "Edit" link appear during hover and then click that and have it take you to my Connect app for editing... Still trying to figure out that workflow...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see, your questions is about interactivity in general, and how to make an interactive macro configuration. In my case, I want the macro to stay interactive in edit mode.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.