deathau / cm-show-whitespace-obsidian

A plugin for [Obsidian](https://obsidian.md) which shows whitespace in the editor.
53 stars 6 forks source link

Add settings and added extra styles for single/trailing spaces #9

Closed jjspace closed 3 years ago

jjspace commented 3 years ago

This will enable people to have different configurations as well as brings it closer in line with how showing whitespace works in code editors like vscode

I referenced the sample plugin for how to create settings like so

Resolves #6

jjspace commented 3 years ago

@deathau I'm not sure how you're versioning or how publishing to Obsidian works so please either let me know or make sure to make those changes before merging this branch!

deathau commented 3 years ago

@deathau I'm not sure how you're versioning or how publishing to Obsidian works so please either let me know or make sure to make those changes before merging this branch!

The way this (generally) works, is I'll commit a bunch of stuff (or in this case merge PRs) and then when I'm happy with it I'll create a release and bump the version number in the manifest. My point being: I'm merging your PR, and after I tidy up some other stuff, I'll create a release with all this stuff.

By the way, thanks for all this. Saves me the work. I really appreciate it.