-
Notifications
You must be signed in to change notification settings - Fork 4
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
Import from RedNotebook - Dates not relateable #35
Comments
Thanks for the feedback!
I didn't have a concept for the file structure, so I took it from another journal format (don't remember which one). The filenames can be easily adjusted in the code. Is a file structure like below suitable for your case?
Can you provide an example file for these issues? I can't reproduce at my test files: (left: rednotebook, right: markdown) |
Should work better I guess... Actual textfile. So I guess it's how RedNotebook stores its data itself. There are that many linebreaks, whyever I dunno know.
|
You can try the latest release (v0.0.49). This is how the example snippet looks like: NB: I omitted the folder structure, as the folder names only contain redundant information. The notes are exported in one single folder. So the user can decide how he wants to structure them. |
Didn't work. Exactly the same output as before. Filenames and frontmatter are exactly the same. I wasn't able to check the version with jimmy --version either. I tried the windows version since the linux version is incompatible with my older glib version. |
Could you share the command that you are using and the output on the command line, if possible? The command should be something like
There is another linux executable that supports glibc from 2.31 on. You might try that one. (I'm thinking of making this as the default download, but I need to understand the impact first.) Side note: There is no |
I tried now that executable and filenames are correct now. But encodings for german ä, ö, ü are not correct. Don't know if this is a linux editor thingy. The other time before I used the windows version with Just a sidenote: I build a PDF Parser with C#. For that I used yaml files as config input. That file contained rules on how inputs should be converted. How about this idea? IMO |
Converting special characters should work in general. For example in this converted file the word
For the conversion from
I think for other custom rules, a user-written script/regex is best suited. |
I'd like to migrate my rednotebook dairy to joplin or obsidian. Don't know yet which one is better for a diary. ('cuz missing a sync feature and android support in rednotebook)
However, how is that supposed to work anyways? Each day is a seperate md file like 17.md put in a folder each month like 2024-12.
I tried frontmatter, but the title is indeed 17 which doesn't seem to have any benefit. Better would be a filename like 2014-12-17. Is this possible to accomplish? It's just crazy to adjust the creation date for hundrets of files.
Other minor improvements
The text was updated successfully, but these errors were encountered: