Commit graph

13 commits

Author SHA1 Message Date
Edrick Leong
a753c21332 fix: address Obsidian plugin review bot issues
- Remove unused `app` variable in FeedReactView component
- Remove unused `containerWidth` state in MasonryView
- Add `void` before async IIFE in FeedReactView and MasonryView to satisfy no-floating-promises
- Fix sentence case: 'markdown' -> 'Markdown' (brand name) in error messages
- Remove empty catch blocks in cleanup functions
- Change `let` to `const` for cacheMeasurement variables
- Remove unnecessary `as MouseEvent` assertion (nativeEvent is already MouseEvent)
- Remove `async` from onload (no await expression)
- Fix sentence case: 'Experimental' -> 'experimental' in display names
- Fix any types in getPropertyValue: use `unknown` and proper type narrowing
- Use .catch() instead of void for openLinkText promise

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-09 11:07:14 +08:00
Edrick Leong
9a0397ca2f
Update README with support link
Added a Ko-fi donation link and updated project description.
2026-04-06 18:51:04 +08:00
Edrick Leong
c3a3d88945
Create FUNDING.yml 2026-04-06 18:48:53 +08:00
Edrick Leong
4bf7cd73e1 feat: add experimental masonry support 2025-10-27 21:11:45 +08:00
Edrick Leong
e908a1855d update to 0.1.2 2025-10-25 00:34:18 +08:00
Edrick Leong
cc6770b38e feat: add smooth transition 2025-10-25 00:33:16 +08:00
Edrick Leong
4cfe05e9e4 update to 0.1.1 2025-10-25 00:18:22 +08:00
Edrick Leong
189c3367f4 fix: remove leaf.detach causing errors 2025-10-25 00:16:54 +08:00
Edrick Leong
8d8e552dc0 feat: add show properties toggle 2025-10-24 23:54:41 +08:00
Edrick Leong
d32be11fcc fix: fix stuttering when scrolling up 2025-10-19 23:14:02 +08:00
Edrick Leong
fe4bdb037b docs: update screenshot size 2025-10-19 22:34:26 +08:00
Edrick Leong
0eb8e0d6e3 docs: add screenshot 2025-10-19 22:33:55 +08:00
Edrick Leong
0fe9107b7f initial commit 2025-10-19 22:29:42 +08:00