Description
3rd Party Integrations Plugin
Category: 3rd Party Integrations
The Note to MP plugin is a game-changer for Obsidian users who need to keep track of their notes and tasks. This plugin allows you to create custom notes with specific metadata, making it easy to categorize and filter your notes by type, priority, or deadline. With Note to MP, you can also set reminders and due dates, ensuring that you never miss a crucial task or note. Whether you're a student, professional, or simply someone who wants to stay organized, this plugin is sure to become an indispensable tool in your Obsidian workflow.
Stats
180
stars
180 stargazers
9,602
downloads
9,602 downloads
35
forks
35 forks
469
days
469 days since creation
21
days
21 days since last commit
21
days
21 days since last release
25
total PRs
25 total pull requests
0
open PRs
0 open pull requests
1
closed PRs
1 closed pull requests
24
merged PRs
24 merged pull requests
26
total issues
26 total issues
1
open issues
1 open issues
25
closed issues
25 closed issues
125
commits
125 total commits in last one year
Latest Version
21 days ago
Changelog
问题修复
- 公式渲染异常
- 脚注无法正常渲染重复引用
公式展示优化
之前版本的数学公式文字比正文文字偏大,现通过如下CSS缩小一号:
/* 行间公式 */
.block-math-svg svg {
scale: 0.85;
}
/* 行内公式 */
.inline-math-svg svg {
font-size: 0.85em;
}
如有需要可通过自定义CSS自己调整。
脚注优化
脚注统一增加了class="fnref-sup"
,可以通过如下自定义CSS为脚注增加[]
.fnref-sup::before {
content: '['
}
.fnref-sup::after {
content: ']'
}
README file from
Similar Plugins
info
• Similar plugins are suggested based on the common tags between the plugins.
Wechat Public Platform
a year ago by Blake Chan
Obsidian Wechat public Plugin (微信公众平台) is a plugin to release article from your Obsidian Vault to WeChat, Baidu baiJiahao or other platforms.
Messager
a year ago by Rainyluo
send messages through wechat/http api/email to obsidian
WeWrite
6 months ago by Learner Chen
Obsidian plugin to render note as WeChat MP article.
Enhanced Publisher
5 months ago by Cube
增强的Obsidian发布插件,支持图片自动存储、HTML预览和发布到微信公众号等内容平台
MP Preview
5 months ago by Yeban
一个帮助你快速将 Obsidian 笔记转换为微信公众号格式的插件。