-
Notifications
You must be signed in to change notification settings - Fork 9
/
features.html
74 lines (70 loc) · 3.26 KB
/
features.html
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
layout: default
title: "Turtl features"
permalink: "features/"
---
<div class="uk-section uk-section-primary feature-screenshots">
<div class="uk-container">
<div uk-grid class="uk-child-width-1-2@s uk-child-width-1-3@m uk-flex uk-flex-start uk-flex-between uk-flex-wrap uk-margin-bottom">
<div class="uk-text-center uk-text-center">
<div uk-lightbox><a href="/images/home/screen/spaces.png"><img src="/images/home/screen/spaces.png"></a></div>
<p>
Organize and share using Turtl's Spaces.
</p>
</div>
<div class="uk-text-center uk-text-center">
<div uk-lightbox><a href="/images/home/screen/invite.png"><img src="/images/home/screen/invite.png"></a></div>
<p>
Choose who you share with and what they can do.
</p>
</div>
<div class="uk-text-center uk-text-center">
<div uk-lightbox><a href="/images/home/screen/search.jpg"><img src="/images/home/screen/search.jpg"></a></div>
<p>
Search your notes with text queries or using tags.
</p>
</div>
<div class="uk-text-center uk-text-center">
<div uk-lightbox><a href="/images/home/screen/markdown.png"><img src="/images/home/screen/markdown.png"></a></div>
<p>
Write notes easily using Markdown format
</p>
</div>
<div class="uk-text-center uk-text-center">
<div uk-lightbox><a href="/images/home/screen/math.png"><img src="/images/home/screen/math.png"></a></div>
<p>
Turtl supports TeX math rendering.
</p>
</div>
<div class="uk-text-center uk-text-center">
<div uk-lightbox><a href="/images/home/screen/export.png"><img src="/images/home/screen/export.png"></a></div>
<p>
Keep your profile backed up with import/export.
</p>
</div>
</div>
</div>
</div>
<div class="uk-section">
<div class="uk-container uk-container-small">
<h1 id="full-feature-list">Full feature list</h1>
<ul>
<li>Different note types: text, bookmark, password, image, and file/document</li>
<li>Client-side cryptography to keep <em>all</em> of your data safe</li>
<li>Securely share with anyone without compromising the security of your data</li>
<li>Sharing allows different permissions ranging from read-only to full ownership of shared content</li>
<li>Find your notes easily. Turtl supports full-text search, filtering by tag (or lack of tag), and sort by create/edit date</li>
<li>Attach photos, files, and documents to your notes. Files are stored securely just like the rest of your data.</li>
<li>Browser extension makes bookmarking easy on desktop</li>
<li>Share to Turtl on Android for easy bookmarking and file uploads</li>
<li>Write notes in Markdown, an easy and natural way to format text</li>
<li>TeX math expressions in notes for math people (surround them by <code>$$</code> to use)</li>
<li>Multiple translations (German, Spanish, French, and more)</li>
<li>RTL text support for our Farsi/Hebrew/etc-speaking friends</li>
<li>Export/import your entire profile for backup purposes or to move between servers</li>
<li>Semi-offline mode (you only need to be connected to log in)</li>
<li>A number of keyboard shortcuts for navigation the app without mouse (type <code>?</code> in-app to see shortcuts)</li>
<li>An open-source server allows you to host your own Turtl data</li>
</ul>
</div>
</div>