Gary Glass
Gary Glass
It would be nice to have syntax highlighting for markdown.
### Describe the bug I have a multi-project workspace. I only want Foam active in one project. Presumably I can use foam.files.ignore to achieve this. But I can't find any...
When using insertAnchor:true the generated anchor tags have different ID & name attribute values. The link points to the name value, not the ID value. This causes validation errors on...
When using insertAnchor:true the anchor tags are inserted on a line directly above the header line. For example: ```markdown #### Theatres. Clubs. Churches. Schools. ``` This causes a linter error...
Here's a demo of the issue. Note that the 1st and 2nd items have the same (#value): \ \- \[Item](#item) \- \[item](#item) \- \[item](#item-1) \ \# Item \# item \#...
The idea here is to be able to say certain words should be incorrect in a context. For example, you might want to specify for a particular file or a...
Type: Bug Got the June update this morning. Noticed this stopped working: markdown.preview.markEditorSelection Looking at the HTML in dev tools the body tag looks malformed: ```html ``` I copied this...
### Description of the new feature / enhancement When activating Quick Accent for a period ("."), one of the options should be an ellipsis ("…"). ### Scenario when this would...
It's been a long time since I've seen the Bookmarks explorer work. It shows a count on the icon, but the explorer is empty except for the progress indicator which...
### Proposal Path completion should not encode link paths inside angle brackets. For example when linking to a file named "foo bar.md", the space is encoded: ```[foo bar](../folder2/foo%20bar.md)```. This is...