https://github.com/srackham/rimu-chrome-extension
Render Rimu Markup in the Google Chrome web browser.
https://github.com/srackham/rimu-chrome-extension
Last synced: 3 months ago
JSON representation
Render Rimu Markup in the Google Chrome web browser.
- Host: GitHub
- URL: https://github.com/srackham/rimu-chrome-extension
- Owner: srackham
- License: mit
- Created: 2013-11-11T01:35:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T22:52:18.000Z (over 9 years ago)
- Last Synced: 2025-01-11T23:34:27.682Z (4 months ago)
- Language: CSS
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rimu Markup Chrome Extension
Renders Rimu Markup () source files (`.rmu`)
in the Google Chrome web browser. In addition, file URIs with a Markdown
(`.md`) extension (URIs like `file//*/*.md`) are also rendered using Rimu.## Using the Viewer
- The extension renders any file or http URL ending with `.rmu` as
HTML.
- Refresh with the usual browser reload command (_F5_).
- View the Rimu Markup source with the usual browser _View Source_
command (_Ctrl+U_).## Installation
1. Clone the Github repository:git clone https://github.com/srackham/rimu-chrome-extension.git
2. Open Chrome and go to the Extensions page (`chrome://extensions/`).
3. Tick the _Developer mode_ check-box.
4. Press the _Load unpacked extension..._ button and select the local
repository directory created in step 1 -- this adds the _Rimu
Markup Viewer_ to the Extensions.
5. Tick the _Rimu Markup Viewer_ extension _Allow access to file URLs_
check-box.Now you will be able view file and URLs ending in `.rmu` and files ending in
`.md` as HTML in the browser.