mirror of
https://github.com/Kuingsmile/word-GPT-Plus.git
synced 2026-04-25 08:15:48 +03:00
[GH-ISSUE #163] [Feature]: Support for lists, page numbers, headers #102
Labels
No labels
bug
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/word-GPT-Plus#102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HenkieTenkie62 on GitHub (Feb 3, 2026).
Original GitHub issue: https://github.com/Kuingsmile/word-GPT-Plus/issues/163
Originally assigned to: @Kuingsmile on GitHub.
前置阅读 | Pre-reading
服务类型 | Service Type
Self-hosted service
系统信息 | System Information
Windows
Office 版本 | Office Version
office 2021
功能请求 | Feature request
Lot's of new features, very nice!
A few requests:
Could support for referring to page numbers be implemented?
It seems very natural to refer to pages and content based on page numbering.
Insert list seems broken? at least my GLM 4.5 Air doesn't seem to be able to use it. Also get range info tells you nothing about lists or indentation of lists.
Also it seems unable to place the cursor at a specific location;
This is needed for inserting pagebreaks;
As i would use it; To format a document:
Find headers (read/select); Goto begin of paragraph (place cursor); insert pagebreak; select paragraph; apply style: "Header 1"
Right now this doens't seem possible, or me and my local GLM 4.5 Air are just not smart enough 😅
Maybe convert the word document to html for parsing by the LLM, HTML is widely supported and can do practically everything for markup.