Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upTodo list outlines in GitHub? Still can't find the way... #100
Comments
This comment has been minimized.
This comment has been minimized.
ttepasse
commented
Oct 28, 2018
|
I transformed your notes into Markdown's nested lists. Because my file has the |
This comment has been minimized.
This comment has been minimized.
|
@ttpasse -- I think I got it. https://github.com/scripting/Scripting-News/blob/master/misc/outline.md |
This comment has been minimized.
This comment has been minimized.
je-r
commented
Oct 29, 2018
|
maybe GitHub actions will help you to convert outline to HTML to your liking upon commit? https://github.com/features/actions - I’ve signed up for beta but not approved yet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
scripting commentedOct 28, 2018
•
edited
Here's an example of a worknotes outline of mine in a GitHub repo.
This is one of several ways I've tried doing it. None of them work well.
In this example, the problem is:
No permalinks.
No wordwrap for paragraphs.
Simple HTML not rendered as HTML (look at the <a href>'s.)
Every other way I've tried, using markdown or not, has mangled it in other ways such that it's unreadable.
This is a problem for me because it's how I write docs and take notes while developing. Outlines and technical docs are basically the same thing. Imagine how great it would be if GH were good at displaying outlines.
I'd welcome any suggestions for how to make this work. I'm out of ideas.