-
Notifications
You must be signed in to change notification settings - Fork 102
Reference recipes #562
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
Reference recipes #562
Conversation
Codecov Report
@@ Coverage Diff @@
## master #562 +/- ##
========================================
Coverage 1.01% 1.01%
Complexity 440 440
========================================
Files 13 13
Lines 1381 1381
========================================
Hits 14 14
Misses 1367 1367
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
I will have to play with the PR a bit. There are quite some changes so I cannot oversee statically fi this will work. I have two points seen during a quick look at the code:
|
Definitely. The main change (in lines of code) is certainly the new component
That is a good point. As Vue does this automatically in most cases I sometimes forget about it. I add some escaping mechanism before inserting it there.
It conflicts, but I hope™ that it’s easily fixable. |
692514f to
deb99fb
Compare
deb99fb to
d6ba601
Compare
|
I merged the Markdown support and rebased / extended this PR on this basis. It should work for both markdown and non-markdown input fields now! |
christianlupus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is one issue with the Changelog that must be tackled and a few minor things that can be taken care of but are mainly border cases.
Apart from these it seems to work and can be merged once these are ironed out.
Signed-off-by: Sebastian Fey <[email protected]>
… component. enabled popup for description Signed-off-by: Sebastian Fey <[email protected]>
Signed-off-by: Sebastian Fey <[email protected]>
Signed-off-by: Sebastian Fey <[email protected]>
…ions Signed-off-by: Sebastian Fey <[email protected]>
…uctions in recipe view Signed-off-by: Sebastian Fey <[email protected]>
…ions) Signed-off-by: Sebastian Fey <[email protected]>
Signed-off-by: Sebastian Fey <[email protected]>
Signed-off-by: Sebastian Fey <[email protected]>
Signed-off-by: Sebastian Fey <[email protected]>
af5e6a1 to
2d550a7
Compare
christianlupus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might want to have a look at the minor change I suggested but apart from that I think, this can be merged.
Signed-off-by: Sebastian Fey <[email protected]> Co-authored-by: Christian <[email protected]>
Signed-off-by: Sebastian Fey <[email protected]>
1f920dd to
dbe6b67
Compare
Added functionality to reference other recipes by id in description, tools, ingredients, and instructions
#r/123#123linking to the recipe pageCloses #209