Ji-ho Lee17 downloadsPaste Nextcloud internal links to render rich file blocks with size, upload date, and a one-click shortcut to open the file in your browser.
🌐 English | 한국어
📖 Documentation (English / 한국어)
An Obsidian plugin that turns pasted Nextcloud internal links into rich file blocks — showing file size, upload date, and a one-click shortcut to open the file in your browser — right inside your notes.
Paste a Nextcloud internal link (e.g. https://cloud.example.com/f/12345) into a note and it's replaced with a nextcloud-file code block rendered as a small card with the file's name, path, size, date, and an Open in browser button. You can also drop non-image files straight into a note with an nc-folder frontmatter property set, and they're uploaded to that Nextcloud folder automatically.
nextcloud-file code block, rendered as a card with the file's name, path, size, date, and an Open in browser button.nc-folder — set an nc-folder: <ProfileName>/<path> frontmatter property on a note, then paste non-image files directly into it to upload them to that Nextcloud folder and insert a file block for each.nextcloud-file block from a note (by editing it out or deleting the note) prompts whether the underlying file should also be moved to the Nextcloud trash.See the Prerequisites page for details.
Open Settings → Community plugins → Browse in Obsidian, search for "Harang Nextcloud", then click Install and Enable.
A manual install from pre-built files, or building from source, is also possible if you'd rather not use the Community Plugins browser — see the Installation page for details.
nc-folder: ProfileName/path to a note's frontmatter to enable pasting attachments directly into that note.See the Usage guide for the full walkthrough, including deletion tracking and the manual convert-selection command.
MIT — see LICENSE.