Wise is a productive tool for manage your plans and targets.As its name saying, you are expected to manage your life and work as a wise (wo)man.
- Tree struct data manage
- Markdown support
- Pin your plan on your desktop
I always want to have my own note software to mange my mind and life. I have to admit that there are already numberous ones, but there is no one who perfectly meets my anticipation. So, Wise
came and it was just this.
- Node order changable
- Display your plans as tree
- Chinese support
- React markdown plugin to enable more sytnx
- Windows and Intel MacOS support
- Logout then login will not refresh the node state
- It will reload now.
- How to maintain the communicate with electron
- IpcRender post message to get port now
- I need my real-time render markdown
- Locally saved (use sqlite3)
- Order changable and rename convenient
- Drag doesn't work after once drag.
- Resize the pin card
- Sync both of the windows
- More easy to identify the complete / Muti Radio Button To arhieve
- Able to restore the pin win
- Auto format the markdown
- Special component to useHistory
- Themes
- Bookmarks
- Calendar Record Your leraning
- A Explore place
- Show titlebar
- Auto open the pin window when pin.(Single Mode)
- Click icon to open the main window
- Default Select Node (And switch page should reset it)
Install all dependencies
yarn
# generate all workspace
yarn build
Start server
# start watch changes
yarn watch
# start main win react project
yarn workspace @wise/app dev
# start pin win react project
yarn workspace @wise/pin dev
# start electron
yarn workspace @wise/electron dev
MIT