Go to file
Rokojori 420c682408 page-editor-panel: replace html-editor-panel with structured .page editor
Renames html-editor-panel → page-editor-panel and changes the handled
extension from .html/.htm to .page. The new editor introduces a structured
format (page-header / page-root / page-block / page-area / page-footer),
a block registry with Full Width and Two Columns templates, a two-mode
sidebar (Blocks / Areas), rich-text wrapSelection helper, auto-template
injection for empty files, sandbox="allow-same-origin" on the iframe,
and editor-style injection that is stripped before saving.

Adds a default-roject theme (dark BG, Barlow font, blue headings) embedded
as a <style> block in the page <head>, scoped to [data-theme="default-roject"]
on both <body> and <page-root>. Areas toolbar gains H1, H2, H3 buttons.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-24 21:07:32 +02:00
electron session 2026-07-18: Electron local dev fixes, nav z-index, board/outline/history update 2026-07-18 08:37:47 +02:00
scripts electron: desktop app shell — login, JWT auth, header injection, token persistence 2026-07-14 13:31:11 +02:00
source page-editor-panel: replace html-editor-panel with structured .page editor 2026-07-24 21:07:32 +02:00
workspace page-editor-panel: replace html-editor-panel with structured .page editor 2026-07-24 21:07:32 +02:00
.gitignore Updated Git Ignore 2026-07-13 20:12:33 +02:00
.gitmodules Connector Rewrite 2026-07-17 13:37:48 +02:00
CLAUDE.md initial commit: source, workspace docs, locale system, gitignore 2026-07-06 19:28:59 +02:00
package-lock.json electron: desktop app shell — login, JWT auth, header injection, token persistence 2026-07-14 13:31:11 +02:00
package.json electron: desktop app shell — login, JWT auth, header injection, token persistence 2026-07-14 13:31:11 +02:00
tsconfig.client.json Fixed Build Errors 2026-07-17 13:47:43 +02:00
tsconfig.electron-server.json electron: desktop app shell — login, JWT auth, header injection, token persistence 2026-07-14 13:31:11 +02:00
tsconfig.electron.json electron: desktop app shell — login, JWT auth, header injection, token persistence 2026-07-14 13:31:11 +02:00
tsconfig.json Changed Alias Paths 2026-07-17 14:00:16 +02:00
tsconfig.ts-node.json Fixed Build Errors 2026-07-17 13:47:43 +02:00