Clare Macrae

Results 182 issues of Clare Macrae

Add integration with Simon Cropp's EmptyFiles tool - see https://github.com/VerifyTests/EmptyFiles#tool-usage We would have to work out the mechanics of this.

enhancement
on_hold

This looks really useful: https://github.com/cpm-cmake/CPM.cmake

documentation
infrastructure
on_hold

It's currently disabled in GitHub actions - see 0d828752874d5e30a536fe330e54f68bfc0ce5f4

documentation
infrastructure
on_hold

This arose out of #91. It would be better to use `constexpr` instead of `#define` to define the version number components of this project in code - for type-safety. >...

breaking_change
on_hold

We want to make a linker error something like this: "_______________APPROVAL_MAIN_NOT_CONFIGURED_____________::See_TroubleshootingMisconfiguredMain_Documentation::check()", referenced from: But the initial underscore if global, and the double underscores are reserved.

enhancement

# Description Documentation - New page `docs/queries/regular-expressions.md` - Document regex searches for `path`, `description` and `heading` - Quick Reference page updated Sample vault: - Tasks plugin in sample vault updated...

scope: documentation

These are the current options: ![image](https://user-images.githubusercontent.com/4840096/173207019-80fb7a90-f1f4-4fe4-b3e5-45267ca20b9d.png) More will be coming soon, as some older pull requests are merged. Suggest it goes next to wherever #754 docs get added.

scope: documentation

These are the current commands: ![image](https://user-images.githubusercontent.com/4840096/173207065-1c3fb471-7aa2-454b-9ac7-3069847c93c7.png) Suggest they get documented close to where #754 docs go.

scope: documentation
type: enhancement
scope: commands

Reviewing #953, I see 4 regular expressions needed to be changed in order to add support for callouts and block quotes: ![image](https://user-images.githubusercontent.com/4840096/183080050-3737035e-f23f-44f6-b96a-8d84fefec47e.png) This is an unnecessary duplication of core logic,...

type: internal

## Description The code that displayed group headings was treating them as plain text, meaning that any markdown inside them was also drawn as plain text. This instead passes the...

type: bug
scope: rendering of tasks