-
Notifications
You must be signed in to change notification settings - Fork 130
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
Markdown as a default markup #592
Comments
This seems to be a duplicate of #295. |
@villanella Have you looked at #295? It is probably the best we can do since we do not want to go away from yaml as the file format. |
I use this feature "markdown with yaml header" about 1 year in beta-b8 version. I can't upgrade Doorstop to newer versions, because markdown is supported only in beta releases, that aren't stable . Are you planning to support this feature in stable (not beta) release? |
Always nice to hear from active users! Yes, it will be supported in stable as it is already included in the development branch. I've been way to busy with my day job to be able to spend enough time here for the last 2 years, but I've found some time now and is currently working on reaching the 3.0 milestone. |
What I'm needing is a way to convert yml format items to markdown. My first attempts haven't gone well.. |
actually, this almost did the job:
Followed by renaming to .md. Unfortunately I still get an error on loading the documents:
|
Ah, discovered my mistake: .doorstop.yml should contain:
|
Yes, I know these settings, but current release (not beta) version doesn't support markdown. |
We use PDM for all our python projects, and so its easy to add the beta version as a dependency without messing up older projects (
Yeah, I haven't figured out yet if it gets inherited down the tree... I suspect not, and I might throw a patch together if not. So it sounds like really looking for is export and import from markdown? I can imagine that could get quite tricky. I'm thinking of having non-coders using the nice markdown editor in vscode to edit requirements. I'd be interested to hear your experiences! |
We want to edit Doorstop files as markdown with header instead of yml:
The text was updated successfully, but these errors were encountered: