Reading List / Raindrop.io
Creating Man Pages in Markdown with Ronn
https://spin.atomicobject.com/wp-content/uploads/hello-man-page.jpg
Ronn is a fantastic, simple tool that leverages the Markdown you use every day to create man pages for your command-line software.
Creating Man Pages in Markdown with Ronn
https://spin.atomicobject.com/wp-content/uploads/hello-man-page.jpg
Ronn is a fantastic, simple tool that leverages the Markdown you use every day to create man pages for your command-line software.
Atomic Spin
Creating Man Pages in Markdown with Ronn
Ronn is a fantastic, simple tool that leverages the Markdown you use every day to create man pages for your command-line software.
Media is too big
VIEW IN TELEGRAM
sincere apologies if it’s already been answered before but…
does anyone know what I’m doing to cause this bizarre zoom/reframe/recrop of my windows? it’s been docile enough throughout iPadOS 16 but I feel like I’m def doing it…
Device
• iPad Pro (iPad13,9)
• Magic Keyboard for iPad Pro
• iPadOS 16.1 (20B5027f)
#ipados #i #support
does anyone know what I’m doing to cause this bizarre zoom/reframe/recrop of my windows? it’s been docile enough throughout iPadOS 16 but I feel like I’m def doing it…
Device
• iPad Pro (iPad13,9)
• Magic Keyboard for iPad Pro
• iPadOS 16.1 (20B5027f)
#ipados #i #support
Reading List / Raindrop.io
iA Writer 6: Now with Lasers
https://ia.net/wp-content/uploads/2022/06/iA-Writer6_iPad.png
In 2010, the original iA Writer introduced focused writing with Markdown. Twelve years later, iA Writer opens the doors to a simple and friendly knowledge management system with wikilinks.
iA Writer 6: Now with Lasers
https://ia.net/wp-content/uploads/2022/06/iA-Writer6_iPad.png
In 2010, the original iA Writer introduced focused writing with Markdown. Twelve years later, iA Writer opens the doors to a simple and friendly knowledge management system with wikilinks.
iA
iA Writer 6: Now with Lasers
In 2010, the original iA Writer introduced focused writing with Markdown. Twelve years later, iA Writer opens the doors to a simple and friendly knowledge management system with wikilinks.
Reading List / Raindrop.io
Markdown in Academic Writing
http://stagingx.ia.net/wp-content/uploads/2021/05/4.png
A piece of writing aiming to be academic must be 'clear, concise, focused, structured and backed up by evidence'. We believe that Markdown writing tools make it easier to focus on content and thus support the main aim of academic writing. iA Writer has a couple of tricks up its sleeves that other apps do not.
Markdown in Academic Writing
http://stagingx.ia.net/wp-content/uploads/2021/05/4.png
A piece of writing aiming to be academic must be 'clear, concise, focused, structured and backed up by evidence'. We believe that Markdown writing tools make it easier to focus on content and thus support the main aim of academic writing. iA Writer has a couple of tricks up its sleeves that other apps do not.
iA
Markdown in Academic Writing
A piece of writing aiming to be academic must be 'clear, concise, focused, structured and backed up by evidence'. We believe that Markdown writing tools make it easier to focus on content and thus support the main aim of academic writing. iA Writer has a…
# Drafts HTML Preview Template
Updated
- WTF
- GitHub Issue
- **Gist**
- Pastery
- ~
- Simpltenote Local
- Simplenote Publish
<script src="https://gist.github.com/extratone/42eb21fc37dcee6a8e9cc4693537b965.js"></script>
## Description
### Pastery Embed
<script>(function(d, s, id) {var js, pastejs = d.getElementsByTagName(s)0;if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src ='https://www.pastery.net/static/js/embed.js';pastejs.parentNode.insertBefore(js, pastejs);}(document, 'script', 'pastery-jssdk'));</script><div class='paste-list' data-pasteid='nbjhzq'></div>
---
## Raw
Updated
09092022-050253- WTF
- GitHub Issue
- **Gist**
- Pastery
- ~
- Simpltenote Local
- Simplenote Publish
<script src="https://gist.github.com/extratone/42eb21fc37dcee6a8e9cc4693537b965.js"></script>
## Description
### Pastery Embed
<script>(function(d, s, id) {var js, pastejs = d.getElementsByTagName(s)0;if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src ='https://www.pastery.net/static/js/embed.js';pastejs.parentNode.insertBefore(js, pastejs);}(document, 'script', 'pastery-jssdk'));</script><div class='paste-list' data-pasteid='nbjhzq'></div>
---
## Raw
<!DOCTYPE html>
<html dir="auto">
<head>
<title>[[safe_title]]</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
@import url("https://use.typekit.net/vxn4qnp.css");
@charset "utf-8";
:root {
--main-bg-color: #fff4e6;
--main-color: #000000;
--alternate-bg-color: #fffdeb;
--alternate-color: #00006b;
--main-border-color: #f43f32;
--link-color: #ff0000;
}
@media (prefers-color-scheme: dark) {
:root {
--main-bg-color: #020003;
--main-color: #ffe8bd;
--alternate-bg-color: #000056;
--alternate-color: #fff4e6;
--main-border-color: #f43f32;
--link-color: #36fd63;
}
}
html {
font-size: 100%;
/* font-family: adobe-caslon-pro, serif; */
font-family: aktiv-grotesk, sans-serif; font-weight: 400;
font-weight: 400;
/* font-style: normal; */
line-height: 1.4;
}
body {
margin: 0;
padding: 0.6em;
background-color: var(--main-bg-color);
color: var(--main-color);
}
@media (max-device-width: 480px) {}
@media (min-device-width: 481px) {
body {
margin: auto;
max-width: 600px;
}
}
blockquote {
font-family: aktiv-grotesk, sans-serif; font-weight: 300;
font-style: italic;
margin: 1.5em 1.5em;
padding: 1em;
background-color: var(--alternate-bg-color);
color: var(--alternate-color);
}
a {
color: var(--link-color);
}
pre {
display: block;
overflow: scroll;
width: 100%;
background-color: var(--alternate-bg-color);
padding: .5em 1em;
margin: 1em 0;
}
code {
background-color: var(--alternate-bg-color);
color: var(--alternate-color);
font-family: aktiv-grotesk, sans-serif; font-weight: 300;
padding: 2px 3px;
}
table {
font-family: aktiv-grotesk, sans-serif; font-weight: 400;
margin: 1.5em 0;
border: 1px solid var(--main-border-color);
border-collapse: collapse;
}
th {
padding: .25em .5em;
background: var(--alternate-bg-color);
border: 1px solid var(--main-border-color);
}
td {
padding: .25em .5em;
border: 1px solid var(--main-border-color);
}
img {
max-width: 96%;
}
footer {
font-family: aktiv-grotesk-condensed, sans-serif; font-weight: 700;
font-size: 9px;
}
</style>
<script note="" src="https://cdn.jsdelivr.net/gh/Blogger-Peer-Review/quotebacks@1/quoteback.js"></script>
</head>
<body>
%%[[draft]]%%
<footer>
<p><a href="https://davidblue.wtf/drafts">Index</a> - <a href="https://twitter.com/NeoYokel">Twitter</a> - <a href="https://mastodon.social/@DavidBlue">Mastodon</a> - <a href="https://t.me/davidblue">Telegram</a> - <a href="[[draft_open_url]]">Local</a></p><code>[[latitude]]∆[[longitude]]-[[date|%m%d%Y-%H%M%S]]</code>
</footer>
</body>
</html>
Gerogerigegege / Raindrop.io
Odd Fazes by qrauer
https://f4.bcbits.com/img/a0717999572_5.jpg
Listen now on your favorite streaming service. Powered by Songlink/Odesli, an on-demand, customizable smart link service to help you share songs, albums, podcasts and more.
Odd Fazes by qrauer
https://f4.bcbits.com/img/a0717999572_5.jpg
Listen now on your favorite streaming service. Powered by Songlink/Odesli, an on-demand, customizable smart link service to help you share songs, albums, podcasts and more.
Songlink/Odesli
Odd Fazes by qrauer
Listen now on your favorite streaming service. Powered by Songlink/Odesli, an on-demand, customizable smart link service to help you share songs, albums, podcasts and more.
Reading List / Raindrop.io
I Went to Trash School
https://pyxis.nymag.com/v1/imgs/5dc/1d3/b0d960fd55e9053e66da4360a70c380924-005-A747987.2x.rsocial.w600.jpg
An education in “juice,” how to protect your shins, and keeping 12,000 daily tons of garbage at bay.
I Went to Trash School
https://pyxis.nymag.com/v1/imgs/5dc/1d3/b0d960fd55e9053e66da4360a70c380924-005-A747987.2x.rsocial.w600.jpg
An education in “juice,” how to protect your shins, and keeping 12,000 daily tons of garbage at bay.
Curbed
I Went to Trash School
An education in “juice,” how to protect your shins, and keeping 12,000 daily tons of garbage at bay.
Reading List / Raindrop.io
Official Ghost + Listen Notes Integration
https://ghost.org/images/meta/ghost-integrations.png
Publish podcast or audio content on your Ghost site using Listen Notes and the OEmbed integration in Ghost. Grab the URL and publish 👉🎵
Official Ghost + Listen Notes Integration
https://ghost.org/images/meta/ghost-integrations.png
Publish podcast or audio content on your Ghost site using Listen Notes and the OEmbed integration in Ghost. Grab the URL and publish 👉🎵
Ghost - The Professional Publishing Platform
Official Ghost + Listen Notes Integration
Publish podcast or audio content on your Ghost site using Listen Notes and the OEmbed integration in Ghost. Grab the URL and publish 👉🎵
Reading List / Raindrop.io
Difftastic, the Fantastic Diff
https://www.wilfred.me.uk/assets/difftastic_demo.png
programming, language design, and human factors
Difftastic, the Fantastic Diff
https://www.wilfred.me.uk/assets/difftastic_demo.png
programming, language design, and human factors
Wilfred Hughes::Blog
Difftastic, the Fantastic Diff
programming, language design, and human factors
Reading List / Raindrop.io
Sign your Git commits with 1Password | 1Password
https://blog.1password.com/posts/2022/git-commit-signing/header.png
Developers can now use 1Password to set up and use SSH keys to sign Git commits, building on 1Password’s already robust support for SSH keys.
Sign your Git commits with 1Password | 1Password
https://blog.1password.com/posts/2022/git-commit-signing/header.png
Developers can now use 1Password to set up and use SSH keys to sign Git commits, building on 1Password’s already robust support for SSH keys.
1Password Blog
Sign your Git commits with 1Password | 1Password Blog
Developers can now use 1Password to set up and use SSH keys to sign Git commits, building on 1Password’s already robust support for SSH keys.
Reading List / Raindrop.io
iCloud Clusterfuck • furbo.org
https://furbo.org/wp-content/themes/furbo/images/share.png
Luckily, I don’t have to use this kind of title often. But when I do, there’s a good reason: this year’s beta release cycle for all of Apple’s operating systems has been a mess. The months since WWDC in June have been a terrible experience for both customers and developers alike and the literal center […]
iCloud Clusterfuck • furbo.org
https://furbo.org/wp-content/themes/furbo/images/share.png
Luckily, I don’t have to use this kind of title often. But when I do, there’s a good reason: this year’s beta release cycle for all of Apple’s operating systems has been a mess. The months since WWDC in June have been a terrible experience for both customers and developers alike and the literal center […]
Furbo.org by Craig Hockenberry
iCloud Clusterfuck • furbo.org
Luckily, I don’t have to use this kind of title often. But when I do, there’s a good reason: this year’s beta release cycle for all of Apple’s operating systems has been a mess. The months since WWDC in June have been a terrible experience for both customers…