Add new optional mode: one note per pin #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi there! Thanks for making a great plugin! This did nearly want I wanted, but I wanted it to be able to create one note per pin, to use things like data view with the pins and their metadata.
I've managed to get that working, by adding a new option – "one note per pin" mode. You can optionally enable / disable the mode.
Screenshots
New settings menu
![Screenshot 2023-12-23 at 8 46 27 AM](https://private-user-images.githubusercontent.com/1518604/292634054-45fb1702-3863-43a3-acb1-04056b4061bb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTI4NjUsIm5iZiI6MTczOTYxMjU2NSwicGF0aCI6Ii8xNTE4NjA0LzI5MjYzNDA1NC00NWZiMTcwMi0zODYzLTQzYTMtYWNiMS0wNDA1NmI0MDYxYmIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMDk0MjQ1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NTE1YjM1OTAyMTljNTc3MzY5YzRmYzJlMmRjN2E1OTQ4MmQwOTZjY2RiYzQ2N2JmNzRmYzk5ZDFjZGYxODRmMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.ZJjlrR2hgrh9pIGX_zZbyy9EMIfR7fb2Cew0K3CXP08)
Example note created
![Screenshot 2023-12-23 at 8 46 52 AM](https://private-user-images.githubusercontent.com/1518604/292634067-47a722b0-d663-4c4e-bcdf-c15f3b147782.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTI4NjUsIm5iZiI6MTczOTYxMjU2NSwicGF0aCI6Ii8xNTE4NjA0LzI5MjYzNDA2Ny00N2E3MjJiMC1kNjYzLTRjNGUtYmNkZi1jMTVmM2IxNDc3ODIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMDk0MjQ1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NmQzMTZkZjE3OWM2ZGY0YWViZWNkMmRjNDg1OWMyNjM2NTc1ZjkwNzA5ZmMyMDNjMzUxOGY0YWRkNGZmMGNkZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.zVG_YmQUpZUYE3jcZ3ol3WH0dPJE3G7RLhSANt6PfSM)
I've added a new option so that they can be enabled independently too.
Let me know what you think or if you have feedback 🙏