Bokmarklet to create a link tag for Sphinx
07 October 2014
Language Select:
Sphinx
Sphinx is a documentation builder written in Python, which is used in the official website of Python and others. I use that for my research notes. Sphinx can generate HTML, PDF and docx documents from the source files of ReST-formatted text.
Bokmarklet to create a link tag
When I want to add links to Sphinx documents, it’s complicated to make reST-formatted link. I make the bookmarklet to create a link tag.
javascript:var ret=window.prompt('LinkTagForSphinx','`'+document.title+' <'+location.href+'>`_');
To use that, add the script as a new bookmark.
blog comments powered by Disqus