Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opentecture Bookmarks View-a-line R4.3 is up #60

Open
theo-armour opened this issue Feb 18, 2019 · 1 comment
Open

Opentecture Bookmarks View-a-line R4.3 is up #60

theo-armour opened this issue Feb 18, 2019 · 1 comment
Labels
demo enhancement New feature or request update

Comments

@theo-armour
Copy link
Member

@opentecture/owners

Demo: Opentecture Bookmarks View-a-line R4.3

image

Project: Opentecture Bookmarks Read Me

Script: Opentecture Bookmarks View-a-line Read Me

Concept

This script is a side project of the gbXML to JSON Lines project.

It is a work-in-progress continuation of exploring, manipulating and hacking the JSON Lines file format in unusual, useful and fun ways.

Objectives

  • Access very large numbers of bookmarks
  • View contents of many sites in a speedy fashion
  • Categorize and tag bookmarks with ease and speed
  • Speed up identification with descriptions added on-the-fly
  • Curate the output using comments

Features include:

  • Read JSON Lines files created by Opentecture Bookmarks Add-a-line
  • Display tree menu of bookmarks with HTML details elements
  • For every bookmark allow
    • Display web page in an iframe
    • Open web page in new tab
    • Edit bookmark json
  • Save edits to new file / Open local file for testing

To Do / Wish List

  • 2019-02-17 ~ Replace all date references with UTC strings
  • 2019-02-17 ~ Replace 'tags' with 'categories'
  • 2019-02-12 ~ Turn titles of things like university names to links to suitable page
  • 2019-02-11 ~ Add ability to do screen capture of pages and save / save to Imgur? for reuse instead of iframes

Notes

  • Best to have the JavaScript console open so you can view the errors. There are many issues still to be dealt with in displaying web sites in iframes
    • Also iframes issues with HTTP/HTTPS are different depending on whether you are running locally or on a sever
  • After editing a JSON bookmark, you must save to a file and then reload the page. Future release will be more convenient.
  • Be sure to create and keep back up files of the data files
  • Tags currently being used as catagories. This will change
  • Does not yet handle file not found errors well
  • Comments, adding new bookmarks will happen in future releases

Issues

  • handle CORS and other iframe errors better
@theo-armour theo-armour added enhancement New feature or request update demo labels Feb 18, 2019
@afomi
Copy link
Member

afomi commented Feb 21, 2019

Be sure to create and keep back up files of the data files

This step is the step where the experience as designed broke down for me.
I managed bookmarks in a browser. I don't want to get another repo up and running to manually enter bookmarks into it, then to re-save a .json file.

What is the Goal and/or Acceptance Criteria of this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
demo enhancement New feature or request update
Projects
None yet
Development

No branches or pull requests

2 participants