You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+38-23Lines changed: 38 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,29 +8,38 @@ Common questions about Korppi.
8
8
9
9
### What is Korppi?
10
10
11
-
Korppi is a markdown editor with built-in version history and reconciliation features. It's designed for writers who need to track changes, collaborate, and maintain document history.
11
+
Korppi is a markdown editor with integrated version history and conflict-free
12
+
merging. It lets you write, track changes, and collaborate asynchronously, all
13
+
locally, with no dependence on third-party servers.
12
14
13
15
### Why "Korppi"?
14
16
15
-
Korppi means "raven" in Finnish. Ravens are known for their intelligence and memory—fitting for an editor that remembers everything!
17
+
Korppi means "raven" in Finnish. Ravens are known for their intelligence and
18
+
memory—fitting for an editor that remembers everything!
16
19
17
20
### Is Korppi free?
18
21
19
-
Yes! Korppi is free and open source software, released under the MIT license.
22
+
Yes! Korppi is free and open source software, released under the GPLv3 license.
20
23
21
24
### What platforms does Korppi support?
22
25
23
-
-**Linux** (AppImage, Debian package)
26
+
-**Linux** (AppImage)
24
27
-**macOS** (DMG)
25
-
-**Windows** (MSI installer)
28
+
-**Windows** (EXE and MSI installer)
29
+
30
+
### Did you write Korppi?
31
+
32
+
No, I designed Korppi, but Korppi was written 100% by LLMs!
26
33
27
34
---
28
35
29
36
## Documents
30
37
31
38
### What's a .kmd file?
32
39
33
-
A `.kmd` (Korppi Markdown Document) file is Korppi's native format. It's a ZIP archive containing your markdown content, version history, comments, and metadata. See [File Format](file-format.html) for details.
40
+
A `.kmd` (Korppi Markdown Document) file is Korppi's native format. It's a ZIP
41
+
archive containing your markdown content, version history, comments, and
42
+
metadata. See [File Format](file-format.html) for details.
34
43
35
44
### Can I open regular .md files?
36
45
@@ -48,55 +57,61 @@ Export your document:
48
57
49
58
### I accidentally closed without saving. Can I recover my work?
50
59
51
-
If you had **Autosave** enabled, check the recent documents list—your last autosave should be there.
52
-
53
-
If not, check for temporary files in your system's temp directory.
60
+
If you didn't have autosave on, and if you ignored the prompt telling you that
61
+
you had unsaved changes, too bad!
54
62
55
63
---
56
64
57
65
## Features
58
66
59
67
### How is this different from Git?
60
68
61
-
Git is designed for code with line-based tracking. Korppi is designed for prose:
Copy file name to clipboardExpand all lines: docs/index.md
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,16 +13,29 @@
13
13
14
14
## What is Korppi?
15
15
16
-
**Korppi** (Finnish for "raven") is a powerful desktop markdown editor built for writers, researchers, and technical authors who need more than just a text editor.
16
+
**Korppi** (Finnish for "raven") is a powerful desktop markdown editor built for
17
+
writers, researchers, and technical authors who need more than just a text
18
+
editor.
17
19
18
-
Unlike traditional editors, Korppi remembers **every change you make** and lets you travel through time to see how your document evolved!
20
+
Unlike traditional editors, Korppi remembers **every change you make** and lets
21
+
you travel through time to see how your document evolved!
22
+
23
+
Korppi is a text editor that tries to focus on one problem, and one problem
24
+
only: how to easily integrate changes from various collaborators into a main
25
+
document. It is meant for business users that aren’t familiar with Git and use
26
+
Microsoft Office’s *track changes* functionality for asynchronous collaboration.
27
+
28
+
The idea is to first use Korppi to **just focus on the content** and gather
29
+
feedback and input from coworkers. Then, use Korppi's user-friendly
30
+
reconciliation features to merge all the input in the same document, **export to
31
+
Word format** and continue with the layout there!
19
32
20
33
<divclass="feature-list">
21
34
22
35
-**Timeline Tracking** - See every edit as a visual timeline
23
-
-**Smart Reconciliation** - Import changes from other versions
36
+
-**Smart Reconciliation** - Import changes from other versions, and easily handle conflicts
24
37
-**Rich Formatting** - Full markdown with tables, code, images
25
-
-**Comments & Reviews** - Collaborate with inline comments
38
+
-**Comments & Reviews** - Collaborate with inline comments
26
39
-**Export Anywhere** - Markdown, Word DOCX, and more
27
40
-**Autosave** - Never lose your work again
28
41
@@ -44,18 +57,16 @@ Unlike traditional editors, Korppi remembers **every change you make** and lets
44
57
45
58
## System Requirements
46
59
47
-
-**Operating System:** Windows 10+, macOS 10.14+, or Linux (Ubuntu 20.04+)
48
-
-**Memory:** 4GB RAM minimum
49
-
-**Storage:** 100MB for application
60
+
-**Operating System:** Windows, macOS, or Linux distributions (tested on Ubuntu 24.04+ and NixOS)
0 commit comments