Gary Glass

Results 15 comments of Gary Glass

> Thanks @gmccullo could you please create a small zip file with a small repo to make sure we can reproduce the issue? [foam bug.zip](https://github.com/foambubble/foam/files/8354905/foam.bug.zip)

I see this problem too. But it isn't related to new folders in workspace. Also the bookmarks panel never shows any bookmarks now. Not sure when this problem started.

> @gmccullo, > > I'm guess you are asking for this enhancement: [Add an in-document cSpell:flagWords directive · Issue #3080 · streetsidesoftware/cspell](https://github.com/streetsidesoftware/cspell/issues/3080) That does look like the same idea.

Cool. Is "forbidWords" the same as "flag-words"? I just tried it and they both are reported as "Forbidden word." ![image](https://user-images.githubusercontent.com/26315643/201872964-6d9ada63-f0f4-4b26-9bf0-9aa21efe2efc.png)

It does for me. I tried it with no other extensions enabled. However I _do_ have to manually trigger Intellisense with ctrl-space.

Here's a demo. https://github.com/yzhang-gh/vscode-markdown/assets/26315643/f0cc235e-e0ad-44d6-9b17-751d9191e367

+1. I use this extension a lot and having it strip out punctuation is really a pain.

Line breaks are handled differently in different flavos too. +1 to custom CSS.

I get this too, in my case on a header with a Pandoc-style ID attribute: ```md #### my header{#foobar .foobar} ``` If you create a header like that in the...

Couldn't you achieve this with args? We could create a keybinding and pass args to to it like "encode-string-to-url".