changing file path would create a file via git commit..
This commit is contained in:
parent
161465ddd7
commit
46a4decd1e
2 changed files with 3 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<select id="selecthas" class="selecthas" bind:value>
|
<select id="selecthas" bind:value>
|
||||||
{#if hastiers == ""}
|
{#if hastiers == ""}
|
||||||
<option id="hasNew" title="Has new" value="hasNew">Has new...</option>
|
<option id="hasNew" title="Has new" value="hasNew">Has new...</option>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
export let relpath;
|
export let relpath;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<p><em>File path: <strong>{relpath}</strong></em></p>
|
<label for="relpath">File path:</label>
|
||||||
|
<input type="text" name="relpath" value="{relpath}">
|
||||||
<label for="title">Title:</label>
|
<label for="title">Title:</label>
|
||||||
<input type="text" name="title" value="{title}">
|
<input type="text" name="title" value="{title}">
|
||||||
|
|
Loading…
Add table
Reference in a new issue