Skip to content
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

Add included files. #27

Open
VictosVertex opened this issue Dec 16, 2024 · 0 comments
Open

Add included files. #27

VictosVertex opened this issue Dec 16, 2024 · 0 comments
Assignees

Comments

@VictosVertex
Copy link
Collaborator

So far the documentation only considers one file at a time. However, sometimes a file may include one or multiple other files. In that case these should be analyzed as well (unless they already have been).

Current idea:

  • get include tags and the respective paths
  • store paths on Document
  • let the ASPHandler handle all includes as well and possibly keep track of already parsed Documents
  • create some kind of Includes feature that then collects necessary "include data" of these Documents to display
  • add template(s) for includes
@VictosVertex VictosVertex self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant