Context
Storing a lix file in a lix is desired to enable "lix as file format" #182 usage with the lix file manager app.
Example usage
The lix file (.inlang) is stored in a lix itself.
- example.txt
- README.md
- frontend.inlang (THIS IS A LIX FILE)
The parent lix (example.txt, README.md) and sublix (frontend.inlang) should not interfere with each other to sustain portability.
The parent lix would need to know that the .inlang file is a lix and let the sub-lix handle it's own:
- change control
- sync
- file management
Checklist
Leveraging lix as file format is severaly blocked
by not being able to store lix files in lix.
Context
Storing a lix file in a lix is desired to enable "lix as file format" #182 usage with the lix file manager app.
Example usage
The lix file (.inlang) is stored in a lix itself.
The parent lix (example.txt, README.md) and sublix (frontend.inlang) should not interfere with each other to sustain portability.
The parent lix would need to know that the
.inlangfile is a lix and let the sub-lix handle it's own:Checklist