Changes between Initial Version and Version 1 of Ticket #8384, comment 7
- Timestamp:
- 2013-01-30T12:36:51+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8384, comment 7
initial v1 3 3 Pasting tags from different sources is an easier task. I suggest it remains on `Ctrl-Shift-W`, pasting tags from JOSM or from external clipboard (the most recently modified), as [comment:5 Don-vip] suggests. 4 4 5 Tab and Newline - separated text seems like the best format and should be implemented, but I think we should support some others too without asking user about formateach time. I propose to support alsofree format5 Tab and Newline - separated text seems like the best format and should be implemented, but I think we should support some others formats too without asking user each time. I propose to support also "free format" 6 6 `key1=very long key key2=short key ; key3=value3` 7 (first word before `=` is the key, all separators between it and previous word are ignored) and strict JSON-version for web-based tools 7 (first word before `=` is the key, all separators between it and previous word are ignored) and "strict JSON-version" for web-based tools 8 8 `{"key1"="value number 1", "key2"="v2", "key3"="road \"M5\""}` 9 9