Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4bdd2e0f9493497141a907a2ff4d6b4b3cc16008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
    <id>carnet</id>
    <name>Carnet</name>
    <summary>Carnet on Nextcloud</summary>
    <description><![CDATA[Carnet is a powerful note taking app which purpose is not only to write your
shopping list but can also be used to write longer texts, stories, etc.

Carnet is available on Android and Linux, soon on your web browser, Windows and
Mac, with sync capabilities

'''Features'''

* Complete editor : bold/italic/underline/color/highlight
* Import from Google Keep (only on desktop, then sync on mobile)
* Insert images / review
* Open HTML format
* Organize with folders and choose root storage folder depending on your needs
* Keywords
* Quickly see your recent notes
* Search amount your notes
* Protect the app with a pin code (won't encrypt notes) on android
* Statistics : words/sentences/characters
* Sync with NextCloud
* Online editor as a NextCloud App

'''To come'''

* Audio recording
* Perf improvements
* Lighter version for linux without Electron
* Windows / Mac OS electron app
* Many things I don't think about right now
]]></description>
    <version>0.7</version>
    <licence>agpl</licence>
    <author mail="phie@phie.ovh" >Phie</author>
    <namespace>Carnet</namespace>
    <category>tools</category>
    <bugs>https://github.com/PhieF/CarnetNextcloud/issues</bugs>
    <dependencies>
        <nextcloud min-version="13" max-version="14"/>
    </dependencies>
    <navigations>
        <navigation>
            <name>Carnet</name>
            <route>carnet.page.index</route>
        </navigation>
    </navigations>
    <settings>
        <admin>\OCA\Carnet\Settings\AdminSettings</admin>
    </settings>
    <commands>
                <command>\OCA\Carnet\Command\Search</command>
    </commands>

</info>