Agenda note-taking app integrates Discourse beautifully like this:
Is there a framework for that? I would like to do the same thing and any direction would be greatly appreciated.
Thanks.
Agenda note-taking app integrates Discourse beautifully like this:
Is there a framework for that? I would like to do the same thing and any direction would be greatly appreciated.
Thanks.
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 https://github.com/jiahaog/nativefier 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.
Thanks, chi! I appreciate the support and will definitely look into WebKit Framework