Skip to main content

max / makenotwork

4.9 KB · 121 lines History Blame Raw
1 # Content
2
3 Creating, uploading, and managing content on the platform.
4
5 ## Choosing What to Create
6
7 What are you making, and how should fans experience it?
8
9 | If you're making... | Use this | Why |
10 |---------------------|----------|-----|
11 | An album or EP | Audio items in a project | In-browser player, cover art, track ordering |
12 | A podcast | Audio items with chapters | RSS-compatible, timestamp navigation |
13 | A novel or essay collection | Text items in a project | Markdown editor, clean reading view |
14 | A newsletter | Blog posts | Free, included in RSS, separate from paid items |
15 | Software or plugins | Digital items with versioning | Upload new versions, license key support |
16 | Sample packs or presets | Digital items | Any file format, download tracking |
17 | A course | Mixed item types in a project | Combine text lessons, audio, and downloads |
18
19 The type determines which player/viewer fans get and which features are available (chapters, versioning, license keys).
20
21 ## Items
22
23 Eleven item types are available (Audio, Text, Digital, Video, Image, Plugin, Preset, Sample, Course, Template, Bundle). See [Items]./items.md for the full type matrix with player/viewer support, chapters, and versioning.
24
25 Choose the type when creating the item. It cannot be changed afterward.
26
27 ### Creating an Item
28
29 1. Navigate to your project
30 2. Click **New Item**
31 3. Set a **title** and **item type**
32 4. Optionally set a price (defaults to free)
33
34 ### Editing an Item
35
36 From the item settings, you can update:
37
38 - **Title**: Display name
39 - **Description**: Shown on the item page (supports markdown)
40 - **Price**: Free, fixed amount, or pay-what-you-want (see [Pricing]./03-selling.md#pricing-models)
41 - **Tags**: Hierarchical tags for discovery
42 - **Cover image**: Displayed on the item card and in social previews
43
44 ### Publishing
45
46 Items start as drafts. To publish:
47
48 1. Edit the item and switch on **Public**
49 2. Make sure the parent project is also public
50
51 Published items appear on your profile, in search results, and in RSS feeds.
52
53 ### Scheduling
54
55 Set a future publish date to schedule content releases. The item becomes visible automatically at the scheduled time.
56
57 ### Bulk Operations
58
59 From the project dashboard, you can publish, unpublish, or delete multiple items at once.
60
61 ### Duplicating an Item
62
63 Duplicate an item to create a copy with the same settings and metadata. Content (files, text) is not duplicated, only metadata.
64
65 ### Deleting an Item
66
67 Deleting an item removes it permanently. Fans lose access, and active download codes and license keys are invalidated.
68
69 ## Content Types
70
71 ### Audio
72
73 Upload in MP3, WAV, FLAC, OGG, AAC, or AIFF format. Each audio item gets an in-browser player, cover image, chapter markers, and original-file downloads after purchase.
74
75 Per-file size limits depend on your [pricing tier]../about/pricing.md ({{ tier_limits.basic_per_file }} for Basic, {{ tier_limits.small_files_per_file }} for Small Files, {{ tier_limits.big_files_per_file }} for Big Files and Everything).
76
77 Metadata (title, artist, track number, genre, cover art) is auto-extracted from uploaded files. See [Metadata & SEO]./metadata.md.
78
79 ### Text
80
81 Write directly in the editor using markdown. Live preview, automatic word count and reading time, full markdown support (headers, lists, code blocks, links, images, tables). Fans read it without ads, recommendations, or sidebars.
82
83 ### Digital Downloads
84
85 Upload any file type (ZIP, DMG, EXE, PDF, images, fonts). Digital items support versioned releases with changelogs, per-version download tracking, and auto-generated license keys for software products.
86
87 ### Blog Posts
88
89 Every project includes a blog using the same markdown editor as text items. Posts have draft/publish workflow, appear in the project's RSS feed and data exports, and live in their own tab separate from items. Blog posts are always free. Use them for updates, announcements, liner notes, or changelogs.
90
91 ## Versions & Chapters
92
93 Digital and audio items support **versioned releases** with changelogs and download tracking. Audio items also support **chapters** (timestamp markers for in-track navigation). See [Items]./items.md for full details on both features.
94
95 ## Organizing Your Content
96
97 ### Three Layers
98
99 1. **Profile** (`/u/you`): Your public page, shows all your projects
100 2. **Projects** (`/p/project-name`): Albums, series, collections
101 3. **Items** (`/i/uuid`): Individual tracks, files, posts
102
103 ### Tags vs Projects
104
105 | Use Tags For | Use Projects For |
106 |--------------|------------------|
107 | Genre, mood, style | Albums, series |
108 | Cross-cutting attributes | Sequential content |
109 | Search and filtering | Direct navigation |
110 | Multiple per item | One per item |
111
112 An item belongs to one project but can have many tags. See [Tagging System]./tags.md for the full specification.
113
114 ### Featured Content
115
116 Pin items or projects to your profile page. Rearrange pinned content by dragging.
117
118 ### Hide
119
120 Hide old content without deleting. Hidden items don't appear in search, but direct links still work. Unhide anytime.
121