2023-03-14 15:22:52 +00:00
{{ template "header" .}}
< div class = "py-10" >
< header >
2023-03-15 11:59:18 +00:00
< div class = "flex flex-col lg:flex-row" >
< div >
2023-05-27 11:58:08 +00:00
< h1 class = "text-2xl font-bold leading-tight text-slate-700 dark:text-slate-300" >
2023-09-22 15:26:09 +00:00
{{ .locale.Tr "gist.edit.editing" }} {{ .gist.Title }}
2023-03-15 11:59:18 +00:00
< / h1 >
< / div >
< div class = "lg:flex-row flex py-2 lg:py-0 lg:ml-auto" >
2024-01-02 04:11:49 +00:00
< form id = "visibility" class = "flex items-center whitespace-nowrap" method = "post" action = "{{ $.c.ExternalUrl }}/{{ .gist.User.Username }}/{{ .gist.Identifier }}/visibility" >
2023-03-15 11:59:18 +00:00
{{ .csrfHtml }}
2024-05-11 19:03:25 +00:00
< div class = "ml-auto inline-flex " >
< button id = "submit-gist" type = "submit" name = "private" value = "0" class = "ml-auto relative inline-flex items-center space-x-2 rounded-l-md border border-gray-200 dark:border-gray-600 bg-gray-50 dark:bg-gray-800 px-2 py-1.5 text-xs font-medium text-slate-700 dark:text-slate-300 hover:bg-gray-100 dark:hover:bg-gray-700 hover:border-gray-500 hover:text-slate-700 dark:hover:text-slate-300 focus:border-primary-500 focus:outline-none focus:ring-1 focus:ring-primary-500 leading-3" > {{ .locale.Tr "gist.edit.change-visibility" }} {{ .locale.Tr "gist.public" }}< / button >
< div class = "relative -ml-px block" >
< button type = "button" class = "ml-auto relative inline-flex items-center space-x-2 rounded-r-md border border-gray-200 dark:border-gray-600 bg-gray-50 dark:bg-gray-800 px-2 py-1.5 text-xs font-medium text-slate-700 dark:text-slate-300 hover:bg-gray-100 dark:hover:bg-gray-700 hover:border-gray-500 hover:text-slate-700 dark:hover:text-slate-300 focus:border-primary-500 focus:outline-none focus:ring-1 focus:ring-primary-500 leading-3" id = "gist-visibility-menu-button" >
< svg class = "h-4 w-4" viewBox = "0 0 20 20" fill = "currentColor" aria-hidden = "true" >
< path fill-rule = "evenodd" d = "M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z" clip-rule = "evenodd" / >
< / svg >
< / button >
< div id = "gist-menu-visibility" class = "hidden absolute right-0 z-10 mt-2 origin-top-right rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none" role = "menu" aria-orientation = "vertical" aria-labelledby = "gist-visibility-menu-button" >
< div class = "rounded-md dark:bg-gray-800 bg-white shadow-lg ring-1 ring-gray-50 dark:ring-gray-700 focus:outline-none" role = "none" style = "word-break: keep-all" >
< span class = "text-gray-700 block px-4 py-2 text-sm cursor-pointer dark:text-slate-300 hover:text-slate-500 dark:hover:text-slate-400 gist-visibility-option" data-btntext = "{{ .locale.Tr " gist . edit . change-visibility " } } { { . locale . Tr " gist . public " } } " data-visibility = "0" role = "menuitem" > {{ .locale.Tr "gist.public" }}< / span >
< span class = "text-gray-700 block px-4 py-2 text-sm cursor-pointer dark:text-slate-300 hover:text-slate-500 dark:hover:text-slate-400 gist-visibility-option" data-btntext = "{{ .locale.Tr " gist . edit . change-visibility " } } { { . locale . Tr " gist . unlisted " } } " data-visibility = "1" role = "menuitem" > {{ .locale.Tr "gist.unlisted" }}< / span >
< span class = "text-gray-700 block px-4 py-2 text-sm cursor-pointer dark:text-slate-300 hover:text-slate-500 dark:hover:text-slate-400 gist-visibility-option" data-btntext = "{{ .locale.Tr " gist . edit . change-visibility " } } { { . locale . Tr " gist . private " } } " data-visibility = "2" role = "menuitem" > {{ .locale.Tr "gist.private" }}< / span >
< / div >
< / div >
< / div >
< / div >
2023-03-15 11:59:18 +00:00
< / form >
2024-01-02 04:11:49 +00:00
< form id = "delete" onsubmit = "return confirm('Are you sure you want to delete this gist ?')" class = "ml-2 flex items-center" method = "post" action = "{{ $.c.ExternalUrl }}/{{ .gist.User.Username }}/{{ .gist.Identifier }}/delete" >
2023-03-15 11:59:18 +00:00
{{ .csrfHtml }}
2023-05-27 11:58:08 +00:00
< button type = "submit" class = "relative inline-flex items-center space-x-2 rounded-md border border-gray-200 dark:border-gray-600 bg-gray-50 dark:bg-gray-800 px-2 py-1.5 text-xs font-medium text-rose-600 dark:text-rose-400 hover:bg-rose-500 hover:text-white dark:hover:bg-rose-600 hover:border-rose-600 dark:hover:border-rose-700 dark:hover:text-white focus:border-primary-500 focus:outline-none focus:ring-1 focus:ring-primary-500" >
2023-03-15 11:59:18 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "h-4 w-4 mr-2" fill = "none" viewBox = "0 0 24 24" stroke = "currentColor" stroke-width = "2" >
< path stroke-linecap = "round" stroke-linejoin = "round" d = "M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16" / >
< / svg >
2023-09-22 15:26:09 +00:00
{{ .locale.Tr "gist.edit.delete" }}
2023-03-15 11:59:18 +00:00
< / button >
< / form >
< / div >
< / div >
2023-03-14 15:22:52 +00:00
< / header >
< main class = "mt-4" >
2024-01-02 04:11:49 +00:00
< form id = "create" class = "space-y-4" method = "post" action = "{{ $.c.ExternalUrl }}/{{ .gist.User.Username }}/{{ .gist.Identifier }}/edit" >
2023-12-26 02:24:04 +00:00
< div >
< p class = "cursor-pointer select-none" id = "gist-metadata-btn" > Metadata ▼< / p >
< div class = "grid grid-cols-12 gap-x-4 mt-1 hidden" id = "gist-metadata" >
< div class = "col-span-8 sm:col-span-4" >
< div class = "mt-1" >
< input type = "text" value = "{{ .gist.Title }}" placeholder = "{{ .locale.Tr " gist . new . title " } } " name = "title" id = "title" class = "bg-white dark:bg-black shadow-sm focus:ring-primary-500 focus:border-primary-500 block w-full sm:text-sm border-gray-200 dark:border-gray-700 rounded-md" maxlength = "250" >
< / div >
2023-03-14 15:22:52 +00:00
< / div >
2023-12-26 02:24:04 +00:00
< div class = "col-span-12 sm:col-span-8" >
< div class = "mt-1" >
< input type = "text" value = "{{ .gist.Description }}" placeholder = "{{ .locale.Tr " gist . new . description " } } " name = "description" id = "description" class = "bg-white dark:bg-black shadow-sm focus:ring-primary-500 focus:border-primary-500 block w-full sm:text-sm border-gray-200 dark:border-gray-700 rounded-md" maxlength = "1000" >
< / div >
< / div >
< div class = "col-span-6 sm:col-span-3 mt-2" >
< input type = "text" value = "{{ .gist.URL }}" placeholder = "{{ .locale.Tr " gist . new . url " } } " name = "url" id = "url" class = "bg-white dark:bg-black shadow-sm focus:ring-primary-500 focus:border-primary-500 block w-full sm:text-sm border-gray-200 dark:border-gray-700 rounded-md" maxlength = "32" >
2023-03-14 15:22:52 +00:00
< / div >
< / div >
< / div >
< div id = "editors" class = "space-y-4" >
2023-03-18 15:18:24 +00:00
{{ range $file := .files }}
2023-05-27 11:58:08 +00:00
< div class = "rounded-md border border-1 border-gray-200 dark:border-gray-700 editor" >
< div class = "border-b-1 border-gray-200 dark:border-gray-700 bg-gray-50 dark:bg-gray-800 my-auto flex" >
2023-03-14 15:22:52 +00:00
< p class = "mx-2 my-2 inline-flex" >
2024-02-24 17:09:23 +00:00
< input type = "text" value = "{{ $file.Filename }}" name = "name" placeholder = "Filename with extension" style = "line-height: 0.05em; z-index: 99999" class = "form-filename bg-white dark:bg-gray-900 shadow-sm focus:ring-primary-500 focus:border-primary-500 block w-full sm:text-sm border-gray-200 dark:border-gray-700 rounded-l-md gist-title" >
2023-05-27 11:58:08 +00:00
< button style = "line-height: 0.05em" class = "delete-file -ml-px relative inline-flex items-center space-x-2 px-4 py-2 border border-gray-200 dark:border-gray-700 text-sm font-medium rounded-r-md text-slate-700 dark:text-slate-300 bg-gray-50 dark:bg-gray-800 hover:bg-white dark:hover:bg-gray-900 focus:outline-none" type = "button" >
2023-03-14 15:22:52 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "h-4 w-4" fill = "none" viewBox = "0 0 24 24" stroke = "currentColor" stroke-width = "2" >
< path stroke-linecap = "round" stroke-linejoin = "round" d = "M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16" / >
< / svg >
< / button >
< / p >
2024-02-24 17:09:23 +00:00
< button type = "button" class = "md-preview hidden whitespace-nowrap text-slate-700 dark:text-slate-300 rounded border border-gray-200 dark:border-gray-600 bg-white dark:bg-gray-900 my-2 px-2 text-xs font-medium shadow-sm hover:bg-gray-200 dark:hover:bg-gray-700 hover:border-gray-500 hover:text-slate-700 dark:hover:text-slate-300 focus:outline-none focus:ring-1 focus:border-primary-500 focus:ring-primary-500" > {{ $.locale.Tr "gist.new.preview" }}< / button >
2023-04-07 22:21:22 +00:00
< div class = "hidden mx-2 my-2 sm:inline-flex ml-auto space-x-2" >
2023-05-27 11:58:08 +00:00
< select class = "editor-indent-type whitespace-nowrap text-slate-700 dark:text-slate-300 rounded border border-gray-200 dark:border-gray-600 bg-white dark:bg-gray-900 pr-8 text-xs font-medium shadow-sm hover:bg-gray-200 dark:hover:bg-gray-700 hover:border-gray-500 hover:text-slate-700 dark:hover:text-slate-300 focus:outline-none focus:ring-1 focus:border-primary-500 focus:ring-primary-500" >
2023-09-22 15:26:09 +00:00
< optgroup label = "{{ $.locale.Tr " gist . new . indent-mode " } } " >
< option value = "space" > {{ $.locale.Tr "gist.new.indent-mode-space" }}< / option >
< option value = "tab" > {{ $.locale.Tr "gist.new.indent-mode-tab" }}< / option >
2023-04-02 22:40:39 +00:00
< / optgroup >
< / select >
2023-05-27 11:58:08 +00:00
< select class = "editor-indent-size whitespace-nowrap text-slate-700 dark:text-slate-300 rounded border border-gray-200 dark:border-gray-600 bg-white dark:bg-gray-900 pr-8 text-xs font-medium shadow-sm hover:bg-gray-200 dark:hover:bg-gray-700 hover:border-gray-500 hover:text-slate-700 dark:hover:text-slate-300 focus:outline-none focus:ring-1 focus:border-primary-500 focus:ring-primary-500" >
2023-09-22 15:26:09 +00:00
< optgroup label = "{{ $.locale.Tr " gist . new . indent-size " } } " >
2023-04-02 22:40:39 +00:00
< option value = "2" > 2< / option >
< option value = "4" > 4< / option >
< option value = "8" > 8< / option >
< / optgroup >
< / select >
2023-05-27 11:58:08 +00:00
< select class = "editor-wrap-mode whitespace-nowrap text-slate-700 dark:text-slate-300 rounded border border-gray-200 dark:border-gray-600 bg-white dark:bg-gray-900 pr-8 text-xs font-medium shadow-sm hover:bg-gray-200 dark:hover:bg-gray-700 hover:border-gray-500 hover:text-slate-700 dark:hover:text-slate-300 focus:outline-none focus:ring-1 focus:border-primary-500 focus:ring-primary-500" >
2023-09-22 15:26:09 +00:00
< optgroup label = "{{ $.locale.Tr " gist . new . wrap-mode " } } " >
< option value = "no" > {{ $.locale.Tr "gist.new.wrap-mode-no" }}< / option >
< option value = "soft" > {{ $.locale.Tr "gist.new.wrap-mode-soft" }}< / option >
2023-04-02 22:40:39 +00:00
< / optgroup >
< / select >
< / div >
2023-03-14 15:22:52 +00:00
< / div >
2023-12-27 11:11:02 +00:00
< input type = "hidden" value = "{{ $file.Content }}" name = "content" class = "form-filecontent" autocomplete = "off" >
2024-02-24 17:09:23 +00:00
< div class = "hidden preview chroma markdown markdown-body p-8" > < / div >
2023-03-14 15:22:52 +00:00
< / div >
{{ end }}
< / div >
< div class = "flex" >
2023-09-22 15:26:09 +00:00
< button type = "button" id = "add-file" class = "inline-flex items-center px-4 py-2 border border-transparent border-gray-200 dark:border-gray-700 text-sm font-medium rounded-md shadow-sm text-gray-700 dark:text-white bg-gray-100 dark:bg-gray-600 hover:bg-gray-200 dark:hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-gray-500" > {{ .locale.Tr "gist.new.add-file" }}< / button >
2023-12-26 02:24:04 +00:00
< a href = "{{ $.c.ExternalUrl }}/{{ .gist.User.Username }}/{{ .gist.Identifier }}" class = "ml-auto inline-flex items-center px-4 py-2 border border-transparent border-gray-200 dark:border-gray-700 text-sm font-medium rounded-md shadow-sm bg-gray-100 dark:bg-gray-600 hover:bg-gray-200 dark:hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-gray-500 text-rose-600 dark:text-rose-400 hover:text-rose-700" > {{ .locale.Tr "gist.edit.cancel" }}< / a >
2023-09-22 15:26:09 +00:00
< button type = "submit" class = "ml-2 inline-flex items-center px-4 py-2 border border-transparent border-gray-200 dark:border-gray-700 text-sm font-medium rounded-md shadow-sm text-white dark:text-white bg-primary-500 hover:bg-primary-600 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-500" > {{ .locale.Tr "gist.edit.save" }}< / button >
2023-03-14 15:22:52 +00:00
< / div >
{{ .csrfHtml }}
< / form >
< / main >
< / div >
2023-04-03 21:37:54 +00:00
< script type = "module" src = "{{ asset " editor . ts " } } " > < / script >
2023-03-14 15:22:52 +00:00
{{ template "footer" .}}