vabene1111
vabene1111
- [ ] show ratings/cook activity in comments section of recipe viewer (toggle if other users should be shown as well) - [ ] add "note" or "comment" field to...
Mealie 1.0 changed the export format significantly. Sadly the format is different to that of most other recipe managers thus the importer needs some major architectural overhauling. Feel free to...
- [ ] check space safe delete to include all new models - [ ] prevent settings in demo - [ ] add demo cleanup script as management command and...
A popular german bread baking recipe website with no schema but very nice recipes https://www.ploetzblog.de/rezepte/rustikales-weizenmischbrot/id=61b843e6f51707630ab85911 https://www.ploetzblog.de/rezepte/hafer-dinkel-brot/id=618a284828ae7154616ab156 https://www.ploetzblog.de/rezepte/mildes-weizensauerteigbrot/id=619f68b528ae7154616ab768
Another site with nice recipes and no schema https://felix.kitchen/2024/04/03/eier-curry-indisch-burmesisch-tomaten-curryblaetter/ https://felix.kitchen/2024/04/10/pasta-penne-chorizo-tomaten-spinat-pinienkerne/ https://felix.kitchen/2024/04/07/piccata-milanese-schnitzel-parmesan-safran-risotto-petersilie/
Currently a recipe, no matter what its schema content is, parses the amount of servings(yield) and returns ` servings`. If a schema information states the yield in some other unit...
Vue 3
# Background Tandoor is currently build around Vue 2 which has been deprecated and is no longer supported with (security) updates. This is why Tandoors frontend is currently being rewritten...
improve the markdown editor to provide - [ ] autocomplete for template tags - [ ] highlighting for templated variables - [ ] proper server rendered preview - [ ]...
Added an option to display a popup inside the browser before the password gets filled in. ## Reasons There have been reported cases of server side bundeling of hidden input...
I maintain an open source project utilising django and vue. Currently on vue2 I use webpack with webpack bundle tracker. While migrating to Vue3 I am thinking about switching to...