Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holtwick/obsidian-copy
Copy Obsidian documents including referenced assets
https://github.com/holtwick/obsidian-copy
cli javascript markdown obsidian obsidian-md terminal tool typescript
Last synced: 11 days ago
JSON representation
Copy Obsidian documents including referenced assets
- Host: GitHub
- URL: https://github.com/holtwick/obsidian-copy
- Owner: holtwick
- License: mit
- Created: 2023-12-18T16:06:04.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-18T17:40:22.000Z (11 months ago)
- Last Synced: 2024-10-11T03:19:26.531Z (about 1 month ago)
- Topics: cli, javascript, markdown, obsidian, obsidian-md, terminal, tool, typescript
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# obsidian-copy
WORK IN PROGRESS!
**Copy [Obsidian](https://obsidian.md) documents, including referenced assets.**
> [!NOTE]
> [Obsidian](https://obsidian.md) 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:
```sh
obsidian-copy my-obsidian-vault/project my-blog/posts
```## Javascript Library
```js
import { obsidianCopy } from 'obsidian-copy'await obsidianCopy(fromPath, toPath, options)
```