-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can the data in markdown syntax be used to create a table view and sort my email notes by date? #26
Comments
You could take a look at the "Note overview" plugin. You can create a summary note from a set of filtered notes. I will check if it's possible to set the created time from the Thunderbird plugin. Then you could use the "Note overview" plugin to display a list with date and title. You could probably do this already, but the date will be the date of import, not the date when the mail was sent/received.
If it's correctly formatted, Obsidian should be able to create the view as you want. Not sure though, since I don't use Obsidian. |
Not sure what you mean. We would need the date of the email, if I'm not mistaken. But you fully understood what I wanted to achieve and the Note overview plug-in looks good! from the link you sent I understand the syntax would need to start with So nice of you to check this for me. Thank you. |
Sorry, that were implementation details. There are two relevant timestamps for this use case in Joplin's metadata:
AFAIK you can use both of the timestamps in the note overview plugin. (Untested) example to show all notes with the
You are welcome. I'm using this plugin myself, so it's not much effort :) |
|
Understood. Very clear. |
So you checked and confirm it's feasible? |
|
Yes, it's feasible. In fact, I just submitted a new version of the add-on for review at Mozilla. After the review is done, you could download the new version and check if it works for your use case. |
|
It's working great! My notes are sorted by the Email Date in my note generated by Note Overview plugin. Just what I needed. thank you! |
|
Oh sorry, I was too fast. I don't understand why but my note-overview note displays the updated time in the first column although I set it up to display the created time (I copy-pasted your above code)... |
|
I adapted the example to use |
|
Works perfectly with the Overview Plugin now. Thank you very much! |
It's more of a question than an issue and please mark it as closed when done.
Your add-on is great! I especially like that email metadata gets transfered to the body of the note in a customized way either as text or as table. Now I'm wondering: can this data be used to display notes in a certain way? Let me explain: Obsidian has a Dataview plugin that uses the notes' YAML Frontmatter data to create views of multiples notes, typically a list view or a table view. For example with email notes, I can think of a table view of my email notes with the date of the email in column 1 and the title of the note in column 2. I would also be able to sort the dates chronologically.
Joplin doesn't have such a plug-in at this time. But what if I open my email notes in Obsidian? Will Obsidian take it as YAML Frontmatter metadata and be able to create views of notes?
The text was updated successfully, but these errors were encountered: