Commit Graph

16 Commits

Author SHA1 Message Date
mihailkudravcev 31659d4287 fix(export_docs): sidebar folder tree follows parent/child paths
Render _Sidebar entries in DFS order instead of sorting by depth globally.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-29 13:42:22 +03:00
mihailkudravcev cd79549c27 fix(export_docs): Gitea wiki link targets and INDEX.md pages
Strip .md from internal links, merge folder INDEX bodies, rewrite out-of-wiki repo paths to Gitea src URLs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-29 13:37:34 +03:00
mihailkudravcev a455cd8085 fix(export_docs): stage Home/Sidebar and shorten sidebar folder labels
Gitea wiki clones may mark Home.md assume-unchanged; clear index flags before add and commit only staged changes. Sidebar shows last path segment without «Папка».

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-29 13:31:10 +03:00
mihailkudravcev 3d272b46c7 Release 0.3.9: export_docs clean + wiki index pages
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-29 13:10:46 +03:00
mihailkudravcev 7dd699dab5 Release 0.3.8: translit wiki slugs and relative md links
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-29 11:12:38 +03:00
mihailkudravcev 98cbb88461 Fix Windows git commit ValueError: embedded null character.
Use git commit -F and strip NULs from argv/version strings (0.3.7).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 13:23:32 +03:00
mihailkudravcev dc8be1bd1a Fix Windows MAX_PATH failures for percent-encoded wiki filenames.
Cap encoded slug length and use \\?\ long-path writes (0.3.6).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 10:55:31 +03:00
mihailkudravcev d91c454099 Fix push when --out contains the wiki clone directory.
Keep wiki_clone* across convert --clean and skip copying the clone into itself (0.3.5).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 10:38:25 +03:00
mihailkudravcev f9e8380348 Include configuration name and vendor in generated wiki footers. 2026-07-24 09:46:44 +03:00
mihailkudravcev 046a9a51e3 Preserve user wiki pages on help export push.
Only manifest-managed help pages are updated or removed; add --wipe-unmanaged for a full clean.
2026-07-23 16:30:51 +03:00
mihailkudravcev c32fce2b5f Fix 1C help HTML to Markdown for TOC, bold-in-links, and tip tables. 2026-07-23 16:24:41 +03:00
mihailkudravcev 37cbe65ac8 Replace Unicode minus with ASCII hyphen in export stats. 2026-07-23 15:30:43 +03:00
mihailkudravcev 02a05d34d0 Support any 1C config dump and auto wiki URL from its git remote.
Add info command, -c/--config, derived repo.wiki.git target, and README for submodule/root workflows.
2026-07-23 15:24:59 +03:00
mihailkudravcev ecddcef586 Track configuration version and page lifecycle in wiki export.
Record created/edited/deleted-in versions per page; add History.md and update workflow docs.
2026-07-23 15:16:06 +03:00
mihailkudravcev fa6a2a3799 Document nested subsystems and percent-encoded filename fix. 2026-07-23 15:01:18 +03:00
mihailkudravcev aec0407b87 Initial release: export 1C Help to Gitea wiki.
Convert Ext/Help/ru.html to Markdown and push to a wiki git repository.
2026-07-23 14:54:04 +03:00