PKM-er / Obsidian-Surfing

An Obsidian plugin that lets you browse the web within Obsidian.
MIT License
443 stars 28 forks source link

[Bug]: No Bookmark Category #226

Open Forrai-Zoltan opened 8 months ago

Forrai-Zoltan commented 8 months ago

Bug Description

When adding a new bookmark from the manager the Category dropdown only displays ROOT and not the other categories.

Relevant Screenshot

image

To Reproduce

No response

Obsidian Version

1.5.3

web-browser-only

Checklist

vgyenge6 commented 8 months ago

Hi,

Yes, bookmark categories don't hook well to the drop-down lis, even if one specified new categories in the setting. It is certainly a bug.

@simon-forman Little help, until resolved:

You can tweak it manually Open the VAULT.obsidian\surfing-bookmark.json in a json editor and edit manually

"categories": [ { "value": "ROOT", "text": "ROOT", "label": "ROOT", "children": [] }, { "value": "CategroryA", "text": "CategroryA", "label": "CategroryA", "children": [] }, { "value": "CategroryB", "text": "CategroryB", "label": "CategroryB", "children": [] } ] save it and. Reopen obsidian.

You can then select from the category drop-down and change it in the bookmark tab, also add tags there.