Commit Graph

39 Commits

Author SHA1 Message Date
Georg Bauer
914af9831d Feat/webworker for incremental render (#51)
* feat: web worker for incremental render

* feat: optimizing incremental render for date archives

* feat: more work on web worker

* fix: blogmark process handled defaulting wrong

---------

Co-authored-by: hugo <hugoms@me.com>
2026-03-13 13:27:45 +01:00
Georg Bauer
1b4ab08c37 Cleanup/code cleanup 2026 03 (#45)
* chore: cleanup of unused exports and stuff

* fix: media and languages was broken for english media

* fix: embedding model load was broken on standalone

---------

Co-authored-by: hugo <hugoms@me.com>
2026-03-10 19:54:38 +01:00
Georg Bauer
b855d61524 Feature/post media translations (#42)
* chore: updated todo with translation ideas

* feat: first take at the implementation of translations

* fix: small addition for the translation feature

* feat: support language switching in the editor and preview

* feat: better handling of long bodies by not running them through a json envelope

* fix: unknown macros have better fallback

* feat: api for python to get translations

* fix: strip dumb prefix of content in translation

* feat: extend meta diff for translations

* feat: hook up translations to rebuild-from-disk

* feat: generation of the website prefers project language, falling back to canonical language

* fix: crashes during rendering

* feat: translation validation report

* fix: made the translation validation actually work

* chore: reorganization of menu

* fix: some topics cleanup

* chore: updated doc

* feat: translations for media

* feat: more aligned in UI/UX

* feat: edit translations possible

* chore: added full multi-language todo

* chore: updated todo for clarity

* feat: implementation of full multi-linguality

* fix: page creation creates pages

* fix: flags on every page

* fix: better prompt

* feat: made MCP server aware of language content

* feat: python tools for translations

* fix: better fill-in-translations

* fix: better prompt for translation. maybe.

* fix: losing posts from search due to translation process

* fix: translation validation handles in-db content and fill-in of missing translations fixed to flush

* fix: faster scanning for infilling of missing translations

* chore: updated agent instructions

* feat: calendar and tag cloud respect current language now

* fix: retries going up

* fix: got metadata-diff and rebuild into sync

* fix: extended meta-diff for timestamps

* fix: made website validation look at translated content, too

* fix: multi-lingual search

* chore: refactor Editor.tsx into two separate editors

* feat: do language detection when no explicit language given

---------

Co-authored-by: hugo <hugoms@me.com>
2026-03-09 14:43:18 +01:00
Georg Bauer
7e1e8981a3 Feature/semantic similarity (#36)
* fix: mixed up migrations

* feat: semantic similarity first take

* feat: semantic similarity first round of fixes

* feat: more work on making semantic similarity work properly

* feat: getPostBySlug for the AI

* feat: show similarity in post-link-insert-modal

* chore: remove done doc

---------

Co-authored-by: hugo <hugoms@me.com>
2026-03-05 22:05:32 +01:00
Georg Bauer
c4a032346c Feature/python api image discovery (#34)
* Expose chat.analyzeMediaImage in Python API for batch image metadata generation

* Fix updateMedia losing linkedPostIds by reading existing sidecar before overwriting

* Also preserve author from sidecar when DB value is null (data drift)

* Extend MetadataDiffEngine to cover media, scripts, and templates

* Redesign MetadataDiffPanel: item-first view with field pills, filtering, and per-item multi-field diffs

* Fix task:progress startsWith crash (taskId not id) and nested button violation in field pills

* Populate field diffs for file-missing items and show fileMissing badge in UI

* feat: extended meta diff

* feat: meta diff als reconstructs orphans

* chore: updated documentation

---------

Co-authored-by: hugo <hugoms@me.com>
2026-03-04 22:37:43 +01:00
7c44ecf7fe fix: problems with startup 2026-02-28 21:36:16 +01:00
c358e1b11c feat: first round of mcp standalone server 2026-02-28 21:23:22 +01:00
46752068be feat: rework templates 2026-02-28 13:00:51 +01:00
e71e478776 feat: more on mcp server 2026-02-28 11:05:39 +01:00
9efe007791 feat: mcp server implementation round 2 2026-02-28 09:31:58 +01:00
690b90abcf feat: first cut at mcp and mcp apps 2026-02-28 09:11:59 +01:00
f3364999ee feat: user-managed templates 2026-02-27 20:00:53 +01:00
fcdf869a7c wip: agui integration 2026-02-25 19:51:58 +01:00
cd394bcacb feat: hooked scripts into the blogmark pipeline 2026-02-23 20:10:46 +01:00
13517f134c fix: fixed bookmarklet for cold start finally, hopefully, maybe 2026-02-22 19:08:21 +01:00
c6afd545a6 fix: proper opening of the mac app on bookmarklet 2026-02-22 18:38:56 +01:00
509afa4c85 feat: bookmarklet to blog stuff easily 2026-02-22 17:49:11 +01:00
6e45936fc9 feat: store main window pos 2026-02-22 17:22:33 +01:00
b8005bec30 feat: i18n support with first translations 2026-02-21 10:45:41 +01:00
0d66939eb7 fix: macosx UI cleanup 2026-02-19 22:50:21 +01:00
Claude
a0a7f49135 feat: add sitemap generator to Blog menu
Add a "Generate Sitemap" function to the Blog menu that generates a
standard XML sitemap in the project's html/ folder. The sitemap includes
entries for all published posts, archive pages (year, month, day),
category pages, and tag pages using the preview server URL structure.
Runs as a background task with progress tracking via the task manager.

https://claude.ai/code/session_01PdJyxeeNGf4Bkxvq86GVaZ
2026-02-18 20:17:05 +00:00
70bc0b1b09 fix: more work on menus 2026-02-17 11:25:50 +01:00
7b5829e965 feat: custom title bar that is more compact 2026-02-17 10:52:25 +01:00
copilot-swe-agent[bot]
cecbae9d27 feat: use unified compact title bar on windows and linux
Co-authored-by: rfc1437 <774975+rfc1437@users.noreply.github.com>
2026-02-17 07:45:06 +00:00
50e813f95c feat: titlebar icon for sidebar toggle first try 2026-02-17 07:06:50 +01:00
b2db7c6df0 feat: better previews and consistent previews 2026-02-17 06:47:57 +01:00
54a8ba5ceb feat: preview server startup directly 2026-02-16 21:28:16 +01:00
89187229cf feat: basic preview server running 2026-02-16 21:02:51 +01:00
3679750dbc feat: diff tool to see discrepancies 2026-02-15 21:29:38 +01:00
34eb0d3781 chore: removed sync engine since we go for filesystem based syncing 2026-02-14 18:15:28 +01:00
e8c05ee8be feat: allow projects to have external data path for posts and media 2026-02-12 15:33:45 +01:00
85d196e598 feat: added dataPath for projects 2026-02-12 15:00:37 +01:00
870bec4dcd feat: ai chat added, login flow still broken 2026-02-11 18:00:37 +01:00
c7827a2d77 feat: rebuild search index 2026-02-11 09:43:13 +01:00
e66c64350f fix: dev-tools work again 2026-02-11 09:19:16 +01:00
6bbf13dd41 fix: better handling of many posts 2026-02-10 22:48:13 +01:00
bdc584dbf6 fix: rmeoved menu item and fixed github links 2026-02-10 17:50:46 +01:00
5c10ed3fd5 fix: post creation working again, also slugs 2026-02-10 16:50:45 +01:00
5979fa3374 initial commit 2026-02-10 11:04:44 +01:00