-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import TILs as blogmarks #283
Comments
It already has the ability to import blogmarks: simonwillisonblog/blog/management/commands/import_blog_json.py Lines 72 to 83 in f0caa71
And simonwillisonblog/blog/management/commands/import_blog_json.py Lines 86 to 89 in f0caa71
So... I could teach it to pull a feed from |
Five of my blogmarks are already to TILs: https://simonwillison.net/dashboard/?sql=select+%2A+from+blog_blogmark+where+link_url+like+%27https%3A%2F%2Ftil.simonwillison.net%25%25%27%3AA14XB8ah9tdq44NaEbKMaLFU3Q7RYbfOm3ZBoEh_iKU - I could update these in the Django admin with the expected |
One catch: what should the link description be? A few options:
|
Having a separate https://til.simonwillison.net/ blog for TILs means I have content that isn't represented in my main blog (aside from when I link to them in my weeknotes).
I want to automatically populate a blogmark for each TIL. I can use a similar approach to this one for that: https://github.com/simonw/simonwillisonblog/blob/main/blog/management/commands/import_blog_json.py
I wrote about that here: https://simonwillison.net/2017/Nov/4/import-refs/
The text was updated successfully, but these errors were encountered: