obsidian-file-include icon indicating copy to clipboard operation
obsidian-file-include copied to clipboard

Results 7 obsidian-file-include issues
Sort by recently updated
recently updated
newest added

Using latest version of Obsidian-file-include along with latest version of Obsidian on Ubuntu 23.10. I generated such `out.txt` file from [Tokei](https://github.com/XAMPPRocky/tokei)'s output via ```sh tokei some/dir > out.txt ``` While...

Would be useful to support adding a title to the top of a codeblock just to make things a bit easier. ```` ```include title:"/path/to/file" python @/My Files/hello-world.py ``` ````

help wanted
good first issue

Would it be possible to load the file from and URL via HTTP? If the name starts with "http?:" using fetch API?

Support loading files from external HTTP sources via fetch API. The server needs to enable CORS headers.

### Example (too lazy to google how to escape triple backquotes properly, sorry for the screenshot) ### Screenshots Editor Mode (No Callout) | Reader Mode (No Callout) :-----------:|:-----------: | Editor...

Not sure if this plugin is even developed anymore, but I'll drop this here. Can't get includes to work on callout blocks. I also installed the Admonition plugin, and that...