Skip to content

Commit

Permalink
chore: update readme. Add info about extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Artawower committed Feb 4, 2024
1 parent ee758d5 commit 35f2815
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ This project is based on the Zettelkasten approach, and borrows a lot of ideas f
- [[https://github.com/Artawower/orgnote-client/releases][Download official application]]
- [[https://github.com/Artawower/orgnote-backend][Org Note backend]]
- [[https://github.com/Artawower/orgnote-client][Org Note client]]
- [[./EXTENSIONS.org][List of extensions]]
- [[https://github.com/Artawower/orgnote-extensions][List of extensions and themes]]
- [[https://github.com/Artawower/orgnote-api][Create your own plugin!]]
- [[https://github.com/Artawower/orgnote-publisher][NPM binary package for note syncing]]
- [[https://github.com/Artawower/orgnote.el][Emacs package for note synchronization.]]
- [[https://github.com/Artawower/org-mode-ast][Typescript abstract syntax tree for org mode.]]
Expand Down
2 changes: 1 addition & 1 deletion orgnote-backend
Submodule orgnote-backend updated 45 files
+5 −2 .air.toml
+4 −0 .github/FUNDING.yml
+31 −0 .github/ISSUE_TEMPLATE/bug_report.yml
+20 −0 .github/ISSUE_TEMPLATE/feature_request.md
+7 −4 .github/workflows/main.yaml
+2 −1 .gitignore
+8 −3 Dockerfile
+4 −2 Dockerfile-dev
+22 −23 README.org
+17 −2 app/configs/config.go
+101 −95 app/docs/docs.go
+101 −95 app/docs/swagger.json
+67 −63 app/docs/swagger.yaml
+89 −5 app/handlers/auth_handler.go
+2 −0 app/handlers/create_note.go
+4 −31 app/handlers/notes_handler.go
+0 −35 app/handlers/public_notes_mapper.go
+5 −7 app/handlers/subscription_middleware.go
+0 −140 app/infrastructure/access_checker.go
+16 −8 app/infrastructure/file_storage.go
+645 −0 app/infrastructure/generated/subscription.go
+171 −0 app/infrastructure/subscription.go
+21 −5 app/main.go
+16 −11 app/models/note.go
+10 −8 app/models/user.go
+1 −1 app/repositories/notes_filter.go
+18 −5 app/repositories/notes_repository.go
+58 −9 app/repositories/user_repository.go
+4 −3 app/services/file_service.go
+12 −3 app/services/mapers.go
+11 −73 app/services/note_service.go
+55 −5 app/services/user_service.go
+26 −0 deploy/nginx/conf.d/prod.conf
+6 −0 docker-compose.dev.yaml
+7 −0 docker-compose.prod.yaml
+1,083 −23 docs/docs.go
+1,253 −179 docs/swagger.json
+733 −37 docs/swagger.yaml
+4 −0 entrypoint.sh
+7 −0 generate-subscription-api.sh
+10 −8 go.mod
+21 −9 go.sum
+16 −0 migrations/000001_notes_create_synced_at_field.down.mongodb
+21 −0 migrations/000001_notes_create_synced_at_field.up.mongodb
+168 −0 static/privacy-policy.html
2 changes: 1 addition & 1 deletion orgnote-cli
2 changes: 1 addition & 1 deletion orgnote-client
Submodule orgnote-client updated 356 files
1 change: 0 additions & 1 deletion web-roam
Submodule web-roam deleted from 8798b8

0 comments on commit 35f2815

Please sign in to comment.