this app is Notion.so clone, roamresearch clone and obsidian clone. The main purpose of this app is not to just clone these note taking apps but to make an all in one Open source note taking app with automation features.
- follow the tauri instructions
- Note: You may not need to install
xcode
for mac despite the tauri instructions says you need it.
- Note: You may not need to install
- $
npm install -g eslint
- $
cd autodox
- $
npm i
- $
npm start
1.⏭ note after this command you may need to run- $
npm audit fix
in case the app showed any errors.
- $
- tauri
- Reactjs + typescript
- platejs ( a package build on slatejs)
- material-ui
- apollojs 🚧 (not used yet but coming soon)
- 🔴 = Todo = I am planing to work on this feature
- 🚧 = curently working in it = in progress
- 🚀 = Huage updates = lunching new features = chaning the strecture of the repo
- ⏭ = you can skip this tep