-
Notifications
You must be signed in to change notification settings - Fork 23
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
Markdown syntax #34
Comments
I like the idea. I think it could be quite nice if the syntax was valid Markdown. However, I see some problems with this change.
The new syntax could be like this:
and rendered: thelist
I'd like to get more feedback before I implement this (breaking) change. |
This sounds great. One of the things I use this for, is list of all companies selling tickest (bus, train, planes). If this was a markdown file, I could simply use a markdown viewer on my computer to make these clickable. Also, syntax would work in VIM... I like the syntax @woefe has proposed, however the amount is not really that distinguishable. What about using pipe ( |
@knezi |
@lil5 not true, if you write |
@knezi then it would use non standard syntax. And italics to me does not seem an issue: Groceries
|
I don't like the idea of using some special character to separate the amount. I want to keep it to standard markdown formatting directives. The options then are bold, italic or So it's either italic or |
@woefe underscore
This is an Asterisk
And this is an Underscore |
Yes, I know. The problem is the double asterisk or double underscore, which would match as two single asterisks in a context-free grammar. |
@woefe then I'd use code, it's still more distinguishable, then italics. |
yes... it's still not perfect, but i guess the best choice - if we completely stick to the standard syntax (which is IMHO a good idea) - is to use |
perhaps helpful: |
perhaps thinking about using the
the list name
in opposite to the classic strike through:
the list name
i kind of like the little checkbox... IMHO it is easier distinguishable (and easier to edit) if you have to work with the plain text-file, but a little less distinguishable in the rendered view. 🙁
the list name
eventually accepting both (resp. all 3 variants) may also be an interesting idea: so that either a checked todo or a stroked through bullet point (or both together) is shown as "done" in ShoppingList. so it is more relaxed and easier to import existing lists and we only have to decide what should be the native syntax used by ShoppingList. ...or even not and simply add a setting for "experts" to not mess up their "imported" lists. |
@woefe it must not completely break the backwards compatibility: |
In my opinion this would greatly improve the usability of this app. Additional some points which are important in my opinion:
|
Instead
compatibility to
.lst
So markdown rendered
Shopping
1
6
The text was updated successfully, but these errors were encountered: