diff --git a/README.md b/README.md
index 288bc3467..11391c89e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# TriliumNext Notes
+# Trilium Notes


@@ -7,7 +7,7 @@
[English](./README.md) | [Chinese](./docs/README-ZH_CN.md) | [Russian](./docs/README.ru.md) | [Japanese](./docs/README.ja.md) | [Italian](./docs/README.it.md) | [Spanish](./docs/README.es.md)
-TriliumNext Notes is a free and open-source, cross-platform hierarchical note taking application with focus on building large personal knowledge bases.
+Trilium Notes is a free and open-source, cross-platform hierarchical note taking application with focus on building large personal knowledge bases.
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for quick overview:
@@ -153,7 +153,7 @@ Please view the [documentation guide](./docs/Developer%20Guide/Developer%20Guide
## 👏 Shoutouts
* [CKEditor 5](https://github.com/ckeditor/ckeditor5) - best WYSIWYG editor on the market, very interactive and listening team
-* [FancyTree](https://github.com/mar10/fancytree) - very feature rich tree library without real competition. TriliumNext Notes would not be the same without it.
+* [FancyTree](https://github.com/mar10/fancytree) - very feature rich tree library without real competition. Trilium Notes would not be the same without it.
* [CodeMirror](https://github.com/codemirror/CodeMirror) - code editor with support for huge amount of languages
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library without competition. Used in [relation maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map)
diff --git a/apps/client/package.json b/apps/client/package.json
index 43cdea2d9..77c7a559d 100644
--- a/apps/client/package.json
+++ b/apps/client/package.json
@@ -5,7 +5,7 @@
"private": true,
"license": "AGPL-3.0-only",
"author": {
- "name": "TriliumNext Notes Team",
+ "name": "Trilium Notes Team",
"email": "contact@eliandoran.me",
"url": "https://github.com/TriliumNext/Notes"
},
diff --git a/apps/client/src/components/tab_manager.ts b/apps/client/src/components/tab_manager.ts
index fa83470ce..0416071c6 100644
--- a/apps/client/src/components/tab_manager.ts
+++ b/apps/client/src/components/tab_manager.ts
@@ -688,7 +688,7 @@ export default class TabManager extends Component {
const titleFragments = [
// it helps to navigate in history if note title is included in the title
await activeNoteContext.getNavigationTitle(),
- "TriliumNext Notes"
+ "Trilium Notes"
].filter(Boolean);
document.title = titleFragments.join(" - ");
diff --git a/apps/client/src/translations/cn/translation.json b/apps/client/src/translations/cn/translation.json
index cf852e56b..ccc04e21b 100644
--- a/apps/client/src/translations/cn/translation.json
+++ b/apps/client/src/translations/cn/translation.json
@@ -1,6 +1,6 @@
{
"about": {
- "title": "关于 TriliumNext Notes",
+ "title": "关于 Trilium Notes",
"close": "关闭",
"homepage": "项目主页:",
"app_version": "应用版本:",
diff --git a/apps/client/src/translations/de/translation.json b/apps/client/src/translations/de/translation.json
index ea17f0575..694e7934f 100644
--- a/apps/client/src/translations/de/translation.json
+++ b/apps/client/src/translations/de/translation.json
@@ -1,6 +1,6 @@
{
"about": {
- "title": "Über TriliumNext Notes",
+ "title": "Über Trilium Notes",
"close": "Schließen",
"homepage": "Startseite:",
"app_version": "App-Version:",
@@ -639,7 +639,7 @@
"reload_frontend": "Frontend neu laden",
"show_hidden_subtree": "Versteckten Teilbaum anzeigen",
"show_help": "Hilfe anzeigen",
- "about": "Über TriliumNext Notes",
+ "about": "Über Trilium Notes",
"logout": "Abmelden",
"show-cheatsheet": "Cheatsheet anzeigen",
"toggle-zen-mode": "Zen Modus"
diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json
index 251819807..6d3ad07a2 100644
--- a/apps/client/src/translations/en/translation.json
+++ b/apps/client/src/translations/en/translation.json
@@ -1,6 +1,6 @@
{
"about": {
- "title": "About TriliumNext Notes",
+ "title": "About Trilium Notes",
"close": "Close",
"homepage": "Homepage:",
"app_version": "App version:",
@@ -643,7 +643,7 @@
"reload_frontend": "Reload Frontend",
"show_hidden_subtree": "Show Hidden Subtree",
"show_help": "Show Help",
- "about": "About TriliumNext Notes",
+ "about": "About Trilium Notes",
"logout": "Logout",
"show-cheatsheet": "Show Cheatsheet",
"toggle-zen-mode": "Zen Mode"
diff --git a/apps/client/src/translations/es/translation.json b/apps/client/src/translations/es/translation.json
index a5935f50e..45d1a6115 100644
--- a/apps/client/src/translations/es/translation.json
+++ b/apps/client/src/translations/es/translation.json
@@ -1,6 +1,6 @@
{
"about": {
- "title": "Acerca de TriliumNext Notes",
+ "title": "Acerca de Trilium Notes",
"close": "Cerrar",
"homepage": "Página principal:",
"app_version": "Versión de la aplicación:",
@@ -643,7 +643,7 @@
"reload_frontend": "Recargar interfaz",
"show_hidden_subtree": "Mostrar subárbol oculto",
"show_help": "Mostrar ayuda",
- "about": "Acerca de TriliumNext Notes",
+ "about": "Acerca de Trilium Notes",
"logout": "Cerrar sesión",
"show-cheatsheet": "Mostrar hoja de trucos",
"toggle-zen-mode": "Modo Zen"
diff --git a/apps/client/src/translations/fr/translation.json b/apps/client/src/translations/fr/translation.json
index 74335e936..2ea871fc9 100644
--- a/apps/client/src/translations/fr/translation.json
+++ b/apps/client/src/translations/fr/translation.json
@@ -1,6 +1,6 @@
{
"about": {
- "title": "À propos de TriliumNext Notes",
+ "title": "À propos de Trilium Notes",
"close": "Fermer",
"homepage": "Page d'accueil :",
"app_version": "Version de l'application :",
@@ -639,7 +639,7 @@
"reload_frontend": "Recharger l'interface",
"show_hidden_subtree": "Afficher le Sous-arbre caché",
"show_help": "Afficher l'aide",
- "about": "À propos de TriliumNext Notes",
+ "about": "À propos de Trilium Notes",
"logout": "Déconnexion",
"show-cheatsheet": "Afficher l'aide rapide",
"toggle-zen-mode": "Zen Mode"
diff --git a/apps/client/src/translations/ro/translation.json b/apps/client/src/translations/ro/translation.json
index 25b073e9e..537b43420 100644
--- a/apps/client/src/translations/ro/translation.json
+++ b/apps/client/src/translations/ro/translation.json
@@ -1,6 +1,6 @@
{
"about": {
- "title": "Despre TriliumNext Notes",
+ "title": "Despre Trilium Notes",
"homepage": "Site web:",
"app_version": "Versiune aplicație:",
"db_version": "Versiune bază de date:",
@@ -572,7 +572,7 @@
"system-default": "Fontul predefinit al sistemului"
},
"global_menu": {
- "about": "Despre TriliumNext Notes",
+ "about": "Despre Trilium Notes",
"advanced": "Opțiuni avansate",
"configure_launchbar": "Configurează bara de lansare",
"logout": "Deautentificare",
diff --git a/apps/client/src/translations/tw/translation.json b/apps/client/src/translations/tw/translation.json
index c25504510..8a93a2281 100644
--- a/apps/client/src/translations/tw/translation.json
+++ b/apps/client/src/translations/tw/translation.json
@@ -1,6 +1,6 @@
{
"about": {
- "title": "關於 TriliumNext Notes",
+ "title": "關於 Trilium Notes",
"homepage": "項目主頁:",
"app_version": "軟件版本:",
"db_version": "資料庫版本:",
diff --git a/apps/desktop/electron-forge/forge.config.ts b/apps/desktop/electron-forge/forge.config.ts
index 315cc7d49..b433ee4d7 100644
--- a/apps/desktop/electron-forge/forge.config.ts
+++ b/apps/desktop/electron-forge/forge.config.ts
@@ -160,8 +160,8 @@ const config: ForgeConfig = {
for (const outputPath of packageResult.outputPaths) {
const localeDirs = isMac
? [
- path.join(outputPath, "TriliumNext Notes.app/Contents/Resources"),
- path.join(outputPath, "TriliumNext Notes.app/Contents/Frameworks/Electron Framework.framework/Resources")
+ path.join(outputPath, `${PRODUCT_NAME}.app/Contents/Resources`),
+ path.join(outputPath, `${PRODUCT_NAME}.app/Contents/Frameworks/Electron Framework.framework/Resources`)
]
: [ path.join(outputPath, 'locales') ];
diff --git a/apps/desktop/package.json b/apps/desktop/package.json
index 4448f7e59..6ad210d46 100644
--- a/apps/desktop/package.json
+++ b/apps/desktop/package.json
@@ -1,7 +1,7 @@
{
"name": "@triliumnext/desktop",
"version": "0.95.0",
- "description": "Build your personal knowledge base with TriliumNext Notes",
+ "description": "Build your personal knowledge base with Trilium Notes",
"private": true,
"main": "main.cjs",
"dependencies": {
@@ -36,7 +36,7 @@
},
"license": "AGPL-3.0-only",
"author": {
- "name": "TriliumNext Notes Team",
+ "name": "Trilium Notes Team",
"email": "contact@eliandoran.me",
"url": "https://github.com/TriliumNext/Notes"
},
diff --git a/apps/desktop/src/app-info.ts b/apps/desktop/src/app-info.ts
index 9ec58a444..96fd6eee5 100644
--- a/apps/desktop/src/app-info.ts
+++ b/apps/desktop/src/app-info.ts
@@ -1,4 +1,4 @@
/**
* The Electron product name (can be used for the window WMClass or passed down to the Electron packager).
*/
-export const PRODUCT_NAME = "TriliumNext Notes";
+export const PRODUCT_NAME = "Trilium Notes";
diff --git a/apps/edit-docs/demo/root/Trilium Demo.html b/apps/edit-docs/demo/root/Trilium Demo.html
index 59ef348b7..3da4da498 100644
--- a/apps/edit-docs/demo/root/Trilium Demo.html
+++ b/apps/edit-docs/demo/root/Trilium Demo.html
@@ -17,7 +17,7 @@
-
Welcome to TriliumNext Notes! +
Welcome to Trilium Notes!
This is initial "demo" document provided by TriliumNext by default to diff --git a/apps/edit-docs/demo/root/Trilium Demo_icon-color.svg b/apps/edit-docs/demo/root/Trilium Demo_icon-color.svg index 173712891..943f1bfe8 100644 --- a/apps/edit-docs/demo/root/Trilium Demo_icon-color.svg +++ b/apps/edit-docs/demo/root/Trilium Demo_icon-color.svg @@ -1,6 +1,6 @@