Modify ↓
Opened 20 years ago
Closed 20 years ago
#2594 closed defect (fixed)
Wiki Links formatting makes entering links with special characters difficult
| Reported by: | fast40x | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | general | Version: | 0.9.3 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
It is difficult to enter a path like this with the Wiki formatting:
"file://localfs/path to projects/project 1"
The problem is that the user must have special knowledge to replace spaces with %20 (along with the other url encodings).
It would be much easier if you could just use quotes to define it, such as:
["file://localfs/path to projects/project 1" Project 1]
instead of
["file://localfs/path%20to%20projects/project%20" Project 1]
Attachments (0)
Change History (1)
comment:1 by , 20 years ago
| Milestone: | → 0.9 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



That should be
in Trac 0.9.
Displays: Project 1