Show HN: Paper – A Journaling CLI for Developers

1 day ago (paper.rewrlution.com)

Great project. Any plans to let users point the CLI directly to an existing Obsidian vault for the markdown files?

  • Hey cadeos,

    Yes, `paper import` handles this. just point it at the folder your daily notes live in:

    ``` paper import <your-path-to-journals> --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!

  • Oh wait, I think I misunderstood your question!

    You can use ‘paper config’ to specify the working directory, then all the journals will be saved to that path.

I've been looking for something like this for a while. Thank you!

  • Hey level87, hope you will enjoy it and let us know if you run into any issues or have any feature requests!

    We are all ears!

Wow! now i dont have to switch beetween onenote and terminal for my notes!

  • Hey sankaran458, I am so glad to see this comment, and I hope this CLI tool can truly do its work to save people’s pain points. I hope this is not “yet another” useless tool that tries to simplify the workflow.

    Give it a try and let me know your feedback if there’s any!

    Hope you will enjoy it!