Alexandrie logo

Alexandrie

Self-hosted knowledge base with an extended Markdown editor

Alternative to: notion, confluence, obsidian

Alexandrie screenshot

About Versions (45)

v8.2.0

2025-11-20

What’s Changed

Full Changelog: https://github.com/Smaug6739/Alexandrie/compare/v8.1.0…v8.2.0

Features

  • feat: add About section with app overview and visual tour (#173) by @Densze1 in https://github.com/Smaug6739/Alexandrie/pull/232
  • feat: Copy markdown code from markdown codeblocks
  • feat: New markdown syntax (frames, cards…) 9eaf325225e157c0c5a0c85c1b8e69ccb9a94481
  • feat: New syntax color for markdown codeblocks
  • feat: New context menus and dot menu for documents c1069444189eb8d1bf3bf8f79e4ce9138e29bf71 8ca444a506ad5335f0f9f6d52304874a3ec3e103
  • feat: Add description for options in preferences 7c5c43e4e4d6b74609f7883775405da17ddd4690
  • feat: New markdown options to enable spellcheck
  • feat: Add stats for document in editor (disabled by default) 3835db27c71d7727d631639f2edfad55c11af91f
  • feat: Add filter and sort option for CDN and documents 227e74532c6ffece29dd7a8569bad06a2abfc1e9
  • feat: Add about page for the app a764976af320632afed1cc6f4163396a4a77002f
  • feat: Add public metadata for documents 7744f2192679bb41b3b9a89e904f3833c6df9a9f

Refactor

  • Refactor/new backend arch layers and frontend markdown by @Smaug6739 in https://github.com/Smaug6739/Alexandrie/pull/249
  • Refactor state management in preferences 2e268c077d6d917d78a356de2fc56f6d5c2d954b 227e74532c6ffece29dd7a8569bad06a2abfc1e9
  • Add documentation for backend and frontend 78b4b1fdbcdc4a89f3076ec9129a00d327f0858d f843eebd4cdfb61ec6b19907c482e718fc464458
  • Add indexes for backend to improve performances
  • Remove quick search old component b8cf620701252b97fef620fd41aa9e6710b2c531
  • Improve database healthcheck in docker b5dd9def85f88996f5d5e324b869979e0cf4dc46

Fixes

  • fix: Sidebar close on mobile when choose workspace 5a31e908fa7e8cace56a6bebccb8110968b8893a
  • fix: navbar responsive for mobiles 1a2b7012866f36a4121fb5f6206474423cfa4060
  • fix: order of instructions in backend (setup, start with migrations) 8cbaa77cb03ef793029060b5c62b934ed7b9ee76
  • fix: update node delete modal with dynamic titles 601b93f33a033933c575e03fe469009e82f0a4be
  • fix: improve icon size for PWA on android 0bc6cebd03f5285d46f8060a9230dc9d02b1b56b
  • fix: clear stores when user logout 7432bc370d9e113ecabab65e027f7cd363942666
  • fix: Improve shard icon design in frontend c6272a771d824b30aad6da1d650cb35806f00639
  • fix: Shared icon disappear and useless props b5e981e562808150d8272fc553d1e7bc7d3a7b66
  • fix: Reduce svg icons box on certain formats 787ccc42942d1c0b69b1de324392e2742c648a40
  • fix: Skeleton dark mode colors 72302eeb45e836bb9b473c5069c78c85e6d1eb81
  • fix: Change shortcuts for new docs and categories 387d8bf49b28dc7fb2441943210513444e270673

New Contributors