Note to MP

by Sun Booshi
favorite
share
Score: 60/100
Description
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
9,602
downloads
35
forks
469
days
21
days
21
days
25
total PRs
0
open PRs
1
closed PRs
24
merged PRs
26
total issues
1
open issues
25
closed issues
125
commits
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