Skip to content

Commit 558ae1a

Browse files
authored
Update README.md
- Update links to point to new TriliumNext/Trilium repo - Update a couple broken links
1 parent 1dfcf96 commit 558ae1a

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Trilium Notes
22

33
![GitHub Sponsors](https://img.shields.io/github/sponsors/eliandoran) ![LiberaPay patrons](https://img.shields.io/liberapay/patrons/ElianDoran)
4-
![Docker Pulls](https://img.shields.io/docker/pulls/triliumnext/notes)
5-
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/triliumnext/notes/total)
4+
![Docker Pulls](https://img.shields.io/docker/pulls/triliumnext/trilium)
5+
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/triliumnext/trilium/total)
66
[![RelativeCI](https://badges.relative-ci.com/badges/Di5q7dz9daNDZ9UXi0Bp?branch=develop)](https://app.relative-ci.com/projects/Di5q7dz9daNDZ9UXi0Bp) [![Translation status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted.weblate.org/engage/trilium/)
77

88
[English](./README.md) | [Chinese (Simplified)](./docs/README-ZH_CN.md) | [Chinese (Traditional)](./docs/README-ZH_TW.md) | [Russian](./docs/README.ru.md) | [Japanese](./docs/README.ja.md) | [Italian](./docs/README.it.md) | [Spanish](./docs/README.es.md)
@@ -46,15 +46,15 @@ See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for q
4646
- [awesome-trilium](https://github.com/Nriver/awesome-trilium) for 3rd party themes, scripts, plugins and more.
4747
- [TriliumRocks!](https://trilium.rocks/) for tutorials, guides, and much more.
4848

49-
## ⚠️ Why TriliumNext?
49+
## Why TriliumNext?
5050

51-
[The original Trilium project is in maintenance mode](https://github.com/zadam/trilium/issues/4620).
51+
The original Trilium developer ([Zadam](https://github.com/zadam)) has graciously given the Trilium repository to the community project which resides at https://github.com/TriliumNext
5252

53-
### Migrating from Trilium?
53+
### ⬆️Migrating from Zadam/Trilium?
5454

55-
There are no special migration steps to migrate from a zadam/Trilium instance to a TriliumNext/Notes instance. Simply [install TriliumNext/Notes](#-installation) as usual and it will use your existing database.
55+
There are no special migration steps to migrate from a zadam/Trilium instance to a TriliumNext/Trilium instance. Simply [install TriliumNext/Trilium](#-installation) as usual and it will use your existing database.
5656

57-
Versions up to and including [v0.90.4](https://github.com/TriliumNext/Notes/releases/tag/v0.90.4) are compatible with the latest zadam/trilium version of [v0.63.7](https://github.com/zadam/trilium/releases/tag/v0.63.7). Any later versions of TriliumNext have their sync versions incremented.
57+
Versions up to and including [v0.90.4](https://github.com/TriliumNext/Trilium/releases/tag/v0.90.4) are compatible with the latest zadam/trilium version of [v0.63.7](https://github.com/zadam/trilium/releases/tag/v0.63.7). Any later versions of TriliumNext/Trilium have their sync versions incremented which prevents direct migration.
5858

5959
## 📖 Documentation
6060

@@ -75,8 +75,8 @@ Feel free to join our official conversations. We would love to hear what feature
7575

7676
- [Matrix](https://matrix.to/#/#triliumnext:matrix.org) (For synchronous discussions.)
7777
- The `General` Matrix room is also bridged to [XMPP](xmpp:[email protected]?join)
78-
- [Github Discussions](https://github.com/TriliumNext/Notes/discussions) (For asynchronous discussions.)
79-
- [Github Issues](https://github.com/TriliumNext/Notes/issues) (For bug reports and feature requests.)
78+
- [Github Discussions](https://github.com/TriliumNext/Trilium/discussions) (For asynchronous discussions.)
79+
- [Github Issues](https://github.com/TriliumNext/Trilium/issues) (For bug reports and feature requests.)
8080

8181
## 🏗 Installation
8282

@@ -104,9 +104,11 @@ Currently only the latest versions of Chrome & Firefox are supported (and tested
104104

105105
To use TriliumNext on a mobile device, you can use a mobile web browser to access the mobile interface of a server installation (see below).
106106

107-
If you prefer a native Android app, you can use [TriliumDroid](https://apt.izzysoft.de/fdroid/index/apk/eu.fliegendewurst.triliumdroid). Report bugs and missing features at [their repository](https://github.com/FliegendeWurst/TriliumDroid).
107+
See issue https://github.com/TriliumNext/Trilium/issues/4962 for more information on mobile app support.
108108

109-
See issue https://github.com/TriliumNext/Notes/issues/72 for more information on mobile app support.
109+
If you prefer a native Android app, you can use [TriliumDroid](https://apt.izzysoft.de/fdroid/index/apk/eu.fliegendewurst.triliumdroid).
110+
Report bugs and missing features at [their repository](https://github.com/FliegendeWurst/TriliumDroid).
111+
Note: It is best to disable automatic updates on your server installation (see below) when using TriliumDroid since the sync version must match between Trilium and TriliumDroid.
110112

111113
### Server
112114

@@ -152,11 +154,11 @@ pnpm install
152154
pnpm nx --project=desktop electron-forge:make -- --arch=x64 --platform=win32
153155
```
154156

155-
For more details, see the [development docs](https://github.com/TriliumNext/Notes/blob/develop/docs/Developer%20Guide/Developer%20Guide/Building%20and%20deployment/Running%20a%20development%20build.md).
157+
For more details, see the [development docs](https://github.com/TriliumNext/Trilium/tree/main/docs/Developer%20Guide/Developer%20Guide).
156158

157159
### Developer Documentation
158160

159-
Please view the [documentation guide](./docs/Developer%20Guide/Developer%20Guide/Environment%20Setup.md) for details. If you have more questions, feel free to reach out via the links described in the "Discuss with us" section above.
161+
Please view the [documentation guide](https://github.com/TriliumNext/Trilium/blob/main/docs/Developer%20Guide/Developer%20Guide/Environment%20Setup.md) for details. If you have more questions, feel free to reach out via the links described in the "Discuss with us" section above.
160162

161163
## 👏 Shoutouts
162164

@@ -168,7 +170,7 @@ Please view the [documentation guide](./docs/Developer%20Guide/Developer%20Guide
168170
## 🤝 Support
169171

170172
Support for the TriliumNext organization will be possible in the near future. For now, you can:
171-
- Support continued development on TriliumNext by supporting our developers: [eliandoran](https://github.com/sponsors/eliandoran) (See the [repository insights]([developers]([url](https://github.com/TriliumNext/Notes/graphs/contributors))) for a full list)
173+
- Support continued development on TriliumNext by supporting our developers: [eliandoran](https://github.com/sponsors/eliandoran) (See the [repository insights]([developers]([url](https://github.com/TriliumNext/trilium/graphs/contributors))) for a full list)
172174
- Show a token of gratitude to the original Trilium developer ([zadam](https://github.com/sponsors/zadam)) via [PayPal](https://paypal.me/za4am) or Bitcoin (bitcoin:bc1qv3svjn40v89mnkre5vyvs2xw6y8phaltl385d2).
173175

174176

0 commit comments

Comments
 (0)