|
1 | 1 | <template>
|
2 | 2 | <q-page style="font-size: 16px; margin-top: 150px; margin-bottom: 150px">
|
3 | 3 | <ResponsiveContainer style="max-width: 1000px">
|
4 | | - <h1 style="font-size: 32px; font-weight: bold"> |
| 4 | + <h1 style="font-size: 32px; font-weight: bold; margin: 0"> |
5 | 5 | Comparing Obsidian and DeepNotes
|
6 | 6 | </h1>
|
7 | 7 |
|
8 | | - <Gap style="height: 52px" /> |
| 8 | + <Gap style="height: 4px" /> |
| 9 | + |
| 10 | + <div style="color: rgba(255, 255, 255, 0.7); font-size: 14px"> |
| 11 | + Dec 17, 2023 |
| 12 | + </div> |
| 13 | + |
| 14 | + <Gap style="height: 56px" /> |
9 | 15 |
|
10 | 16 | <div style="max-width: 600px">
|
11 | 17 | <p>
|
|
17 | 23 |
|
18 | 24 | <p>
|
19 | 25 | Both are designed for deep interlinking and nesting of notes. But,
|
20 | | - while Obsidian focuses on customizability, DeepNotes is more |
21 | | - opinionated in its approach. |
| 26 | + while Obsidian focuses on adaptability, DeepNotes is more opinionated |
| 27 | + in its approach. |
22 | 28 | </p>
|
23 | 29 |
|
24 | 30 | <p>Here is a detailed comparison of their features:</p>
|
|
206 | 212 | <Gap style="height: 42px" />
|
207 | 213 |
|
208 | 214 | <p>
|
209 | | - If you'd like to see it in action, you can |
210 | | - <router-link :to="{ name: 'register' }" |
211 | | - >try DeepNotes for free</router-link |
212 | | - >. |
| 215 | + If you're interested in exploring DeepNotes, you can |
| 216 | + <router-link :to="{ name: 'register' }">try it for free</router-link>. |
213 | 217 | </p>
|
214 | 218 | </div>
|
215 | 219 | </ResponsiveContainer>
|
|
0 commit comments