DJCrashdummy
DJCrashdummy
if you look a the settings, there you can change the folder which contains your lists. everything else like synchronising, sharing etc. should be done by your sync-software. --- but...
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: Nextcloud/Owncloud [Notes](https://f-droid.org/packages/it.niedermann.owncloud.notes/) uses [RxMarkdown](https://github.com/yydcdut/RxMarkdown) (License: Apache 2.0) for rendering. maybe it or parts from its code can be used for this project.
perhaps thinking about using the `todo`-syntax can make sense... (i've also picked up the category-idea from #45 to make a first step): ``` # the list name - [ ]...
> It is not backwards compatible @woefe it must not completely break the backwards compatibility: just keep the "legacy rendering code" and add a check at the start of the...
you can easily accomplish this by simply copying the file within your chosen folder... you just have to additionally change the name of the new list in the first line...
isn't this a duplicate of or at least related to #45? :confused:
i love this app for its simplicity, but IMHO both of these features should be considered as high priority, because its driving me nuts that the first list (which i...
interesting idea... perhaps optional, to stick with the KISS-paradigm by default. considering the markdown and #34, this may be rendered _italic_ or rather **bold**...? :stuck_out_tongue_winking_eye:
what you can do without any programming knowledge is to fork the project, create a file `ShoppingList/app/src/main/res/values-.../strings.xml` (where `...` must be your lang-code) resp. copy `ShoppingList/app/src/main/res/values/strings.xml` and then translate the...