mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/develop' into feature/server_esm_part3
This commit is contained in:
		
						commit
						7b2d70ba56
					
				
							
								
								
									
										10
									
								
								.github/ISSUE_TEMPLATE/bug_report.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/ISSUE_TEMPLATE/bug_report.yml
									
									
									
									
										vendored
									
									
								
							@ -5,9 +5,9 @@ labels: "Type: Bug"
 | 
				
			|||||||
body:
 | 
					body:
 | 
				
			||||||
- type: input
 | 
					- type: input
 | 
				
			||||||
  attributes:
 | 
					  attributes:
 | 
				
			||||||
    label: Trilium Version
 | 
					    label: TriliumNext Version
 | 
				
			||||||
    description: What version of Trilium are you using?
 | 
					    description: What version of TriliumNext are you using?
 | 
				
			||||||
    placeholder: 0.57.0-beta
 | 
					    placeholder: 0.90.0-beta
 | 
				
			||||||
  validations:
 | 
					  validations:
 | 
				
			||||||
    required: true
 | 
					    required: true
 | 
				
			||||||
- type: dropdown
 | 
					- type: dropdown
 | 
				
			||||||
@ -24,7 +24,7 @@ body:
 | 
				
			|||||||
- type: dropdown
 | 
					- type: dropdown
 | 
				
			||||||
  attributes:
 | 
					  attributes:
 | 
				
			||||||
    label: What is your setup?
 | 
					    label: What is your setup?
 | 
				
			||||||
    description: https://github.com/zadam/trilium/wiki#choose-the-setup
 | 
					    description: https://triliumnext.github.io/Docs/Wiki/quick-start.html
 | 
				
			||||||
    options:
 | 
					    options:
 | 
				
			||||||
      - Local (no sync)
 | 
					      - Local (no sync)
 | 
				
			||||||
      - Local + server sync
 | 
					      - Local + server sync
 | 
				
			||||||
@ -47,6 +47,6 @@ body:
 | 
				
			|||||||
- type: textarea
 | 
					- type: textarea
 | 
				
			||||||
  attributes:
 | 
					  attributes:
 | 
				
			||||||
    label: Error logs
 | 
					    label: Error logs
 | 
				
			||||||
    description: Please provide error logs, see [wiki page](https://github.com/zadam/trilium/wiki/Error-logs) for instructions on how to submit them.
 | 
					    description: Please provide error logs, see [wiki page](https://triliumnext.github.io/Docs/Wiki/error-logs.html) for instructions on how to submit them.
 | 
				
			||||||
  validations:
 | 
					  validations:
 | 
				
			||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										3
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							@ -8,4 +8,7 @@
 | 
				
			|||||||
    "i18n-ally.localesPaths": [
 | 
					    "i18n-ally.localesPaths": [
 | 
				
			||||||
        "./src/public/translations"
 | 
					        "./src/public/translations"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
 | 
					    "[jsonc]": {
 | 
				
			||||||
 | 
					        "editor.defaultFormatter": "vscode.json-language-features"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -10,4 +10,4 @@ Description above is a general rule and may be altered on case by case basis.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Reporting a Vulnerability
 | 
					## Reporting a Vulnerability
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You can report low severity vulnerabilities as GitHub issues, more severe vulnerabilities should be reported to the email zadam.apps@gmail.com
 | 
					You can report low severity vulnerabilities as GitHub issues, more severe vulnerabilities should be reported to the email [contact@eliandoran.me](mailto:contact@eliandoran.me)
 | 
				
			||||||
 | 
				
			|||||||
@ -66,6 +66,8 @@ const copy = async () => {
 | 
				
			|||||||
    "node_modules/print-this/",
 | 
					    "node_modules/print-this/",
 | 
				
			||||||
    "node_modules/split.js/dist/",
 | 
					    "node_modules/split.js/dist/",
 | 
				
			||||||
    "node_modules/panzoom/dist/",
 | 
					    "node_modules/panzoom/dist/",
 | 
				
			||||||
 | 
					    "node_modules/i18next/",
 | 
				
			||||||
 | 
					    "node_modules/i18next-http-backend/"
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  for (const folder of nodeModulesFolder) {
 | 
					  for (const folder of nodeModulesFolder) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user