awesome-mac icon indicating copy to clipboard operation
awesome-mac copied to clipboard

This is a crazy plan. Everybody vote for me.

Open jaywcjlove opened this issue 7 years ago • 11 comments

I am going to develop an APP for this list. The following is the design draft. Design drafts welcome comments.

image

I will use React Native macOS or Electron to develop it. In fact, I prefer to use React Native macOS to develop. Please give me a suggestion!

Electron vote with "👍", React Native macOS vote with "😀".

jaywcjlove avatar Apr 21 '17 16:04 jaywcjlove

Some questions:

  1. Where we store the list? Still markdown files?
  2. How to sync the data?
  3. What's the scope of this app? Is this a read-only app or a full feature app with editing the list?
  4. How about shortcut support? I ask this because AFAIK we have to build all stupid simple shortcuts by ourself in Electron.

xcv58 avatar Apr 21 '17 16:04 xcv58

@xcv58

  1. Generate json data stored in github.
  2. Download to local, compare online data version.
  3. Github maintenance data. Download to local, compared with local data. Can see what has recently been updated.
  4. Open the app to automatically update.

Prefer to use React Native macOS. But it is difficult.

jaywcjlove avatar Apr 21 '17 17:04 jaywcjlove

@jaywcjlove Cool, thanks for your explanation. It seems we can achieve the same functionality via a web app, and it should be easier.

We can port the web app to a macOS app later and can share lots of code.

xcv58 avatar Apr 21 '17 17:04 xcv58

@xcv58 https://github.com/jaywcjlove/amac This cool plan is going on.

jaywcjlove avatar May 16 '17 01:05 jaywcjlove

@jaywcjlove Cool!

xcv58 avatar May 16 '17 21:05 xcv58

So nice~

mixj93 avatar May 17 '17 01:05 mixj93

Awesome Mac App for macOS. Installers for the latest stable build for Mac can be downloaded here.

Get it on macOS

jaywcjlove avatar Oct 03 '18 12:10 jaywcjlove

@jaywcjlove that version broke on newest version of Mac OS Put this

theMackabu avatar Apr 12 '19 03:04 theMackabu

Hey @jaywcjlove ! Tha's great. I am suggesting you to use https://github.com/nodegui/react-nodegui

0xc0d3r avatar Aug 26 '19 13:08 0xc0d3r

@0xc0d3r How to compile into an application?

jaywcjlove avatar Aug 26 '19 13:08 jaywcjlove

@0xc0d3r How to compile into an application?

@jaywcjlove Simply run yarn build.

Get your hands dirty by doing a simple example https://blog.atulr.com/nodegui-intro/

0xc0d3r avatar Aug 27 '19 05:08 0xc0d3r