31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Micropub Publisher for Obsidian</title>
|
|
<style>
|
|
body { font-family: system-ui, sans-serif; max-width: 600px; margin: 60px auto; padding: 0 20px; color: #1a1a1a; }
|
|
h1 { font-size: 1.5rem; }
|
|
a { color: #6c3fc7; }
|
|
code { background: #f3f0ff; padding: 2px 6px; border-radius: 4px; font-size: .9em; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Micropub Publisher for Obsidian</h1>
|
|
<p>
|
|
An <a href="https://obsidian.md">Obsidian</a> plugin to publish notes to any
|
|
<a href="https://micropub.spec.indieweb.org/">Micropub</a>-compatible endpoint —
|
|
<a href="https://getindiekit.com">Indiekit</a>, Micro.blog, or any IndieWeb server.
|
|
</p>
|
|
<p>
|
|
<a href="https://github.com/svemagie/obsidian-micropub">View on GitHub →</a>
|
|
</p>
|
|
<hr>
|
|
<p style="font-size:.85rem;color:#666">
|
|
This page serves as the OAuth <code>client_id</code> for the IndieAuth sign-in flow.
|
|
After authorizing, you will be redirected back to Obsidian automatically.
|
|
</p>
|
|
</body>
|
|
</html>
|