Skip to content

搞英语 → 看世界

翻译英文优质信息和名人推特

Menu
  • 首页
  • 作者列表
  • 独立博客
  • 专业媒体
  • 名人推特
  • 邮件列表
  • 关于本站
Menu

向 Ghost 帖子添加编辑链接

Posted on 2024-11-09

向 Ghost 帖子添加编辑链接

当阅读我在 Ghost 中的一篇文章时,如果有一种快速方法可以访问控制面板进行编辑,那就太好了。我总是会犯错字,但总是要到后来才发现。或者我可能正在阅读/now页面并决定更新它。默认情况下,这涉及进入控制面板并浏览或搜索帖子/页面以便进行编辑。

我在 Jonas Liljegren 的博客上找到了解决方案。这是我对他们的解决方案稍作修改的版本。

将以下内容添加到 post.hbs 模板:

 <div id="pi-pos"> <a href="/ghost/#/editor/post/">π</a> </div>

在 page.hbs 模板中添加一个类似的模板:

 <div id="pi-pos"> <a href="/ghost/#/editor/page/">π</a> </div>

然后添加一些自定义 CSS:

 /* Backdoor edit link */ #pi-pos { position: fixed; bottom: 1em; right: 1em; } #pi-pos a { position: absolute; bottom: -1.6px; right: 3.2px; text-decoration: none; color: black; opacity: .2; }

现在,在每个帖子和页面的右下角,都有一个微妙的π链接,可将我直接带到 Ghost 控制面板中的内容。今天早上我已经用过几次了。

向 Ghost 帖子添加编辑链接

乔纳斯使用了 Pi 符号,我偷了它,因为它很天才。

原文: https://baty.net/2024/11/adding-an-edit-link-to-ghost-posts/

本站文章系自动翻译,站长会周期检查,如果有不当内容,请点此留言,非常感谢。
  • Abhinav
  • Abigail Pain
  • Adam Fortuna
  • Alberto Gallego
  • Alex Wlchan
  • Answer.AI
  • Arne Bahlo
  • Ben Carlson
  • Ben Kuhn
  • Bert Hubert
  • Bits about Money
  • Brian Krebs
  • ByteByteGo
  • Chip Huyen
  • Chips and Cheese
  • Christopher Butler
  • Colin Percival
  • Cool Infographics
  • Dan Sinker
  • David Walsh
  • Dmitry Dolzhenko
  • Dustin Curtis
  • Elad Gil
  • Ellie Huxtable
  • Ethan Marcotte
  • Exponential View
  • FAIL Blog
  • Founder Weekly
  • Geoffrey Huntley
  • Geoffrey Litt
  • Greg Mankiw
  • Henrique Dias
  • Hypercritical
  • IEEE Spectrum
  • Investment Talk
  • Jaz
  • Jeff Geerling
  • Jonas Hietala
  • Josh Comeau
  • Lenny Rachitsky
  • Liz Danzico
  • Lou Plummer
  • Luke Wroblewski
  • Matt Baer
  • Matt Stoller
  • Matthias Endler
  • Mert Bulan
  • Mostly metrics
  • News Letter
  • NextDraft
  • Non_Interactive
  • Not Boring
  • One Useful Thing
  • Phil Eaton
  • Product Market Fit
  • Readwise
  • ReedyBear
  • Robert Heaton
  • Rohit Patel
  • Ruben Schade
  • Sage Economics
  • Sam Altman
  • Sam Rose
  • selfh.st
  • Shtetl-Optimized
  • Simon schreibt
  • Slashdot
  • Small Good Things
  • Taylor Troesh
  • Telegram Blog
  • The Macro Compass
  • The Pomp Letter
  • thesephist
  • Thinking Deep & Wide
  • Tim Kellogg
  • Understanding AI
  • 英文媒体
  • 英文推特
  • 英文独立博客
©2025 搞英语 → 看世界 | Design: Newspaperly WordPress Theme