mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	chore(options/etapi): add TODO notice to get rid of current workaround
This commit is contained in:
		
							parent
							
								
									f1f5839ea2
								
							
						
					
					
						commit
						0f1b4614fb
					
				@ -9,6 +9,8 @@ const TPL = `
 | 
				
			|||||||
<div class="options-section">
 | 
					<div class="options-section">
 | 
				
			||||||
    <h4>${t("etapi.title")}</h4>
 | 
					    <h4>${t("etapi.title")}</h4>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // TriliumNextTODO: src/public/app/services/link.ts -> prevents regular click behavior on "a" element here
 | 
				
			||||||
 | 
					    // because it is a relative path, and not a URL starting with http(s) -> onclick="window.open(...)" is used as workaround for now
 | 
				
			||||||
    <p>${t("etapi.description")} <br/>
 | 
					    <p>${t("etapi.description")} <br/>
 | 
				
			||||||
      ${t("etapi.see_more", {
 | 
					      ${t("etapi.see_more", {
 | 
				
			||||||
        link_to_wiki: `<a class="tn-link" href="https://triliumnext.github.io/Docs/Wiki/etapi.html">${t("etapi.wiki")}</a>`,
 | 
					        link_to_wiki: `<a class="tn-link" href="https://triliumnext.github.io/Docs/Wiki/etapi.html">${t("etapi.wiki")}</a>`,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user