We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
New pause handling
Describe distance time&&distance filter
Incorrect ApplyDeviceElevation Shortcut
Updated with Menu Action popup
Updated 920 investigation
Updated screenshot
Settings and trails in logbook
Updated table-of-contents
Images for 920xt comparisions
Corrected links Updated 920xt example
Updated example
Update to latest source
Updated description
Update to 1.3.10
updated links
adjusted more links
update toc Links to gps-running
Add script to generate toc, script itself
Some more link tweaks
Updated links
Another link test...
Further fixed links perl -pi -e 'while(m%\[(.*?)\]\(([^#]*)#?(.*?)\.md\)%){$t=$1;$l1=$2;$l2=$3; $t=~s%(.*?)#(.*)%$2%; $t=~s%\\_% %g;if($l2 eq ""){$l=$l1;}else{$l2=~s%_%-%g;$l2=~tr%[A-Z]%[a-z]%; $l="$l1#$l2";} $_=~s%\[.*?\.md\)%[$t]($l)%;}' *md
More cleanup links
Anhother attempt fixing references
Try to fix formatting Test for image references
Fixed links in wiki: perl -pi -e 'while(m%\[(.*?)\]\((\w*)#(\w*).md\)%){$t=$1;$l1=$2;$l2=$3; $t=~s%(.*?)#(.*)%$2%; $t=~s%\\_% %g; $l2=~s%_%-%g;$l2=~tr%[A-Z]%[a-z]%; s%\[(.*?)\]\((\w*)#(\w*).md\)%\[$t\]($l1\#$l2)%;}' *md perl -pi -e 's%https?://(trails.googlecode.com/hg)%https://github.com/gerhardol/trails%g;' *md
Converted links to GitHub perl -pi -e 's%https?://(code.google.com/p/trails/wiki|wiki.trails.googlecode.com/hg)%%g;' *md perl -pi -e 's%http://trails.googlecode.com/svn/wiki%https://github.com/gerhardol/trails/tree/master%g;' *md perl -pi -e 's%https?://code.google.com/p/trails/issues/detail\?id=%https://github.com/gerhardol/trails/issues/%g;' *md perl -pi -e 's%(\[.*?\.(png|jpg)\])%[]%g;' *md Other moved repos: perl -pi -e 's%https?://(code.google.com/p/sporttracks-miscplugin/wiki|wiki.sporttracks-miscplugin.googlecode.com/hg)%%g;' *md
Move pages from main repo