Convert a project down into a single file #4016
Replies: 1 comment 1 reply
-
I don't understand what you mean by “links” if I'm being honest. However, I can say that there is no tool to merge a multi-file project into one. This is actually much more difficult to do reliably than it might seem at first glance. What is the use-case for such a tool? If you just need to share your project's source code, I would recommend using ZIP files, or better, a hosted git repository. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't pretend to be the most fluent user of Typst, and so I may si,ply be missing something, but I've been working on a multi-file, multi-directory project that requires links that can be used between these different files. Firstly, is there a way of making these links work, and secondly, is there a good way of converting a whole project into a single file (i.e. replacing
#include
statements with the file contents) both as a workaround to this issue and as a feature in general?Beta Was this translation helpful? Give feedback.
All reactions