changing file path would create a file via git commit..

This commit is contained in:
Marcell Mars 2021-04-30 23:59:33 +02:00
parent 161465ddd7
commit 46a4decd1e
2 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,7 @@
}
</script>
<select id="selecthas" class="selecthas" bind:value>
<select id="selecthas" bind:value>
{#if hastiers == ""}
<option id="hasNew" title="Has new" value="hasNew">Has new...</option>
{/if}

View File

@ -3,6 +3,7 @@
export let relpath;
</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>
<input type="text" name="title" value="{title}">