-
Notifications
You must be signed in to change notification settings - Fork 23
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
Improve markdown export #28
Comments
Thanks a lot for the first version of the markdown exporter. I would like to extend the list above regarding the following points:
But all in all it seems to be a solid foundation. Really nice job. Thanks a lot. I appreciate your effort. |
Hey thank you for the feedback! I have created issues for all of your listed points so I don't forget. |
I have another request: Is it possible to have an option, which disables the prefixed "#" on titles. My titles are already prefixed with an "#" which results in 2 consecutive "#". Thanks |
Sure no problem! -> #46 Regarding #36 (duplicated titles): I've started taking a look at this issue. Notes.app takes the first line of any note and saves it in a special title column of the note record in the database. Right now I am using this column of the note record to populate the "header" of the markdown note. The problem is of course that the first line of the note appears again in the note text itself, which is why the duplicate title issue is arising. Why they are linked in your case I am not sure. I can't seem to duplicate the linking issue, but I 100% believe you that it is happening. I will continue to try and create a test note that reproduces this so I can fix it. My current plan of attack for the plain duplicated titles is to de-dupe the title by removing the first occurrence of the title column of the note record from the note text while converting it to markdown. |
The text was updated successfully, but these errors were encountered: