How to use Once installed, the steps to import your highlights directly into the vault are: Connect your Kobo device to PC using a proper USB cable Check if it has mounted automatically, or mount it manually (e.g. open the root folder of your Kobo using a file manager) Open the import...
RyotaUshio added a commit that referenced this issue Feb 6, 2024 #40, #27: add PDF++ callouts 2a34461 Owner RyotaUshio commented Feb 7, 2024 Hi! I just wanted to let you know that your idea has been added as one of PDF++'s own features! For a use case, please refer to this...
The only catch with this is that if you sync your notes, you’ll need to set up the same custom callout types on your other devices. Otherwise, your custom callouts will use the standard blue callout color and pencil icon. Productivity Plugins All of these plugins have a bit of a lea...
This Plugin enables the use of Markdown Emoji Shortcodes :smile:, just like in Slack or Discord 这个插件可以使用 Markdown Emoji Shortcodes :smile:,就像在 Slack 或 Discord 中一样 https://github.com/phibr0/obsidian-emoji-shortcodes emo-uploader Emo Embed markdown online file/image links...
admonition- allows you to create "callouts" in your documentation.See documentation here. toc:permalink- adds a table of contents to your page based on your markdown document, and ensures each link is a permanent link that can be reused.See documentation here. ...
Callout Manager- Creating and configuring callouts. Charts- Easily create interactive charts for your notes. File Explorer Note Count- Shows number of elements under all available folders within file explorer. Homepage- Use any note, canvas, or workspace as a homepage ...
!!!Dont forget to use additional backticks when using recursive codeblocks!Ex: col has 4 ticks and col-md has 3 or using callout syntax: >[!col]>>[!info]Callouts>>Stuff inside the callout>>More stuff inside.>>>[!ERROR]Error description>>>Nested callout>>>-example MD code>>>-mor...
With this plugin, you also get Note Toolbar Callouts which you can add anywhere within your notes. 📖 How to use this plugin: User Guide More options on mobile: Features Wondering what's new? See the Release Notes Wondering what's ahead? See the Roadmap Create toolbars with items tha...
If you just want to use Amethyst for your own notes hosting, go to amethyst.bencuan.me for a demo and documentation on how to use it. Keep reading if you want to help develop Amethyst, or make changes to the code base for your own needs. Requirements Go 1.16 or higher: installation ...
@@ -22,12 +22,12 @@ export default function mdItObsidianCallouts(md: MarkdownIt, options: MdItObsidi md.renderer.rules.callout_open = function (tokens, idx) { const token = tokens[idx]; return renderCalloutPrefix(token); return renderCalloutPrefix(token, options); } md.renderer.ru...