How to reference and serve assets from your Git repository
When your internotes reference images or other assets, those files need to be accessible at a URL. Git integration supports two approaches: hosting assets from the repository itself, or referencing external URLs.
Place asset files alongside your .chalk files in the repository. Reference them using a relative path in your Chalk source:
Internote uploads repository assets to its CDN automatically on sync.
You can reference any stable, publicly accessible URL:
Assets referenced by relative path must be within the watched path of your repository. Assets outside the watched path won't be uploaded.