Skip to main content

UrlMark

Project description

Write yourself a home page with bookmarks well-organized, browser-agnostic and easy-to-share.

Installation

Alternatives

  • pip install urlmark

    No example Markdown files and no templates, which are required if you don’t want to write your own.

Get Started

  • Write the left and right side links in Markdown lists.

    It looks like this and in gh-pages of this repository, there are examples of left.md and right.md.

    - [FOSS](#)
        - [Repositories](#)
            - [GitHub](https://github.com/)
            - [Bitbucket](https://bitbucket.org/)
            - [GitLab](https://about.gitlab.com/)
            - [SourceForge](http://sourceforge.net/)
            - [CodePlex](https://www.codeplex.com/)
            - [GitCafe](https://gitcafe.com/)
  • Write a template.

    You can use the included template in gh-pages branch, but it may not look eyeful. Here is the demo: Online Bookmarks.

    It shall has three placeholders: {left}, {right}, {time}.

    And all other uses of brackets must be escaped as in Python str.format.

  • Run ./urlmark.py with necessary options.

    If you name your left and right side as left.md and right.md, your template as template, you can just run ./urlmark.py with no options on their residing directory.

    ./urlmark.py --help
    Usage: urlmark.py [OPTIONS]
    
      Write you self a home page with well-organized bookmarks.
    
    Options:
      -l, --left FILENAME      Use this as the left side.  [default: left.md]
      -r, --right FILENAME     Use this as the right side.  [default: right.md]
      -t, --template FILENAME  Use this template.  [default: template.html]
      -o, --output FILENAME    Write to this file.  [default: index.html]
      --help                   Show this message and exit.

Brainstorm & TODO

  • How about integrating command line interface like cym13/bookmark?

  • Mobile view (i.e. responsive or not)?

  • Does it look good?

  • Write some fantastic themes (a.k.a templates)?

Disclaimer

Bookmarks in example left.md and right.md are highly personal, and may have no other implications except personal convenience for the time being.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

UrlMark-0.4.0.tar.gz (31.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page