Results 117 comments of Ooker

In my case, it happens if the text is copied from OneNote. The [OneNote to Markdown Converter](https://github.com/ArthurHub/Productivity-Tools) can handle this well though. You can see how it works. ### Text...

Where is the `:qq`Tab documented? Also, why didn't you implement this feature in the original version? It seems to be a straightforward solution, and it doesn't seem to be dependent...

I see. I wonder why you don't put that in the top? As for the other question, I mean the feature to automatically replace a string without a markup, like...

A repo to testing shadcn-ui in Fresh: https://github.com/nikogoli/testing-shadcn-ui-in-fresh Demo: https://testing-shadcn-ui-in-fresh.deno.dev/

I got this when I use python 12rc on Ubuntu 20.04 (docker). When I change to python 11 it's solved

Here is the log I get when running `keep tui`: ``` Username: [email protected] [INFO] Authenticating with token WARNING:root:Unable to find state file: C:\Users\ganuo/.keep\[email protected] [INFO] Success INFO:keep-cli:Success Traceback (most recent call...

This comment doesn't mean to expect the author to prioritize this issue over his other million important tasks. But: - it's almost a year since the issue is opened -...

that doesn't work. The code should be: ```ts const slugs: FullSlug[] = aliases.map((alias) => { console.log(alias) const aliasWithNoInvalidFileSystemCharacters = alias.replace(/[\\?\|\:]/g, '-'); return path.posix.join(dir, aliasWithNoInvalidFileSystemCharacters) as FullSlug }); ``` Note that...

Most (if not all) similar duplicated issue are duplicated to #455. Perhaps you want to close this as well so we can accumulate our attention in one place?

any idea why this PR hasn't accepted?