Commit Graph

24 Commits

Author SHA1 Message Date
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
c358e1b11c feat: first round of mcp standalone server 2026-02-28 21:23:22 +01:00
f3364999ee feat: user-managed templates 2026-02-27 20:00:53 +01:00
b1e9275580 feat: publish prefereces stored in filesystem 2026-02-27 14:50:20 +01:00
838ea34ab7 feat(python): add queued worker runtime and configurable transform mode 2026-02-23 22:26:54 +01:00
509afa4c85 feat: bookmarklet to blog stuff easily 2026-02-22 17:49:11 +01:00
f43e150668 fix: project got corrupted sometimes 2026-02-22 10:27:28 +01:00
03657e7a84 chore: more refactorings and optimizations 2026-02-22 09:54:42 +01:00
9dacd6fca5 feat: categories with titles 2026-02-22 07:18:43 +01:00
63c4b148e1 feat: categories have settings for filtering and titles 2026-02-20 21:10:15 +01:00
eeffa247bb feat: style editor for blog 2026-02-20 20:24:37 +01:00
b410736a67 fix: make sitemap work properly 2026-02-19 09:40:12 +01:00
copilot-swe-agent[bot]
7c81d76a4b fix: resolve issues #10 and #11 for metadata and preview language
Co-authored-by: rfc1437 <774975+rfc1437@users.noreply.github.com>
2026-02-17 17:52:56 +00:00
89187229cf feat: basic preview server running 2026-02-16 21:02:51 +01:00
bd964fb284 fix: repaired rebuild from filesystem 2026-02-16 10:09:14 +01:00
e7c395e1bd fix: phase 8 refactoring 2026-02-16 06:57:35 +01:00
14be7aa7af feat: author support and UI support for multi-category 2026-02-15 16:51:29 +01:00
6ff84c2d6a feat: reworked project location 2026-02-14 09:40:39 +01:00
642c6f5294 feat: AI Quickaction to generate caption and alt text for images 2026-02-13 22:48:15 +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
48f7fc16e5 sync project settings too 2026-02-11 10:37:59 +01:00
4e2f6d4d08 feat: meta data sync to files 2026-02-11 08:54:19 +01:00