Project

General

Profile

Feature #1962

Updated by Bernhard Koschiček-Krombholz about 1 year ago

Possible template 

 <pre> 
 # Name (ID) 
  > Alias 1 
  > Alias 2 
 ## Description 
 Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. 
 ## Types 
 ### Case Study 
 * Case Study 1 
 * Case Study 2  
 ### Multiple Type  
 * Type 1 
 * Type 2 
 * Type 3 
 ### Single Type    
 Type  

 ## Source 
  | Name | ID | Type | Description | 
 |---|---|---|---| 
 | Source name| 1234| Source Type | Source Description 

 </pre> 

 --------------------------------- 

 Add a button in each item/form of Source, Event, Actor, Place, Artifact, Reference, Types that allows to export to print, PDF, Word, markdown, JSON, etc, and also the possibility to apply recursively to a selected group of items 
 I think it would be very useful get a kind of printed record of a items, containing all items related.  
 for example, when I export an Actor I would like to get sources, events, relations, members of, Artifacts, references, Files, Notes related to this actor. 

 I you Alex do a kind of seed/example, I would try to complete and format others, with my low level of Python, but effective.

Back