Development of Inline Tasks
- id: 1753960370
- Date: Aug. 1, 2025, 12:31 p.m.
- Author: Donald F. Elger
Survey of links
- ✅ Pages
- ❌ Tasks
- ❌ TaskSet
- ✅ Topics
Not working means url tag in Django template language is not working
New goal: All Obsidian links (defined as something inside a double brackets that links to another file), work.
First Heading
This is some text.
This is an image.
Some
more text.
Task
what is a key binding?
Here is a link to a doc? Key Question
Link to task does not work: XXWhat is a key question?
1753960370
Link to Taskset: Regex TwF
Link to Topic: The Learning BookCourse
{% url ‘all_tasks’}
Working url tag in Template
Get Task Working
Figure out why code is not working.
Here is a working URL for a task url: http://127.0.0.1:8000/tasks/1753877114/
Here is a url tag for a task.
Get TaskSet Working
Working URLs:
- http://127.0.0.1:8000/tasks/taskset/1753541094/
- http://127.0.0.1:8000/tasks/linear/regex-twfs/
Define urls I want
- /pages/estimates-and-estimating/
- /topics/the-alpine-skiing-bookcourse/
- tasks
- tasks/1744804063/
- tasks/slug (desired)
- tasksets
- actuals
- /tasks/linear/persuasion-twfs/
- /tasks/taskset/1753747651/
- desired
- /tasks/taskset-linear/persuasion-twfs
- /tasks/taskset-slideshow/persuasion-twfs
- actuals
Working now!!
Update the url-tags.
Only need to change the tags in all-taskset (Linear View, Slideshow View)
1753960370