OPML import support (issue #78)

This commit is contained in:
azivner
2018-05-29 20:32:13 -04:00
parent f47ae12019
commit be51e533fc
6 changed files with 79 additions and 27 deletions

View File

@@ -98,7 +98,7 @@ const contextMenuOptions = {
{title: "Native Tar", cmd: "exportBranchToTar"},
{title: "OPML", cmd: "exportBranchToOpml"}
]},
{title: "Import into branch", cmd: "importBranch", uiIcon: "ui-icon-arrowthick-1-sw"},
{title: "Import into branch (tar, opml)", cmd: "importBranch", uiIcon: "ui-icon-arrowthick-1-sw"},
{title: "----"},
{title: "Collapse branch <kbd>Alt+-</kbd>", cmd: "collapseBranch", uiIcon: "ui-icon-minus"},
{title: "Force note sync", cmd: "forceNoteSync", uiIcon: "ui-icon-refresh"},