Edgewall Software

Ticket #2594 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Wiki Links formatting makes entering links with special characters difficult

Reported by: fast40x Owned by: jonas
Priority: normal Milestone: 0.9
Component: general Version: 0.9.3
Severity: normal Keywords:
Cc:

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

Change History

Changed 3 years ago by cboos

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.9

That should be

[file:"//locals/path to projects/project 1"  Project 1]

in Trac 0.9.

Displays:  Project 1

Add/Change #2594 (Wiki Links formatting makes entering links with special characters difficult)

Author


E-mail address and user name can be saved in the Preferences.


Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.