Note to MP

by Sun Booshi
favorite
share
0.0
(0)
5
4
3
2
1
Score: 63/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.

Reviews
No reviews yet.
Stats
310
stars
18,372
downloads
50
forks
667
days
17
days
17
days
28
total PRs
0
open PRs
1
closed PRs
27
merged PRs
28
total issues
2
open issues
26
closed issues
125
commits
Latest Version
17 days ago
Changelog

2.1.1

  • 修复Bug
  • 优化数学公式

数学公式优化

在之前版本中,数学公式默认会缩小一号,现在默认不缩小。

如果需要缩小,可以通过如下自定义CSS进行调整。

``` less
.note-to-mp {
    .block-math-svg {
        svg {
            font-size: 0.85em;
        }
    }

    .inline-math-svg {
        svg {
            font-size: 0.85em;
        }
    }
}
```

如果文章中公式较多,可以尝试修改段落的行高来调整公式显示效果。

``` less
.note-to-mp {
    p {
        line-height: 1.8em;
    }
}
```
README file from