-
Notifications
You must be signed in to change notification settings - Fork 1
desired features
actions-user edited this page Apr 3, 2024
·
1 revision
- Option to clear only the generated pages that are no longer in the source directory (should be default)
- Option to clear everything including files created by users elsewhere
- Option to include front-matter in the markdown files to specify properties like the sidebar title etc.
- Add front matter with original file path to processed files
- Option to create pull request to main repo if there are documents that have been created using github's browser interface for creating wiki pages (see gollum).
- Option to generate index files for directories that have links to all the included files and sub indexes for subdirectories
- Add the ability to detect when a file links to another markdown file in any of the folders being published to the wiki
- Option to include additional stuff at the top and bottom of the sidebar
- Option to enable generating links to the headings in the files so that files themselves are closed details sections in the sidebar
- Rework formatLinksInFile so it is less reliant on all the parameters of formatLocalLinks
- Add more async for reading and writing files
- Figure out if links to folders are treated correctly
- Make sure the directory path being turned into part of the title is processed properly (spaces, underscores, etc.)
- Need an ignore list: There is a possibility that a folder will contain a file named _sidebar.md, which should not be included in the sidebar, but will cause the empty folder to be included in the sidebar
- Tidy up readme
- End to end tests (only run if the tests are running in the github action)