Como o aplicativo de anotações 'Agenda' integra o Discourse assim?

O aplicativo de anotações da Agenda integra-se lindamente ao Discourse, assim como este:

Existe algum framework para isso? Gostaria de fazer o mesmo e qualquer orientação seria muito apreciada.

Obrigado.

Looks like they just embed a browser component of some type that opens their forum site. Not a MacOS developer, but I’m sure it’s not a particularly uncommon requirement.

That is a nice example for future reference though cc @erlend_sh @HAWK

Not tried it, but GitHub - nativefier/nativefier: Make any web page a desktop application is where I’d start. Well, where I started was googling “windows mac application from web site”.

Hi @achu,

If you have a MacOS app out in the App Store. You just need to use the WebKit Framework by Apple to include this in your app.

I have recreated this to see if it works. And it did.

Some modifications ‘Agenda’ did was creating a new window when they tap on the mountain icon or the Agenda Community in the menu bar. Also they did modify the navigation bar to be white and added some more buttons/icon to move back and forth easily.

:slight_smile:

Thanks, chi! I appreciate the support and will definitely look into WebKit Framework