try {
      const rows = await linkDao.listByUserid(this.data.userid);
      const tagHierarchy = await tagLogic.load(this.data.userid);
      const data = toNetscape(tagHierarchy.tree, rows.map(l => l.value));
      const html = netscape(data);