0.0.1 - 2022-03-22
- [views] "Jekyll Explorer" (
jekyll-enthusiasm.jekyllExplorer
): Tree view for your pages/posts/drafts - [commands] "Open Text Document" (
jekyll-n-hyde.jekyllExplorer.openTextDocument
)
0.1.0 - 2022-03-24
- [views] "Categorized Posts" (
categoryView
): shows posts and drafts grouped by categories. - [views] "All Drafts" (
draftView
): shows all markdowns in the_drafts
directory. - [views] "All Posts" (
pageView
): shows all markdowns in the_posts
directory. - [views] "All Pages" (
postView
): shows all markdowns in the_pages
directory. - [commands] "Update cache and refresh views." (
refresh
) - [others] "Auto Refreshing": Changing a text document will refresh views.
- [commands] "Open Text Document" (
jekyll-n-hyde.jekyllExplorer.openTextDocument
): changeid
of the command fromjekyll-n-hyde.jekyllExplorer.openTextDocument
toshowTextDocument
.
- [views] "Jekyll Explorer" (
jekyll-enthusiasm.jekyllExplorer
)
0.1.1 - 2022-03-24
- [others] "Sort Category in order": Categorized Posts are now sorted in alphabetic order.
- [others] "Auto Refreshing":
ChangingSaving a text document will refresh views.
0.1.2 - 2022-03-24
- [menus] "Refresh" (
refresh
): use when clause to hide refresh button on other views.
0.2.0 - 2022-03-29
- [views] "Categorized Posts" (
categorizedPosts
): - [commands] "Categorized Posts"
- [views] "Categorized Posts" (
categoryView
): removed - [views] "All Drafts" (
draftView
): removed - [views] "All Posts" (
pageView
): removed - [views] "All Pages" (
postView
): removed - [commands] "Update cache and refresh views." (
refresh
): removed
0.2.1 - 2022-03-29
- [views] "Categorized Posts" (
categoryView
): a few categories were not rendered properly caused by sorting failure
0.2.2 - 2022-03-31
- [views] "Categorized Posts" (
categoryView
): Add "collapse all" button - [commands] "Categorized Posts": add following actions:
- create a new post
- create a new post of a category
- delete a post
- publish a draft
- unpublish a post
- update last-modification date
- [views] "Categorized Posts": posts are no longer sorted by date.