Open egauthier opened 1 year ago
Hi! Thank you for the proposals! All of them are really good ideas. Here's quick reply, I'll post more details after processing these in my spare time.!
Extract attributes like Destination
and Tags
from subject. Can you share what syntaxes you're using? So I don't need to design the syntaxes and can build this feature for your workflow.
Thank you for the suggestions again! Please let me know if I mistake anything.
Now that I'm thinking more about this, just using the #hashtag syntax in the email ${Subject} , or in the {$Body} should filter right through to the note itself, no programming required. Maybe that is sufficient? It would be cool to strip them and put them in YAML, but really not required.
3. I will check that out. I did add a filter to add a label, but maybe the label isn't populated if it isn't visible if there are no current emails with that label?
all the labels (with or without mails) are fetched in my use. but the labels in the plugin UI are only fetched during the login process. So if you add the label after that, you may need to logout and login again.
as you say, the hashtags are identified in obsidian if they present in ${subject}
or ${Body}
. But I do think an option to set tags and folders in the subject line is a great idea too.
Yes, I found this out. Logout and log back in, and there were my labels!
On Nov 6, 2022, at 6:49 PM, thingnotok @.***> wrote:
- I will check that out. I did add a filter to add a label, but maybe the label isn't populated if it isn't visible if there are no current emails with that label?
all the labels (with or without mails) are fetched in my scenario. but the labels in the plugin UI are only fetched during the login process. So if you add the label after that, you may need to logout and login again.
— Reply to this email directly, view it on GitHub https://github.com/thingnotok/obsidian-google-mail/issues/8#issuecomment-1304979859, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGW4D4RMUXFJVCU6SCVSSDWHBNZ7ANCNFSM6AAAAAARX7EGSI. You are receiving this because you authored the thread.
This is awesome!! Thank you!
At the risk of being greedy, there are a couple other features that would be really cool as this matures. I know these are mostly outside the scope (e.g. require file munging and parsing) but could be some cool features.