notea

📒 Self hosted note taking app stored on S3

Stars
2K

Bot releases are visible (Hide)

notea - v0.4.0-alpha Latest Release

Published by tecc almost 2 years ago

I'm not gonna delve too deep into this release, but a lot changed so it's v0.4 now.
The main change is that the editor is much improved - headings are no longer automatically bold, code blocks look just slightly nicer and have a redesigned UI (which isn't the best, but just moderately better than the previous).
The full v0.4.0 will be released when Notea's more stable.

If you want to try this version, use the 0.4.0-alpha tag for the Docker image.
The edge tag also works, but that build gets updated as soon as a new change is made.

Oh, also, hello. I (@tecc) maintain Notea now.
Kudos to @QingWei-Li for agreeing to transfer the project to me.

Now for the autogenerated release notes:

What's Changed

New Contributors

Full Changelog: https://github.com/notea-org/notea/compare/v0.3.6...v0.4.0-alpha

notea -

Published by QingWei-Li about 3 years ago

Fixed

  • bfbb017 fix: avoid images being cached, fix #98 (#100)
notea -

Published by QingWei-Li about 3 years ago

Features

54fae49 feat: Add editor width setting (#91) tuur29
1328719 feat: French translation (#96) MichelBaie

Fixed

66cfd5d fix: editor dark theme
7b5c90f fix: default image zoom not being triggerable (#97) tuur29

notea -

Published by QingWei-Li about 3 years ago

feat: add dutch locale (#88) thanks @tuur29
feat: STORE_PREFIX, close #92
chore: upgrade rich-markdown-editor

notea -

Published by QingWei-Li over 3 years ago

feat: add Italian locale, thanks @faraoman

notea -

Published by QingWei-Li over 3 years ago

feat: add Arabic translation, thanks @themedleb

notea -

Published by QingWei-Li over 3 years ago

feat: update chinese translation.

notea -

Published by QingWei-Li over 3 years ago

Link Embed

After inserting a link, it can be converted into a bookmark or embedded

Kapture 2021-07-04 at 11 31 40

Fixed

  • fix: settings page style
notea -

Published by QingWei-Li over 3 years ago

refactor: use the editor to render the sharing page #82

notea -

Published by QingWei-Li over 3 years ago

  • fix: disable navigation hotkeys when editing, close #80
  • chore: upgrade rich-markdown-editor
notea -

Published by QingWei-Li over 3 years ago

  • fix: missing nav in new page, fix #74
  • fix: disable preview on mobile
  • chore: upgrade nextjs, react, rich-markdown-editor
notea -

Published by QingWei-Li over 3 years ago

  • feat: backlinks
  • feat: create link via [[
  • feat: html injection
  • feat: preview popover
  • feat: navigation buttons

Backlinks

Kapture 2021-06-06 at 12 54 06

Navigation buttons

image

Html injection

Often you want to inject HTML snippets into sharing pages. Most analytics providers, comment services will give you an HTML snippet and ask you to add it to every page on your site. Notea lets you to inject HTML snippets into at the end of the tag on the sharing page. Read more

notea -

Published by QingWei-Li over 3 years ago

fix: can't create daily notes

notea -

Published by QingWei-Li over 3 years ago

fix: abort the previous request when switching pages
fix: toolbar does not follow the page scroll
fix: sidebar style

notea -

Published by QingWei-Li over 3 years ago

  • feat: pinned favorites
  • fix: sidebar width changes during the first rendering
  • fix: add missing styles in the sharing page #60
  • chore: manually import some styles of tailwindcss(better for caching)
  • refactor: load tree on client-side
notea - 0.1.5

Published by QingWei-Li over 3 years ago

fix: shallow routing
fix: wrong selector option is on the settings
chore: remove runtime caching for /api
chore: upgrade next-pwa, material-ui

notea - 0.1.4

Published by QingWei-Li over 3 years ago

  • add: hotkey, fix #56
  • fix: missing checkbox style on share page, #55
  • fix: creating notes sometimes fails via /link
  • fix: remove the cache of /api/file
  • fix: copy link button is invalid