Commit graph

11 commits

Author SHA1 Message Date
Bruno Deanoz
177f3d5ab9 Fix bugs and implement Authentik SSO login
- frontmatter: replace custom YAML parser with gray-matter; add private field (was silently dropped on save)
- types: add private? to NoteMeta so the field propagates through NoteContent
- use-notes: fix all subtopic traversal bugs (deleteNote, renameNote, toggleDraft, updateActiveNote, loadNotes first-select) using recursive mapTopicNotes/filterTopicTree helpers
- api: remove unused moveNote duplicate (moveNoteApi is the correct export)
- auth: add setPendingServerUrl/getPendingServerUrl/clearPendingServerUrl for Authentik redirect flow
- login: implement Authentik SSO flow — save server URL, redirect to /api/studio/auth/authentik, detect #token= on return; show/hide token vs Authentik sections based on server config
- preview: fix useRef type error (missing undefined initializer)
2026-05-19 09:17:26 +02:00
Bruno Deanoz
dc8c3aa6f5 feat: add Dockerfile for self-hosted deployment 2026-05-19 08:29:55 +02:00
giordano137
c0fb41985e docs: mark as personal use 2026-05-19 08:16:31 +02:00
Bruno Deanoz
c1cb2e5db6 chore: add README, remove personal references, migrate to GitHub 2026-05-18 23:06:29 +02:00
kryptomrx
4cd4ee208c fix: show star field in light mode (was hidden dark:block) 2026-05-18 16:59:46 +02:00
kryptomrx
4ca69a2b0d fix: star field adapts color to light/dark mode 2026-05-18 16:56:47 +02:00
kryptomrx
e4145ea3fd feat: add favicon (orbital icon with accent nucleus) 2026-05-18 16:53:19 +02:00
kryptomrx
b01e39de0e chore: update homepage to noz.dev 2026-05-18 16:40:05 +02:00
kryptomrx
a9206fbd37 chore: pin license to AGPL-3.0-only 2026-05-18 16:22:06 +02:00
kryptomrx
028ff76367 chore: add AGPL-3.0 license and package metadata 2026-05-18 16:19:26 +02:00
kryptomrx
3f9553cff4 feat: initial commit — noz-studio web editor
Full-featured web editor PWA for noz, built with Next.js and CodeMirror 6.

Editor:
- CM6-based Markdown editor with iA Writer aesthetic and Typora-style marker hiding
- Live preview with KaTeX math, highlight.js syntax highlighting, wikilink rendering
- Wikilink autocomplete via server note graph ([[  triggers suggestion list)
- Floating selection toolbar, format toolbar, status bar
- Split / editor-only / preview-only view modes with resizable panels
- Visual frontmatter panel (no raw YAML editing required)

Navigation:
- Folder tree with topics, sub-topics, drafts section
- Create / rename / move / delete notes and folders
- Diagram editor (TOML definition → canvas visualization)

Search:
- ⌘K command palette with scoped search (@topic, @web, @draft)

Preview:
- Broken wikilink detection with visual indicator and toast notification
- Fragment links: [[note#section]] navigates and scrolls to heading
- In-page links: [[#section]] scrolls without switching notes
- Heading anchors auto-generated from heading text

Auth:
- Token / Authentik SSO / both — driven by noosphere.toml
- sessionStorage only (no localStorage — prevents credential leaks on shared devices)

i18n: German + English
2026-05-18 16:05:11 +02:00