Skip to content

Commit 183b650

Browse files
committed
Add TriliumNext
1 parent 3937f1a commit 183b650

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed

TriliumNext/TriliumNext.php

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\TriliumNext;
4+
5+
class TriliumNext extends \App\SupportedApps
6+
{
7+
}

TriliumNext/app.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "63d0c2c2a5b5dc9f5eb5ebf32c3a5b3a26d3d047",
3+
"name": "TriliumNext",
4+
"website": "https://triliumnext.github.io/Docs/",
5+
"license": "GNU Affero General Public License v3.0 only",
6+
"description": "TriliumNext Notes is an open-source, cross-platform hierarchical note taking application with focus on building large personal knowledge bases.",
7+
"enhanced": false,
8+
"tile_background": "dark",
9+
"icon": "triliumnext.svg"
10+
}

TriliumNext/triliumnext.svg

+28
Loading

0 commit comments

Comments
 (0)