-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathview.html
More file actions
18 lines (18 loc) · 2.25 KB
/
view.html
File metadata and controls
18 lines (18 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<h2 id="hypermark"># <em>hypermark</em></h2>
<p>Bookmarks; improved.</p>
<p>I often find myself bookmarking articles to read later, only for them to be lost in the <em>endless void</em> that is the typical browser’s bookmark system. The default bookmark systems of web browsers can quickly get crowded and inefficient. Furthermore, they are often covered up by layers of proprietary code, which can make it difficult to extend the systems in ways that are more in line with your workflow.</p>
<p>Enter hypermark.</p>
<p>Features: - hypermark is transparent and extensible through its use of plain markdown files, which allows users to easily write custom content management systems. - hypermark persistently stores the paths to these markdown files, called <strong>hyperpaths</strong> in a simple, editable text file. - hypermark relies on simple data structures called <strong>bytemarks</strong> which are written to files as markdown tables. - Easily move, duplicate, delete and create bytemarks through hypermark’s TUI. - Send bytemarks between different hyperpaths. - Save articles from the front page of Hacker News to read later. - Save arbitrary URLs as bytemarks. - TUI and CLI options.</p>
<p>Features to be added: - YouTube integration: Reduce your dependence on YouTube’s algorithms.</p>
<h2 id="saving-articles-from-the-front-page-of-hacker-news">Saving articles from the front page of Hacker News</h2>
<p><img src="./showcase/savingHNArticles.gif"></p>
<h3 id="after-saving">After saving</h3>
<p><img height="800" width="800" src="./showcase/afterSaving.png"></p>
<h2 id="managing-bytemarks-through-the-tui">Managing bytemarks through the TUI</h2>
<p><img src="./showcase/managingBytemarks.gif"></p>
<h3 id="after-managing-bytemarks">After managing bytemarks</h3>
<p><img height="800" width="800" src="./showcase/afterManaging.png"></p>
<h2 id="sending-bytemarks-to-another-file">Sending bytemarks to another file</h2>
<p>Sometimes you want to keep track of the articles you’ve read in the past without cluttering up your reading list. hypermark makes this type of content management effortless. <img src="./showcase/sendingBytemarks.gif"></p>
<h3 id="after-sending-bytemarks">After sending bytemarks</h3>
<p><img height="800" width="800" src="./showcase/afterSending.png"></p>