Weird that they implemented it that way. If you go to Drafts or Recently Posted, you get the option of "All" in that drop-down box, but not for any blogs listed on the left pane.
I migrated my blog from Windows Live Spaces to Blogger and I used Live Writer to do it. So technically every post on my blog is under "Recently Posted," where I can use the "All" option.
Do you think the absence of the "All" option was an oversight or by design? This should be reported to Microsoft in my opinion.
Let me do some more investigation on this and I'll get back to you.
Also, even if you could get all of them right now, finding it in that list box is going to be very very hard. If you update to the newest build of Windows Live Writer, there is a type down filter textbox to help you find posts faster in that list box.
I'll get back to your by monday EOD, otherwise I might have forgot, just email me about it. :)
With Subtext, the workflow would be this (assuming you're logged in as an admin to your own site):
Use Google to find the post you want to edit with WLW.
Highlight the "Pencil" edit link. That'll give you the Post ID.
Enter PostID into WLW.
Even better would be if they registered a custom handler so we could render a separate link which directly edits the post in WLW. That would be hot! :)
Comment preview
Comments have been closed on this topic.
Markdown formatting
ESC to close
Markdown turns plain text formatting into fancy HTML formatting.
Phrase Emphasis
*italic* **bold**
_italic_ __bold__
Links
Inline:
An [example](http://url.com/ "Title")
Reference-style labels (titles are optional):
An [example][id]. Then, anywhere
else in the doc, define the link:
[id]: http://example.com/ "Title"
> Email-style angle brackets
> are used for blockquotes.
> > And, they can be nested.
> #### Headers in blockquotes
>
> * You can quote a list.
> * Etc.
Horizontal Rules
Three or more dashes or asterisks:
---
* * *
- - - -
Manual Line Breaks
End a line with two or more spaces:
Roses are red,
Violets are blue.
Fenced Code Blocks
Code blocks delimited by 3 or more backticks or tildas:
```
This is a preformatted
code block
```
Header IDs
Set the id of headings with {#<id>} at end of heading line:
## My Heading {#myheading}
Tables
Fruit |Color
---------|----------
Apples |Red
Pears |Green
Bananas |Yellow
Definition Lists
Term 1
: Definition 1
Term 2
: Definition 2
Footnotes
Body text with a footnote [^1]
[^1]: Footnote text here
Abbreviations
MDD <- will have title
*[MDD]: MarkdownDeep
FUTURE POSTS
Partial writes, IO_Uring and safety - 15 hours from now
Configuration values & Escape hatches - 4 days from now
What happens when a sparse file allocation fails? - 6 days from now
NTFS has an emergency stash of disk space - 8 days from now
Challenge: Giving file system developer ulcer - 11 days from now
And 4 more posts are pending...
There are posts all the way to Feb 17, 2025
RECENT SERIES
Challenge
(77): 20 Jan 2025 - What does this code do?
Answer
(13): 22 Jan 2025 - What does this code do?
Comments
Weird that they implemented it that way. If you go to Drafts or Recently Posted, you get the option of "All" in that drop-down box, but not for any blogs listed on the left pane.
I migrated my blog from Windows Live Spaces to Blogger and I used Live Writer to do it. So technically every post on my blog is under "Recently Posted," where I can use the "All" option.
Do you think the absence of the "All" option was an oversight or by design? This should be reported to Microsoft in my opinion.
Thanks for sharing your find...
I think it was oversight.
So how did you get the images up on that post?
Let me do some more investigation on this and I'll get back to you.
Also, even if you could get all of them right now, finding it in that list box is going to be very very hard. If you update to the newest build of Windows Live Writer, there is a type down filter textbox to help you find posts faster in that list box.
I'll get back to your by monday EOD, otherwise I might have forgot, just email me about it. :)
Brandon,
Wow.
I was trying to be funny.
As you point out, that isn't actually a good UI for handling thousands of posts.
What I'd want is a way to edit by post id or by post URL.
Haacked,
Agreed.
but I don't know if meta weblog supports that.
Maybe not by URL, but definitely by Post ID. Per the spec:
metaWeblog.editPost (postid, username, password, struct, publish)
metaWeblog.getPost (postid, username, password)
With Subtext, the workflow would be this (assuming you're logged in as an admin to your own site):
Use Google to find the post you want to edit with WLW.
Highlight the "Pencil" edit link. That'll give you the Post ID.
Enter PostID into WLW.
Even better would be if they registered a custom handler so we could render a separate link which directly edits the post in WLW. That would be hot! :)
Comment preview