[go: up one dir, main page]

Skip to content

Copy Obsidian documents including referenced assets

License

Notifications You must be signed in to change notification settings

holtwick/obsidian-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

obsidian-copy

WORK IN PROGRESS!

Copy Obsidian documents, including referenced assets.

Note

Obsidian is a great tool for creating and managing text. And Markdown is the format of choice for documentation and blog posts. This tool helps to do the text work in Obsidian and copy the results to wherever they are needed. This specialized tool helps to collect all the asset files and do some cleanup.

CLI - Command Line Tool

The easiest way to use it, is via CLI in the terminal:

obsidian-copy my-obsidian-vault/project my-blog/posts

Javascript Library

import { obsidianCopy } from 'obsidian-copy'

await obsidianCopy(fromPath, toPath, options)