Commit 11da9416 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Make Github macros more flexible by making the repo variable

parent e276dcd5
...@@ -173,6 +173,8 @@ Error message and password prompt ...@@ -173,6 +173,8 @@ Error message and password prompt
<li>$:/StoryList</li> <li>$:/StoryList</li>
<li>$:/temp/advancedsearch</li>
<li>$:/temp/info-plugin</li> <li>$:/temp/info-plugin</li>
<li>$:/temp/search</li> <li>$:/temp/search</li>
...@@ -6570,14 +6572,14 @@ Links</pre> ...@@ -6570,14 +6572,14 @@ Links</pre>
&lt;&lt;dep_op to 1 2&gt;&gt;</pre> &lt;&lt;dep_op to 1 2&gt;&gt;</pre>
</div> </div>
<div bag="default" created="20160518112233398" modified="20161228141822683" revision="0" tags="$:/tags/Macro" title="$:/my/macros/github" type="text/vnd.tiddlywiki"> <div bag="default" created="20160518112233398" modified="20170811094124759" revision="0" tags="$:/tags/Macro" title="$:/my/macros/github" type="text/vnd.tiddlywiki">
<pre>\define issue(number) <pre>\define issue(number repo:bram85/topydo)
[ext[#$number$|https://github.com/bram85/topydo/issues/$number$]] [ext[#$number$|https://github.com/$repo$/issues/$number$]]
\end \end
\define pr(number) \define pr(number)
[ext[#$number$|https://github.com/bram85/topydo/pull/$number$]] [ext[#$number$|https://github.com/$repo$/pull/$number$]]
\end \end
\define ghuser(id) \define ghuser(id)
...@@ -6673,6 +6675,9 @@ Links</pre> ...@@ -6673,6 +6675,9 @@ Links</pre>
<div list="Welcome Features GettingStarted Demo AboutTopydo Links" title="$:/StoryList"> <div list="Welcome Features GettingStarted Demo AboutTopydo Links" title="$:/StoryList">
<pre></pre> <pre></pre>
</div> </div>
<div created="20170811091932966" modified="20170811091933883" title="$:/temp/advancedsearch">
<pre>issue</pre>
</div>
<div plugin-type="info" title="$:/temp/info-plugin" type="application/json"> <div plugin-type="info" title="$:/temp/info-plugin" type="application/json">
<pre>{ <pre>{
&quot;tiddlers&quot;: { &quot;tiddlers&quot;: {
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment