Skip to content

Commit c7555ba

Browse files
committed
fix: bunch of issues
1 parent 0b197ee commit c7555ba

File tree

2 files changed

+2072
-1924
lines changed

2 files changed

+2072
-1924
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@
22

33
## Shinny new things
44

5-
- feat: when list item has mark content, for example:
5+
- feat: when list item has mark content, for example (And if you press enter at the end of the line, the new bullet line
6+
should be added after the mark content.
7+
):
68

79
```markdown
810
- Here is a bullet line
911
Mark: this is a mark content
1012
```
1113

12-
And if you press enter at the end of the line, the new bullet line should be added after the mark content.
14+
- feat: support copy link to text fragment. Resolves #34
15+
16+
## Fixes
17+
18+
- fix: conflict with `Obsidian Banner` plugin, cause paper-layout not working well. Resolves #41
19+
- fix: height issue of Popout window. Resolves #39
20+
- fix: conflict with `Obsidian Paste image rename` plugin. Resolves #43
21+
- fix: when markdown link is embedded, the link should be rendered as a link. Resolves #49
1322

1423
# 0.1.3
1524

0 commit comments

Comments
 (0)