TagIndex Bookmarklet for WorkFlowy
- Creates an index of your WorkFlowy tags.
- To include ALL tags, activate from your Home page.
- Zoom on a bullet to confine the tag selection to that level’s children and below.
- The index is created instantly in a new top bullet.
- Undo the bullet creation with WorkFlowy’s undo feature.
Installation: Drag this link to your bookmarks bar:
tagIndex
Customize bookmarklet after install:
- Right click the bookmarklet in the bookmarks bar > Edit
- Near the beginning of the code/url you will see this:
(separator=' | ');
- Edit between the single quotes to define your custom separator.
- Use a single space for maximum density.
Links:
Version Notes:
- v3.8 (2022-07-12) Remove #use-template from index
- v3.7 (2020-08-14) Disabled for all added shares.
- v3.6 (2020-06-28) Remove #template tag from index
- v3.5 (2020-01-26) Updated html escape function
- v3.4 (2019-12-15) Minor refactor.
- v3.2 (2019-05-29) Bug fix: will not attempt to write to read only nodes.
- v3.1 (2019-05-28) Updated to new API item format
- v3.0 (2018-12-28) minor code cleanup