@model LocationEditViewModel @{ ViewData["Title"] = Model.LocationID == 0 ? "New Location" : "Edit Location"; ViewData["ProjectSection"] = "Locations"; } @if (Model.Project is not null) { }

Location

@ViewData["Title"]

@for (var i = 0; i < Model.Aliases.Count; i++) { @Model.Aliases[i] }
Makes this item available as a draggable shortcut on the Timeline page.

Companion Detection

Use this for generic places that would create noisy suggestions, such as Home, Kitchen, Road or Shop.
Higher values make this location stronger evidence in future Word Companion detection. The default is 50.
Cancel
@section Scripts { }