You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
I'm trying to use linting tools such as markdownlint on my projects and would like to be able to specifically ignore the markdown files generated by the Jupyter convert action. I would still like to be able to lint blog posts I write in markdown. Since they are all added to the _posts directory, I have to to manually add each file to an ignore rule.
Describe the solution you'd like
If it were possible to put the generated markdown files in a specified folder, I could simply ignore that folder.
Describe alternatives you've considered
My current work around approach.
The text was updated successfully, but these errors were encountered:
Thank you for opening an issue. If this issue is related to a bug, please follow the steps and provide the information outlined in the Troubleshooting Guide. Failure to follow these instructions may result in automatic closing of this issue.
Thank you for posting this issue, and I'm really sorry I haven't gotten around to fixing this. All of my time has been focused on nbdev. In the new version of nbdev, we knew that we wanted to include blogging rather than it being a separate project. We realized that Quarto, which the new version of nbdev is built on, is much better than fastpages. Rather than keep this project going, we are recommending that people migrate to Quarto as we think that will be more powerful for users and is a much better tool for blogging.
I've written a detailed migration guide with some tools that will hopefully make the process of switching much easier. Overall I think it will be worth it for users.
My apologies again for not getting to this issue sooner. Will close this issue with this PR #657, where we are letting people know that we are deprecating this project. Thanks again for your support and for using fastpages! 🙇🏽
Is your feature request related to a problem? Please describe.
I'm trying to use linting tools such as markdownlint on my projects and would like to be able to specifically ignore the markdown files generated by the Jupyter convert action. I would still like to be able to lint blog posts I write in markdown. Since they are all added to the
_posts
directory, I have to to manually add each file to an ignore rule.Describe the solution you'd like
If it were possible to put the generated markdown files in a specified folder, I could simply ignore that folder.
Describe alternatives you've considered
My current work around approach.
The text was updated successfully, but these errors were encountered: