Chenxin Yan

Results 9 issues of Chenxin Yan

**Describe the bug** Subdecks do not work for me in both tag or folder method. When I run "Review flashcards from all notes" command. Only the top level folder would...

bug

**Is your feature request related to a problem? Please describe.** For the flashcards, there is a "again" or "reset" option. However, for notes that are tagged as #review do not...

enhancement

**Plugin informations (please complete the following information):** - OS: MacOS 0.15.7 - Templater version: 1.9.9 - Obsidian version: 0.13.14 - Templater settings: **Describe the bug** This bug occurs after I...

bug

I use `ftpluign/markdown.md` to set text wrap to true when opening a markdown file. It works as expected. However, when openning markdown file for the first time on startup using...

For example, if I have a note that links to `[[MOC#Header1]]`, I want it to be treated differently than a note that links directly to `[[MOC]]`. Two things can be...

**Describe the bug** I am using lazydocker with podman following the discussions in #4 . While it seems to work well, I miss the "services" when inside a dir with...

bug

### Description When multiple changes are proposed for user to accept on the same file and user press "enter" to accept them one by one immediately after each other, the...

bug

As discussed in this [discord thread](https://discord.com/channels/1019350475847499849/1430407429505679462), I've created a [minimal demo repo](https://github.com/chenxin-yan/convex-preloadedquery-example) to showcase the DX and UX differences between with/without skip option for `usePreloadedQuery` The primary motivation for this...

I am referring to this [documentation](https://docs.convex.dev/client/nextjs/app-router/server-rendering) Here are the components: ```tsx import { getAuthToken } from "@/lib/convex"; import { api } from "@/_generated/api"; import { preloadQuery } from "convex/nextjs"; import...