Frontend side for second brain service — 126
  • TypeScript 60.2%
  • Vue 34.7%
  • SCSS 3%
  • Java 0.7%
  • Swift 0.4%
  • Other 1%
Find a file
2025-09-22 03:36:19 +03:00
.github fix(ci): deploy trigger 2025-05-07 02:41:18 +07:00
.husky feat: minimal android sdk version for github releases 2024-08-18 00:46:33 +04:00
.vscode init quasar framework 2022-04-24 02:04:36 +03:00
fastlane/metadata/android initial fastlane structures from IzzyOnDroid (#40) 2025-09-22 03:36:19 +03:00
images chore: update readme 2024-12-04 03:36:50 +05:30
public fix: correct icon size 2024-08-08 21:45:46 +04:00
src feat: self hosted support (#39) 2025-05-07 01:51:51 +07:00
src-capacitor fix(ci): deploy trigger 2025-05-07 02:41:18 +07:00
src-cordova fix: correct icon size 2024-08-08 21:45:46 +04:00
src-electron fix: correct icon size 2024-08-08 21:45:46 +04:00
src-pwa feat: server side rendering, metatags (#27) 2024-06-02 20:30:41 +04:00
src-ssr feat: server side rendering, metatags (#27) 2024-06-02 20:30:41 +04:00
.editorconfig feautre(raw editor): src code block, improve headline, italic render 2023-05-09 22:50:58 +03:00
.eslintignore fix: orgnote api version, linter 2024-08-04 23:54:29 +04:00
.eslintrc.cjs feat: settings, ui/ux (#30) 2024-08-04 14:31:33 +03:00
.gitignore feat: migration to virtual file system (#31) 2024-10-18 22:55:52 +03:00
.npm-upgrade.json feat: server side rendering, metatags (#27) 2024-06-02 20:30:41 +04:00
.npmrc enhancement: migrate to org-mode-ast 2023-03-20 23:42:42 +04:00
.prettierignore feature: split editor into 3 different modes 2023-04-27 19:35:41 +03:00
.prettierrc feature: move settings to the modal 2023-09-23 21:56:55 +04:00
.volarrc feature: src code blocks, dark theme support 2022-06-18 22:33:55 +04:00
build.sh feat: server side rendering, metatags (#27) 2024-06-02 20:30:41 +04:00
bun.lockb feat: self hosted support (#38) 2025-05-06 23:58:16 +07:00
bundletool.jar fix: android building and apk sharing 2023-08-27 01:48:08 +04:00
bunfig.toml fix: function for building url with current domain. 2024-06-09 03:33:02 +04:00
docker-compose.dev.yaml feature: update build mechanism. Add android build 2023-06-08 01:01:27 +03:00
docker-compose.pwa.yaml enh: oauth for ios devices, dumb notification about new version 2023-12-03 14:56:17 +04:00
docker-compose.yaml fix: docker compose for build client side 2023-10-18 03:37:01 +04:00
Dockerfile enh: migration to bun 2023-09-18 16:52:20 +04:00
Dockerfile.prod feat: capacitor (#28) 2024-07-03 17:23:19 +04:00
Dockerfile.pwa enh: oauth for ios devices, dumb notification about new version 2023-12-03 14:56:17 +04:00
Dockerfile.ssr fix: i18n building for ssr, linter errors 2024-06-06 00:22:33 +04:00
happydom.ts fix: function for building url with current domain. 2024-06-09 03:33:02 +04:00
index.html feat: server side rendering, metatags (#27) 2024-06-02 20:30:41 +04:00
index.template.html enh(ui): pwa icons, ios bar 2023-10-05 03:35:42 +04:00
nginx.pwa.conf enh: oauth for ios devices, dumb notification about new version 2023-12-03 14:56:17 +04:00
orgnote.drawio Update orgnote.drawio 2024-09-17 22:49:00 +03:00
package-lock.json feat: migration to virtual file system (#31) 2024-10-18 22:55:52 +03:00
package.json fix(ci): deploy trigger 2025-05-07 02:41:18 +07:00
postcss.config.cjs feat: server side rendering, metatags (#27) 2024-06-02 20:30:41 +04:00
quasar.config.ts fix(ci): deploy trigger 2025-05-07 02:41:18 +07:00
README.org initial fastlane structures from IzzyOnDroid (#40) 2025-09-22 03:36:19 +03:00
setup-minimal-android-version.sh feat: set min Android version to 10 2024-08-18 13:28:35 +04:00
sign-aab.sh fix: aab build script 2024-07-04 12:22:16 +04:00
sign-apk.sh feat: capacitor (#28) 2024-07-03 17:23:19 +04:00
sync-capaticor-version.sh feat: minimal android sdk version for github releases 2024-08-18 00:46:33 +04:00
tsconfig.json fix: orgnote api version, linter 2024-08-04 23:54:29 +04:00
tsconfig.spec.json feature: file manager, rename nested files. 2023-09-21 21:23:28 +04:00
tsconfig.vue-tsc.json feat: server side rendering, metatags (#27) 2024-06-02 20:30:41 +04:00
tsconfig.worker.json feature: worker connection interface 2023-10-26 01:52:19 +04:00
VARIABLES.org feature: extensions, package manager 2024-01-22 00:07:18 +04:00

Org Note client.

 
Buy Me A Coffee donate button Patreon donate button wakatime
Twitter link Mastodon Follow Discord YouTube Channel Views

Introduction

 

This project is part of Org Note project. This is client side based on the Quasar framework. It's include ios/android/pwa and desktop build. It's a proof of concept solution, in the future I have plan to migrate this repo into native app or Flutter.

Install

Local development

Clone repo

git clone git@github.com:Artawower/orgnote-client.git && cd secon-brain-client

Install dependencies (as alternative you can use npm)

bun install

Start development

bun run dev

Environment variables

API_URL - url to api server

🍩 Contribute guide

Any contribution is very much appreciated! Please read the style guide before contributing to avoid misunderstandings! I would also appreciate it if you would consider becoming my patron

Debug PWA

npm run build:pwa && docker compose -f docker-compose.pwa.yaml up