Jonathan Clark

Results 146 comments of Jonathan Clark

Firstly, apologies for the delay. Second, it’s still happening with v2.0.0. I’ve had a look in Console.app and searched and couldn’t find anything that mentioned swiftbar. Could you be more...

Your suggestions are all making sense to me, @swalladge, with the addition of your last comment suggesting its for implementors to define actions on fields of interest. This also copes...

@tbar0970 I would suggest splitting this into two feature requests: - sensitive custom fields - sensitive notes The two might have different priorities (I suggest sensitive notes are more widely...

Once I figured out that the `base_directory` automatically prepends `~`, this is working. However, I'm finding that some of the notes returned from the **t** action are from the @Trash...

Hi @elazarcoh, yes please do work on a PR. If it's to be close to the Notepad++ implementation it will need a new set of default styles adding as well....

Thanks for the issue and suggestion, @tobiasdiez. I've added `language-overridable` scope to the `keywords` configuration item. In my testing this doesn't work, with additional ones ignored in a `[markdown]` configuration...

Did this work for you @tobiasdiez ? I've now published this new version to the Marketplace, so it would be good to know. Thanks.

Thanks, @jon-a-miller. Please do rate the extension on the marketplace, so more can find it. On Wed, 18 Nov 2020 at 19:57, jon-a-miller wrote: > Thank you and all the...

For my info from the API: ``` /** * Read language configuration. */ const textDocumentConfiguration = vscode.workspace.getConfiguration('sample', {resource, languageId}); textDocumentConfiguration.get('languageSetting'); /** * Listen language configuration changes */ workspace.onDidChangeConfiguration(e => {...