Skip to content

FR: Support org-mode files #351

@Dietr1ch

Description

@Dietr1ch

Is your feature request related to a particular use-case?

I keep docs in org-mode files instead of markdown.
Currently it seems the file specified in Cargo.toml is blindly parsed as a markdown file.

Describe the solution you'd like to implement/see implemented

  • All org-mode files in the project should be spellchecked.
  • When setting package.readme = "some_file.org" in Cargo.toml the file should be parsed as an org-mode file.

Describe alternatives you've considered

At least skipping .org files with a warning instead of pretending they are markdown and failing might be nicer. I'm using --skip-readme for now, but it results in a spellchecking coverage gap.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions