Commit graph

20 commits

Author SHA1 Message Date
dependabot[bot]
43097f9d22
build(deps): bump react-router-dom from 6.4.2 to 6.10.0 (#5)
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.4.2 to 6.10.0.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.10.0/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 15:55:34 +03:00
dependabot[bot]
5b8e68b833
build(deps): bump react-markdown from 8.0.3 to 8.0.7 (#6)
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.3 to 8.0.7.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/react-markdown/compare/8.0.3...8.0.7)

---
updated-dependencies:
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 15:54:14 +03:00
dependabot[bot]
b26e0e6436
build(deps): bump @heroicons/react from 2.0.12 to 2.0.17 (#7)
Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 2.0.12 to 2.0.17.
- [Release notes](https://github.com/tailwindlabs/heroicons/releases)
- [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/heroicons/compare/v2.0.12...v2.0.17)

---
updated-dependencies:
- dependency-name: "@heroicons/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 15:54:04 +03:00
Artemy Egorov
0a3f5d40f7
Mongodb migration (#3)
* feat: mongodb migration

* doc: update

* fix: limit for api usage
2023-04-24 09:56:50 +03:00
1542768e25 fix: update versions 2023-04-22 11:29:52 +03:00
c9b93f2b7a fix: real license 2023-04-20 18:39:24 +03:00
f8e79bd7f8 fix: package.json license 2023-04-20 18:31:49 +03:00
a07ea54631 feat: limit for publish notes 2023-04-19 18:06:50 +03:00
0b7523c57d fix: search by plain text 2023-04-19 16:37:50 +03:00
a34ae82215 feat: Note search, locale time string 2023-04-19 16:37:49 +03:00
2c07e71349 feat: openai completion support 2023-04-19 16:37:49 +03:00
b250d27093 feat: Edit on preview 2023-04-19 16:37:49 +03:00
68aa1527cb feat: socket.io support 2023-04-19 16:37:49 +03:00
697439f7b4 feat: gfm support 2023-04-19 16:37:49 +03:00
bff9c3875c feat: server and fix inline code 2023-04-19 16:37:48 +03:00
20a09255a3 feat: copy code, code highlight 2023-04-19 16:37:48 +03:00
866181e48a feat: matjax support 2023-04-19 16:37:48 +03:00
a286f4a7df feat: safe note view, public note deletion 2023-04-19 16:37:48 +03:00
43d7601ea6 feat: md support 2023-04-19 16:37:48 +03:00
0add454a2f Initial commit 2023-04-19 16:35:38 +03:00