Modify ↓
#13389 closed defect (fixed)
Quote whitespace in wiki page names
Reported by: | Ryan J Ollos | Owned by: | Peter Suter |
---|---|---|---|
Priority: | normal | Component: | WikiAutoCompletePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
TracLinks to a wiki page name with whitespace should be quoted: TracLinks#QuotingspaceinTracLinks.
Attachments (2)
Change History (11)
comment:1 Changed 7 years ago by
comment:6 Changed 7 years ago by
If middle segment of page name has space characters, completion wouldn't work by quoting (e.g. SandBox/Page Name
and SandBox/Page Name/Page
). It is not useful, a little.
Changed 7 years ago by
Attachment: | Screen Shot 2018-03-13 at 09.34.09.png added |
---|
Changed 7 years ago by
Attachment: | Screen Shot 2018-03-13 at 09.34.30.png added |
---|
comment:7 Changed 7 years ago by
comment:8 Changed 7 years ago by
- I wanted to modify the text to
SandBox/Page Name/Page
after completing[wiki:"SandBox/Page Name"
, and removed the last double-quote character but autocompletion didn't work. - Typing
wiki:SandBox/Page
, autocompletion works fine but autocompletion disappears whenwiki:SandBox/Page N
is typed.
I consider autocompletion should work even if wiki:"...
is typed.
Another thing, I think the link included ]
, '
, "
should be quoted.
Note: See
TracTickets for help on using
tickets.
Is this solved simply by adding this?
wikiautocomplete/web_ui.py