nextcloud / nextcloud/cookbook

Save recipes in different file formats

Open
#191 11 comments 2 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
HTML
Stars
642
Forks
113
Avg merge
21h 31m
Merged PRs (30d)
26

Description

I feel that some sort of mobile friendly option is 'a must have'. A dedicated mobile app would be preferable, but I got brainstorming if there are other easy to implement options that could be good enough.

First off, I have to admit that the web interface looks nice within a mobile browser. That being said, personally it is impractical. I want my password database and 2FA codes to be on septate devices. This makes it hard to access recipes on the go without a laptop.

Since the app already uses files as its back end, could there be some ways to access recipes on mobile. Here are some ideas I came up with.

Prettyprint json:
Use a more human readable json format. The file extension would also need to get changed to txt to read the recipes within the Nextcloud files app.

Markdown:
Add markdown files for each recipe when added or edited. Markdown is fully support within the Nextcloud files app and is easier to read than prettyprint json.

PDF:
Like Markdown, a PDF for each recipe could be created. A third party PDF app would be needed. There is already some code written to create PDFs.

@mrzapp, I am curious on what you think of these ideas or if you view them as out of scope.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.