-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathideas.html
74 lines (69 loc) · 2.65 KB
/
ideas.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="EN">
<title>R. S. Doiel, Software Engineer/Analyst - ideas</title>
<link rel="stylesheet" type="text/css" href="/printfonts/print.css" media="print" />
<link rel="stylesheet" type="text/css" href="/webfonts/fonts.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/site.css" media="screen" />
<link title="RSS feed for rsdoiel's blog" rel="alternate" type="application/rss+xml" href="https://rsdoiel.github.io/rss.xml" />
<link title="markdown source for page" rel="alternative" type="application/markdown" href="ideas.md">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="index.html">README</a></li>
<li><a href="user-manual.html">User Manual</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<li><a href="INSTALL.html">Install</a></li>
<li><a href="search.html">Project Search</a></li>
<li><a href="ideas.html">Someday, Maybe</a></li>
<li><a href="https://github.com/rsdoiel/stngo">GitHub</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
<section>
<!-- <h1>ideas</h1> -->
<h1 id="random-ideas">Random ideas</h1>
<ul>
<li>Add support for Gopher, Gemini and FTP feeds</li>
<li>Add support for opening in web browser (environment WEBBROWSER,
%WEBBROWSER%)</li>
<li>Add support for opening item in an editor (environment EDITOR,
%EDITOR%)</li>
<li>actions
<ul>
<li>(n)ext to make an item read, pressing enter should just go to the
next item</li>
<li>(o)pen item in web browser, use an environment variable for the
browser to open</li>
<li>if (s)ave and (t)ag should go in a separate table, if you’ve tagged
something you saved it</li>
<li>if you have saved something I could use SQLite3 full text search
extensions in a virtual table</li>
<li>It would be nice to be able to send an item to the Internet Archive
so it is preserved</li>
<li>(e)dit item would send the content of the item in a quoted form to a
temp file which then is opened in your text editor. This would allow
building a response blog or media post to a feed item</li>
</ul></li>
<li>tool idea
<ul>
<li>saved items to Markdown page</li>
<li>saved items to personal search engine</li>
<li>saved items to a “read it” page complete with a save to pocket
button</li>
<li>skimmer/skimmerd, a web mode version of skimmer would become sort of
a personal pocket like service, the re-presentation could use bluemonday
and readability to make the retrieved page more readable. It could also
include a “save to pocket” button if only the feed item was
displayed</li>
</ul></li>
</ul>
</section>
<footer>
</footer>
</body>
</html>