separation of content and code #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When looking at e.g. the office tech dossier I wonder whether it would be worthwhile to separate the
ProjectDescription.textinto a separate markdown file, which is then read in the TypeScript code? Or, if TypeScript supports this, even write the complete tech dossier in Markdown with YAML frontmatter, which are then parsed in the app?This would separate the tech dossier content from its representation and make it more reusable in other contexts, e.g. to create separate handouts as pdfs for specific audiences via e.g. pandoc?
I think we can, but I would like to keep this idea on hold. We previously discussed, that the content creation could be done from a GUI editor and stored in a database or a pull request could be created automatically. Maybe we can brainstorm this and pick the best idea