Skip to content
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

Improve public sharing of Recipes #392

Open
ghost opened this issue Nov 18, 2020 · 8 comments
Open

Improve public sharing of Recipes #392

ghost opened this issue Nov 18, 2020 · 8 comments
Labels
Backend Issue or PR related to the backend code enhancement New feature or request Frontend Issue or PR related to the frontend code
Projects

Comments

@ghost
Copy link

ghost commented Nov 18, 2020

Is your feature request related to a problem?

As a NextCloud user, I like being able to publicly share rendered markdown notes from the Notes app like this:

AFAICT as a Cookbook user, when sharing a recipe publicly, there is only the following:

Describe the solution you'd like

Ideally, public sharing of recipes would by default display the same rendering currently displayed to an authenticated user within the Cookbook app- e.g.

cookbook-recipe-view

Also,it would be helpful to display a pure JSON result by requesting something like

https://cloud.eotl.supply/s/GbHD2MYiWop43ki/json

Describe alternatives you've considered

Unless I completely overlooking something in the app, I don't know of an alternative solution at the moment.

@ghost ghost added the enhancement New feature or request label Nov 18, 2020
@christianlupus
Copy link
Collaborator

This is closely related #120 and also to #340.

You are right, currently there is no sharing possible (neither internally nor externally). There are some general changes to be addressed soon. The sharing will be one of these things.

@ghost
Copy link
Author

ghost commented Nov 18, 2020

Thanks for clarifying @christianlupus I do PHP and front-end dev regularly, but have never worked with NextCloud apps.

Could you or someone else guesstimate how hard of task this is in terms of learning the APIs?

@christianlupus
Copy link
Collaborator

Well it is not too hard to enter things. We define the web API ourselves. The nextcloud API is not too complex either. Currently some general preparations should be done in the codebase to help further development.

@ghost
Copy link
Author

ghost commented Nov 18, 2020

I am new to the NextCloud App ecosystem especially Apps in the official /nextcloud/app-name organization. The Cookbook README says "We're limited on resources" does this mean in terms developers with time- is this constrained by money?
Would it be helpful to help fund a dev to work on this feature (and maybe others)?

@christianlupus
Copy link
Collaborator

Although not related with this issue, here are some points:

  • The maintainer @mrzapp is searching for a person to replace him.
  • Currently there are a few guys cooperating to push the plugin further. We are using our spare time so there is no dev team or so involved. There are some dedications due to individual strengths.
  • If you want to provide any help in terms of coding, just go ahead. Good practice is to have an issue related to it (for discussion and to avoid doubled work on the same topic). You can get assigned to that issue and start coding.
  • There is a matrix channel where a few devs and users are hanging around. Your question might be better fitting there as this allows common discussion as well (and we are not flooding this issue right now).

@eddriesen
Copy link

Was looking for a solution to this....
I just share my "recipes" folder with all other users.
They need to rename their "recipes" folder to "recipefolder(old)" an "recipes (2)" to "recipes".

reload in cookbook settings et voila!

It's a workaround that works!
Anyhoo , it's a great app! exactly what we where looking for!

@ghost
Copy link
Author

ghost commented Nov 20, 2020

@eddriesen i'm talking public sharing on the web with non-NextCloud users. As for

They need to rename their "recipes" folder to "recipefolder(old)" an "recipes (2)" to "recipes".

This is indeed an issue with sharing recipes folders but is unrelated to what I opened this issue about!

@christianlupus christianlupus added Backend Issue or PR related to the backend code Frontend Issue or PR related to the frontend code labels Nov 23, 2020
@seyfeb seyfeb mentioned this issue Mar 2, 2021
@Japhys
Copy link

Japhys commented May 21, 2022

I too would like to be able to publicly share recipes. More than anything else in my NC :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Issue or PR related to the backend code enhancement New feature or request Frontend Issue or PR related to the frontend code
Projects
Development

No branches or pull requests

3 participants