{{ template "base.html" . }} {{ define "extrahead" }} {{ template "markdown_previews.html" . }} {{ end }} {{ define "content" }}
{{ if .Editing }}

Edit {{ .ProjectSettings.Name }}

{{ else }}

Create a new project

{{ end }}
{{ csrftoken .Session }}
Project name:
* Required
Status:
Owners:
Add
{{ range .ProjectSettings.Owners }}
{{ .Username }} {{ if (or $.User.IsStaff (ne .ID $.User.ID)) }} X {{ end }}
{{ end }}
Tag:
e.g. "imgui" or "text-editor". Tags must be all lowercase, and can use hyphens to separate words.
If you have linked your Discord account, any #project-showcase messages with the tag "&" will automatically be associated with this project.
{{ if and .Editing .User.IsStaff }}
Admin settings
Official:
Hidden:
Slug:
Has no effect for personal projects. Personal projects have a slug derived from the title.
If you change this, make sure to change DNS too!
Featured:
Bump to the top of the project index and show in the carousel. Has no effect for personal projects.
{{ end }}
{{ if .Editing }} {{ else }} Next {{ end }}
Short description:
Plaintext only. No links or markdown.
Full description:
Preview:
{{ if .Editing }} {{ else }} Next {{ end }}
Light theme logo:
Dark theme logo:
{{ if .Editing }} {{ else }} {{ end }}
{{ end }}