diff --git a/apps.toml b/apps.toml index de025c15..d72b3d4c 100644 --- a/apps.toml +++ b/apps.toml @@ -1664,6 +1664,12 @@ state = "working" subtags = [ "website" ] url = "https://github.com/YunoHost-Apps/joomla_ynh" +[joplin] +category = "office" +state = "notworking" +subtags = [ "text" ] +url = "https://github.com/YunoHost-Apps/joplin_ynh" + [jupyterlab] category = "dev" level = 6 diff --git a/logos/joplin.png b/logos/joplin.png new file mode 100644 index 00000000..87d4e4a2 Binary files /dev/null and b/logos/joplin.png differ diff --git a/wishlist.toml b/wishlist.toml index 3780d552..00624aab 100644 --- a/wishlist.toml +++ b/wishlist.toml @@ -670,12 +670,6 @@ description = "Peer-to-peer hypermedia protocol" upstream = "https://github.com/ipfs/ipfs" website = "https://ipfs.io" -[joplin] -name = "Joplin" -description = "Note taking and to-do application with synchronisation capabilities for Windows, macOS, Linux, Android and iOS." -upstream = "https://github.com/laurent22/joplin" -website = "https://joplinapp.org/" - [js-bin] name = "JS Bin" description = "Collaborative JavaScript Debugging App"