Document nested subsystems and percent-encoded filename fix.
This commit is contained in:
+7
-2
@@ -10,14 +10,19 @@ All notable changes to **export_1c_help** are documented in this file.
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Discovery of `**/Ext/Help/ru.html` in a 1C configuration `src/` tree
|
- Discovery of `**/Ext/Help/ru.html` in a 1C configuration `src/` tree (incl. nested `Subsystems`)
|
||||||
- HTML → Markdown converter (stdlib only): headings, lists, bold/italic, links
|
- HTML → Markdown converter (stdlib only): headings, lists, bold/italic, links
|
||||||
- Rewrite of 1C help links (`Catalog.X/Help`, `….Form.Y/Help`) to Gitea `[[wiki]]` links
|
- Rewrite of 1C help links (`Catalog.X/Help`, `….Form.Y/Help`) to Gitea `[[wiki]]` links
|
||||||
- Unique wiki page titles (H1 / synonym / meta key) with collision suffixes
|
- Unique wiki page titles (H1 / synonym / meta key) with collision suffixes
|
||||||
- Gitea-compatible percent-encoded filenames for Cyrillic titles
|
- Gitea-compatible **percent-encoded** filenames for Cyrillic titles
|
||||||
- `Home.md` index and `_Sidebar.md` navigation
|
- `Home.md` index and `_Sidebar.md` navigation
|
||||||
- `manifest.json` (meta_key → title mapping)
|
- `manifest.json` (meta_key → title mapping)
|
||||||
- CLI: `convert`, `push` (clone/commit/push wiki git repo)
|
- CLI: `convert`, `push` (clone/commit/push wiki git repo)
|
||||||
- Option `--objects-only` to skip form-level help
|
- Option `--objects-only` to skip form-level help
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Nested subsystem help paths (`Subsystems/A/Subsystems/B/…`) no longer collapse to the parent meta key
|
||||||
|
- Unicode wiki filenames replaced with percent-encoded slugs (Gitea UI returned HTTP 500)
|
||||||
|
|
||||||
[0.1.0]: https://git.p7net.ru/tools/export_1c_help/releases/tag/v0.1.0
|
[0.1.0]: https://git.p7net.ru/tools/export_1c_help/releases/tag/v0.1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user