议程笔记应用可以像这样完美集成 Discourse:
是否有实现该功能的框架?我也想尝试实现类似功能,非常欢迎提供任何指导。
谢谢。
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.

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