Show HN: Paper – A Journaling CLI for Developers
paper.rewrlution.com
Show HN: Paper – A Journaling CLI for Developers
1–10 of 18 posts
Re: Show HN: Paper – A Journaling CLI for Developers
#2Re: Show HN: Paper – A Journaling CLI for Developers
#3Re: Show HN: Paper – A Journaling CLI for Developers
#4Is it open source? What is the repository?
Here's the link to the npm package: https://www.npmjs.com/package/@rewrlution/paper-cli
Re: Show HN: Paper – A Journaling CLI for Developers
#5Re: Show HN: Paper – A Journaling CLI for Developers
#6Re: Show HN: Paper – A Journaling CLI for Developers
#7Re: Show HN: Paper – A Journaling CLI for Developers
#8Re: Show HN: Paper – A Journaling CLI for Developers
#9Re: Show HN: Paper – A Journaling CLI for Developers
#10Great project. Any plans to let users point the CLI directly to an existing Obsidian vault for the markdown files?
Yes, `paper import` handles this. just point it at the folder your daily notes live in:
``` paper import --dry-run ```
Comment: 1. I personally keep all my Obsidian journals in a journal folder, so that's easy for me to do 2. highly recommend you to use the `--dry-run` option if you are not sure what files will be imported
Two things worth knowing. 1. It reads every `.md` and `.txt` inside that folder 2. file with no date in its name is still imported, and last modified date will become its filename in "paper".
You can read more about its logic in the "Importing existing notes" section on the npm page: https://www.npmjs.com/package/@rewrlution/paper-cli
Hope it works and hope you will enjoy it!