User Tools

Site Tools


en:infra-convert:dev:characteristictags

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:infra-convert:dev:characteristictags [2020/07/30 08:39]
me
en:infra-convert:dev:characteristictags [2020/11/13 13:39]
me
Line 18: Line 18:
 </​WRAP>​ </​WRAP>​
  
-The →[[en:​infra-convert:​user:​terms#​Label|Labels]] (respectively tags) that are available in a project are defined in the parameter file //CharacteristicTags.json//. These definitions are loaded when a new →[[en:​infra-convert:​user:​terms#​Project|project]] is created and saved in the project file. This means that it is only in the project itself possible to later change the tags for a project.+The →[[en:​infra-convert:​user:​terms#​Label|Labels]] (respectively tags) that are available in a project are defined in the parameter file "CharacteristicTags.json". These definitions are loaded when a new →[[en:​infra-convert:​user:​terms#​Project|project]] is created and saved in the project file. This means that it is only in the project itself possible to later change the tags for a project.
  
-During installation,​ the parameter file //CharacteristicTags// is saved at the following location:+During installation,​ the parameter file "CharacteristicTags.json" ​is saved at the following location:
  
 <WRAP group> <WRAP group>
Line 30: Line 30:
  
 If another parameter file is to be loaded when starting the program, this can be specified in the startup parameter file (see Configuration and Import > Startup parameter file > [[en:​infra-convert:​dev:​parameter#​Parameter file for tags]]). If another parameter file is to be loaded when starting the program, this can be specified in the startup parameter file (see Configuration and Import > Startup parameter file > [[en:​infra-convert:​dev:​parameter#​Parameter file for tags]]).
 +
 +You can export the current project settings as project template files ("​CharacteristicTags.json",​ "​SpecialCategories.json"​ and "​StampTemplates.json"​) from the #@IC_HTML@# user interface. See "User Manual > Settings > Project Settings > Tags > [[en:​infra-convert:​user:​config:​label#​save_export|Save/​Export]]"​. (Available from programme version 2.4.1.)
  
 {{page>​en:​infra-convert:​dev:​tip_use_adv_editor}} {{page>​en:​infra-convert:​dev:​tip_use_adv_editor}}
Line 65: Line 67:
  
 <code javascript>​ <code javascript>​
-"​Id":​ "​{24C41CA8-871C-456E-B082-22EC2A20216D}"​,+"​Id":​ "​{24C41CA8-871C-456E-B082-22EC2A20216D}"​
 </​code>​ </​code>​
  
Line 88: Line 90:
  
 <code javascript>​ <code javascript>​
-"​Priority":​ 1,+"​Priority":​ 1
 </​code>​ </​code>​
  
Line 111: Line 113:
  
 <code javascript>​ <code javascript>​
-"​FriendlyName":​ "​TagOne"​,+"​FriendlyName":​ "​TagOne"​
 </​code>​ </​code>​
  
Line 132: Line 134:
 </​WRAP>​ </​WRAP>​
 <WRAP column 55%> <WRAP column 55%>
 +
 +<code javascript>​
 +"​Color":​ null
 +</​code>​
 +
 +<code javascript>​
 +"​Color":​ "#​FF1C5EE2"​
 +</​code>​
  
 <code javascript>​ <code javascript>​
Line 144: Line 154:
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
-^ Type | String | Color system | +Color | String | Set colour value:\\ **null** Do not overwrite stamping colour\\ **#​AARRGGBB** Overwrite with hexadecimal coded colour\\ **{...}** Overwrite with (A)RGB-coded colour | 
-^ R | Integer | Value for the red color channel (0 … 255) | +^ └ Type | String | Color system:\\ **RGB** Red-Green-Blue\\ **ARGB** Alpha-Red-Green-Blue | 
-^ G | Integer | Value for the green color channel (0 … 255) | +^ └ A | Integer | Value for the alpha channel (0 … 255, wiht 0 = fully transparent) ​
-^ B | Integer | Value for the blue color channel (0 … 255) |+└ R | Integer | Value for the red color channel (0 … 255) | 
 +└ G | Integer | Value for the green color channel (0 … 255) | 
 +└ B | Integer | Value for the blue color channel (0 … 255) |
  
 </​WRAP>​ </​WRAP>​
en/infra-convert/dev/characteristictags.txt · Last modified: 2021/10/22 16:17 by me