Jetpack-Compose-Tutorials icon indicating copy to clipboard operation
Jetpack-Compose-Tutorials copied to clipboard

Add links to files in README.md

Open SmartToolFactory opened this issue 1 year ago • 4 comments

It would be nice to add links on github/README.md to specific file that tutorial points to. If anyone would like to do this it's very appreciated.

SmartToolFactory avatar May 14 '23 11:05 SmartToolFactory

It would be nice to add links on github/README.md to specific file that tutorial points to. If anyone would like to do this it's very appreciated.

image

is this what you want? (md grammar -> Column

i am learning Compose from the project, and thanks a lot . I am glad you accepted my pr before. i can add some links in my spare time.

WuMingke avatar Nov 23 '23 11:11 WuMingke

No. I mean when you click a title, this can be changed to a link, in README.md it would be nice if it opens corresponding kotlin file.

Screenshot 2023-11-23 at 15 05 31

https://github.com/SmartToolFactory/Jetpack-Compose-Tutorials/blob/master/Tutorial1-1Basics/src/main/java/com/smarttoolfactory/tutorial1_1basics/chapter1_basics/Tutorial1_2ClickSurfacesAndClicks.kt can direct to file itself. This could let anyone to access code snippet faster.

SmartToolFactory avatar Nov 23 '23 12:11 SmartToolFactory

I mean clicking 1-2 Surface, Shape, Cickable header should open kotlin file.

SmartToolFactory avatar Nov 23 '23 12:11 SmartToolFactory

I mean clicking 1-2 Surface, Shape, Cickable header should open kotlin file.

yes,we should be thinking the same thing. you can click the 'Column' in my previous reply,it will open the 'Tutorial1_1ColumnRowBoxScreen.kt'. or maybe you just want to add the link to the main title ?

WuMingke avatar Nov 23 '23 14:11 WuMingke