-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there an API for other plugins to use? #78
Comments
yes, right now there is no such api. please let me know if you have some specific API capabilities in mind |
@srg-kostyrko Thanks, I appreciate it! Basically, as a dev writing plugins that might interact with Journals, I'd love to see an up-to-date fork of the aforementioned obsidian-daily-notes-interface package that also supports Journals, but I know that this is a stretch 😅 So I'd prefer a npm package like that. Mostly an abstraction that offers a few methods for …
This list is informed by my reduced use cases, of course. Personally, I don't need anything related to calendars or any other types of notes right now. Other devs might need other endpoints, I guess. But overall, I'd prefer it if the API was "just" a standalone npm package, it'd be much easier to handle for other plugin authors like me. Thank you! |
Thanks for the context One of reasons why extending
Most likely I will add both eventually but I can start with what you need first |
Ah, okay. I was not aware of that, to be honest. Some more background: I had one or two customers asking for my macOS/iOS app supporting Journals. They use periodic notes, but they are not using the Periodic Note plugin anymore, because they switched to Journals. So I naïvely just figured that Journals follows the same idea (one set of daily/weekly/etc. per vault), but clearly I was wrong! 😅 My app currently does not have a concept of "journals" inside a vault, so there's structural discrepancy between what your plugin is allowing for and what my app does. Thanks for your explanations! 🙏🏼 I now have a clearer understanding of what I'd need to do to actually add support for Journals to Actions URI (and to Actions For Obsidian), but I won't tackle that now. So, I'm good for the time being. |
How about a function that lists journals to choose from that have |
I would expect just getting note for specific journal as easier approach |
Hi, I'm the author of Actions For Obsidian and its companion plugin Actions URI. The latter is currently hooking into the core plugin Daily Notes, the community plugin Periodic Notes, via obsidian-daily-notes-interface.
My customers are asking about my app & plugin supporting Journals, but AFAICT, you don't offer a clear API for checking periodic notes or creating them, right?
Thanks!
The text was updated successfully, but these errors were encountered: