-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (79 loc) · 3.07 KB
/
index.html
File metadata and controls
92 lines (79 loc) · 3.07 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
---
title: QuickDown – A better inbox for your ideas
description: QuickDown is a powerful notepad on top of a local folder of plain text Markdown files
---
<section class="hero" id="visual">
<div class="text-container">
<h1 class="headline">A better inbox for your ideas</h1>
<p class="subheadline">
QuickDown is a powerful <b>notepad</b> on top of
<br>
a <b>local folder</b> of plain text Markdown files
</p>
{% include cta.html %}
<img src="{{ site.baseurl }}/images/demo.gif" class="screenshot" />
</div>
</section>
<div class="content features">
<section>
<div class="container flex">
<div class="text">
<h2 class="heading">Take Notes Faster</h2>
<p>
<b>Write, edit and save your ideas without ever leaving your keyboard.</b>
QuickDown is built keyboard-first to work <u class="highlight">as reliable and straight-forward as a pen-and-paper notepad</u>.
</p>
<p>
<b>Capture a new idea with ONE GLOBAL HOTKEY that works anywhere and anytime.</b>
Your cursor is immediately focused to <u class="highlight">go from having an idea to typing your first letter in 0.42ms or less</u>.
</p>
</div>
<div class="image">
<img src="{{ site.baseurl }}/images/Hotkey.png" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2 class="heading">Stay Focused</h2>
<p>
<b>No need to switch to a behemoth Markdown editor just to take a quick note.</b>
QuickDown's <i>"Less, but better"</i> approach helps you <u class="highlight">take notes while you stay focused and avoid distractions</u>.
<p>
<b>It's an ideal companion to your preferred knowledge base</b>
such as
<u class="highlight">Obsidian, Notion, LogSeq, OneNote, VS Code, TiddlyWiki, Zettlr, Vim, Emacs, iA Writer</u> (and any other text editor, really.)
</p>
</div>
<div class="image">
<img src="{{ site.baseurl }}/images/Note-Taking.png" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text">
<h2 class="heading">Make It Yours</h2>
<p>
<b>Your ideas are saved locally as plain text Markdown files.</b> They're backup-able, future-proof and tool-agnostic. <u class="highlight">Save them anywhere you want, like iCloud, Google Drive, Dropbox and OneDrive</u>.
</p>
<p>
<b>Just start writing with a custom template and your preferred initial cursor-placement.</b> Use <i>"live-variables"</i> like today's date, current time, or a ZettelkastenID to <u class="highlight">automatically pre-fill your template and add context</u>.
</p>
</div>
<div class="image">
<img src="{{ site.baseurl }}/images/Markdown.gif" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
</div>
<section class="hero">
<div class="text-container">
<h1 class="headline">A better inbox for your ideas</h1>
<p class="subheadline">
Take Notes Faster, Stay Focused, Make It Yours.
</p>
{% include cta.html %}
</div>
</section>