Notes/microblogging support #7

Open
opened 2025-01-10 00:42:05 +01:00 by kazhnuz · 1 comment
Owner

Two way of handling them :

  • Either making them a custom post type
  • Either making them something completely separate from post
Two way of handling them : - Either making them a custom post type - Either making them something completely separate from post
kazhnuz changed title from Notes support to Notes/microblogging support 2025-01-10 16:16:03 +01:00
Author
Owner

Handle them separatedly. Features needed

  • Add an (optional) page /notes/ that can be used by theme to show all the note
  • /notes/{{note_id}} show the actual note
  • /notes/{{post_kind}} show the post kind
  • /notes/tag/{{tag}} show all the notes with a specific kind
  • Notes are very similar to post, just without the "post txt" part
  • Notes have a post kind that can either automatically be detected or is set
Handle them separatedly. Features needed - Add an (optional) page /notes/ that can be used by theme to show all the note - /notes/{{note_id}} show the actual note - /notes/{{post_kind}} show the post kind - /notes/tag/{{tag}} show all the notes with a specific kind - Notes are very similar to post, just without the "post txt" part - Notes have a post kind that can either automatically be detected or is set
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kazhnuz/koblog#7
No description provided.