Claudio Yanes 7e0f2e4449 Fix fetchData
The fetchData function suffer from a race condition. If the function is
called before the promise finishes, it will result in another pair of
HTTP request. This does not only make the function useless but
Actually, it makes it harmful as the data might be redownloaded twice.

Now fetchData is not a function but rather the promise by itself.
Previous callers are expected to await the variable instead, this
should be not concern as awaiting a promise multiple time in
JavaScript is completely safe.
2022-03-04 02:25:30 +00:00
2022-03-04 02:25:30 +00:00
2022-03-04 02:25:30 +00:00
2022-02-17 10:49:41 -05:00
2022-02-15 19:39:14 -05:00
2022-03-04 02:25:30 +00:00
2021-07-18 09:35:42 -04:00
2022-03-04 02:25:30 +00:00
2021-12-23 13:37:29 -08:00
2021-07-18 09:35:42 -04:00
2022-02-15 19:39:14 -05:00
2022-02-23 12:28:25 -05:00
2022-02-23 12:28:25 -05:00

Quartz

Host your second brain and digital garden for free. Quartz features

  1. Extremely fast full-text search by pressing /
  2. Display for backlinks of each note
  3. Fully customizable local graph view
  4. Endlessly powerful page and theme customization using CSS
  5. Automatically generated tag and section lists of content
  6. Beautiful link previews

“[One] who works with the door open gets all kinds of interruptions, but [they] also occasionally gets clues as to what the world is and what might be important.” — Richard Hamming

🔗 Get Started: https://quartz.jzhao.xyz/

Quartz Example ScreenshotQuartz Example Screenshot

Description
No description provided
Readme 61 MiB
Languages
TypeScript 84.9%
SCSS 8.8%
JavaScript 5.9%
Shell 0.3%