• 7 Posts
  • 174 Comments
Joined 1 year ago
cake
Cake day: August 28th, 2024

help-circle








  • Isn’t OsmAnd primarily a navigation app?

    StreetComplete is an app that gives you tasks to complete, like “Does the bus stop have a light? Can blind people use the cross walk? What’s the house number? How many bikes can use the bike parking lot?”

    It’s a bit like Pokemon Go, but without a for profit company behind it and the result helps other people.

    Try it out… It’s free.












  • Thanks.

    “Outline” looks interesting… Bad project name (hard to find), but good job.

    you can link between notes and add plugin to see the graph. To get a note link, click on it with right button and there is an option to copy a link to that note. You can also link to a section of note with hashtags

    Thanks. But I’m immediately asking myself, why Joplin had to reinvent the wheel here. Some other apps to the same. I get that Markdown itself was “underspecified”.

    But why does a link to a different note need to look like this?

    [Test](:/981236487219346972134687216439723)
    

    A colon followed by a / and the name of the file without its extension (md)… This kind of makes sure that other markdown apps won’t be able to handle it. I know that others use [[Name]] notation or @@Name notation, but why not just sticking to the basics and using something like…

    [Test](981236487219346972134687216439723.md)
    

    …?

    its hard to find something that fits you 100 %, but you can try make your own, that is how most of the foss projects start :)

    True