Pete Walsh

Results 285 comments of Pete Walsh

Gotcha. That should be easy. Actually, where exactly is your `Obsidian.app` located? Is it just in a subdirectory of `/Applications/`? If so, we could try to automatically find it.

Ok got it. Well it was easiest to just add another option for this. #305 Can you confirm that works for you before I merge?

Thanks @elmarsto, this is first I'm learning of mkdnflow. I'll check it out

This sounds reasonable. Obsidian.nvim already uses a Zettel ID to create new notes on the fly, but it would be nice to be able to customize how Zettel IDs /...

https://github.com/epwalsh/obsidian.nvim/pull/16 adds an `:ObsidianNew` command and a configuration option for customizing the paths / Zettel IDs for new notes.

> when it is disabled the plugin automatically removes it. Obsidian.nvim shouldn't be removing existing frontmatter when you have `disable_frontmatter=true`. If this is happening to you please open a bug...

Hey @aitvann, those features are on the roadmap, but it might be a while as I'm pretty busy right now. In the meantime you could use Telescope's API to open...

By the way you can run any Obsidian.nvim command programmatically like this: ```lua :lua require("obsidian").get_client():command("ObsidianNew", { args = "Foo" }) ```

Hey @scalaboy, you can use the tools in [Dolma](https://github.com/allenai/dolma) to tokenize the JSON files. See https://github.com/allenai/dolma/blob/main/docs/tokenize.md, for example.

Hey @SYDavidBrielbeck we'd be happy to accept a PR for this!