mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
redefine my purpose
This commit is contained in:
parent
29cfacab75
commit
4fdf6e9d71
@ -17,7 +17,7 @@ function initPopover(baseURL) {
|
|||||||
if (linkDest) {
|
if (linkDest) {
|
||||||
const popoverElement = `<div class="popover">
|
const popoverElement = `<div class="popover">
|
||||||
<h3>${linkDest.title}</h3>
|
<h3>${linkDest.title}</h3>
|
||||||
<p>${removeMarkdown(linkDest.content).split(" ", 20).join(" ")}...</p>
|
<p style="font-size: 16px !important">${removeMarkdown(linkDest.content).split(" ", 20).join(" ")}...</p>
|
||||||
<p class="meta">${new Date(linkDest.lastmodified).toLocaleDateString()}</p>
|
<p class="meta">${new Date(linkDest.lastmodified).toLocaleDateString()}</p>
|
||||||
</div>`
|
</div>`
|
||||||
const el = htmlToElement(popoverElement)
|
const el = htmlToElement(popoverElement)
|
||||||
|
|||||||
@ -2,8 +2,9 @@
|
|||||||
id: home
|
id: home
|
||||||
title: Home
|
title: Home
|
||||||
---
|
---
|
||||||
# Never forget what's important
|
|
||||||
Organize notes like how thoughts are organized—through the [[notes/connecting ideas is powerful|connection of ideas]]. Fleeting Notes makes it easy to re-discover important ideas from the past. Click the links to see how you can [[posts/manage-notes-with-a-simple-workflow|get started]] with [[notes/Zettelkasten|Zettelkasten]].
|
# Organize the internet with [[ [[notes/connecting ideas is powerful|connections]] ]]
|
||||||
|
Forget folders and tags, organize notes like how thoughts are organized—through the [[posts/how-to-create-useful-links-with-zettelkasten|connection of ideas]]. Fleeting Notes is a lightweight note-taking app that links ideas in your mind with content on the internet. Click the links to see how you can [[posts/manage-notes-with-a-simple-workflow|get started]] with [[notes/Zettelkasten|Zettelkasten]].
|
||||||
<div style="display: flex; justify-content: center;">
|
<div style="display: flex; justify-content: center;">
|
||||||
<a href="https://my.fleetingnotes.app" class="button">Try it free</a>
|
<a href="https://my.fleetingnotes.app" class="button">Try it free</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -3,12 +3,9 @@ title: connecting ideas is powerful
|
|||||||
date: 2022-04-04
|
date: 2022-04-04
|
||||||
notetype: feed
|
notetype: feed
|
||||||
---
|
---
|
||||||
|
- it encourages you to revisit old ideas and [[notes/connecting ideas improves learning|improves learning]].
|
||||||
Ideas are **units of thoughts** and connecting ideas is powerful because:
|
- it helps you discover new ideas through connections.
|
||||||
|
|
||||||
- it allows you to [[notes/interoperable components are efficient|reuse your ideas in a different context]].
|
- it allows you to [[notes/interoperable components are efficient|reuse your ideas in a different context]].
|
||||||
- it encourages you to revisit old ideas and [[notes/connecting ideas improves learning|improves learning]]
|
|
||||||
- it helps you discover new ideas through connections
|
|
||||||
|
|
||||||
Related:
|
Related:
|
||||||
[[notes/the brain is a network of ideas]]
|
[[notes/the brain is a network of ideas]]
|
||||||
@ -3,8 +3,8 @@ enableToc: true
|
|||||||
openToc: false
|
openToc: false
|
||||||
enableLinkPreview: true
|
enableLinkPreview: true
|
||||||
enableLatex: true
|
enableLatex: true
|
||||||
tagline: Re-discover your notes
|
tagline: Organize notes with ideas
|
||||||
description: Fleeting Notes is a note-taking app that resurfaces past notes for learners. Notes are simultaneously organized and discovered through the connection of ideas.
|
description: Manage the internet with your thoughts. Fleeting Notes is a lightweight note-taking app that links ideas in your mind with content on the internet.
|
||||||
page_title:
|
page_title:
|
||||||
"Fleeting Notes"
|
"Fleeting Notes"
|
||||||
links:
|
links:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user