Currently PasteMax outputs absolute file paths. Please add a configuration option to output relative paths from the project root instead. This would improve portability when sharing code context with LLMs and other tools.
Suggested implementation: Add a toggle in settings to enable relative paths, using Node.js path.relative() to convert paths.
Currently PasteMax outputs absolute file paths. Please add a configuration option to output relative paths from the project root instead. This would improve portability when sharing code context with LLMs and other tools.
Suggested implementation: Add a toggle in settings to enable relative paths, using Node.js
path.relative()to convert paths.