All Projects → Blakeinstein → Bloop

Blakeinstein / Bloop

Licence: other
A light weight scratch pad inspired and derived from https://github.com/IvanMathy/Boop.

Programming Languages

SCSS
7915 projects
typescript
32286 projects
rust
11053 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bloop

NotepadNext
A cross-platform, reimplementation of Notepad++
Stars: ✭ 5,715 (+10483.33%)
Mutual labels:  notepad
TrendingCustomAlert
You can use a ready-made custom alert controller.
Stars: ✭ 25 (-53.7%)
Mutual labels:  webview
MediumUnlimited
Android App written with Flutter/Dart to navigate medium.com without limitations.
Stars: ✭ 28 (-48.15%)
Mutual labels:  webview
telekom-data-usage-widget
Telekom Datennutzung Widget für iOS 14
Stars: ✭ 61 (+12.96%)
Mutual labels:  scriptable
AFWebViewController
In-app browser that uses WKWebView
Stars: ✭ 38 (-29.63%)
Mutual labels:  webview
btt
Low level MacOS management in JavaScript via BetterTouchTool
Stars: ✭ 92 (+70.37%)
Mutual labels:  webview
rn-webview-rpc
Add RPC capabilities to a React Native WebView component
Stars: ✭ 25 (-53.7%)
Mutual labels:  webview
pdfjs
A sample for showing PDF files in a Xamarin.Forms application with pdf.js
Stars: ✭ 32 (-40.74%)
Mutual labels:  webview
ClickableWebView
Simple WebView to Detect click on an image
Stars: ✭ 42 (-22.22%)
Mutual labels:  webview
Covid-19 Ampel
Covid-19_Ampel | Zeigt neben der 7-Tage-Inzidenz weitere Infos zu einer Region.
Stars: ✭ 33 (-38.89%)
Mutual labels:  scriptable
WebView-Advanced
A collection of android webview hack
Stars: ✭ 25 (-53.7%)
Mutual labels:  webview
EasyBrowser
尝试实现一个简易的Android浏览器。支持标签页的创建,切换,缓存。
Stars: ✭ 34 (-37.04%)
Mutual labels:  webview
txt
📝 Simple text editor/notepad with cloud sync.
Stars: ✭ 35 (-35.19%)
Mutual labels:  notepad
Webview-unity-3d-2017.3-or-higher-
Webview unity 3d 2017.3 or higher - can be open website url on unity3d or open Html5, html and js on unity offline
Stars: ✭ 18 (-66.67%)
Mutual labels:  webview
notepad-plus-plus
Unofficial snap repo for notepad-plus-plus snap
Stars: ✭ 51 (-5.56%)
Mutual labels:  notepad
QuestionnaireView
A simple view to be able to display question and various field (Radio, EditText, checkbox ) for answers
Stars: ✭ 34 (-37.04%)
Mutual labels:  webview
Hybrid-Web-Platform
Full-fledged WebView as Xamarin.Forms plugin with cross-platform C# to JavaScript and JavaScript to C# calls support. Eventually invented for painless hybrid apps creation.
Stars: ✭ 19 (-64.81%)
Mutual labels:  webview
FlexHybridApp-Android
WebView bridge interface with Promise pattern
Stars: ✭ 20 (-62.96%)
Mutual labels:  webview
electric-webview
Electric WebView is a scriptable WebView for developers.
Stars: ✭ 16 (-70.37%)
Mutual labels:  webview
WebViewExample
work as a webview testing environment for frontend developers
Stars: ✭ 19 (-64.81%)
Mutual labels:  webview

BLOOP

A light weight hackable scratch pad for developers inspired from boop.
Run scripts (written in JS) directly over any piece of text!
Base64? EZ. Got an unreadable JSON? parse it! Just want to count characters? Well we got you covered.
Or just use it to take notes, data persists in local storage :)
The tool aims to be an exact imitation of boop built using web technologies and powered by Tauri.

UI screenshot

Inspired from BoopDocumentationFind more scripts

Documentation

New? Read how to use bloop here

Suggestions

To add custom scripts add the scripts to your documents directory which you can confirm here

Bloop supports ligaturized fonts, Some fonts are set up by default, but require you to install them manually. You can also use your own fonts, by changing config.toml. Suggested fonts =>

How to get Bloop

You can obtain installer/binaries for your platform here.


Alternatively you can compile it yourself.

Only for developers.

How to build from source

  • Config

    • Setup Tauri and Yarn
      • Follow the setup guide from their docs
    • Get Boop scripts
      • Get the base scripts from boop
        mkdir src-tauri
        git clone http://github.com/ivanmathy/boop
        mv boop/Boop/Boop/scripts src-tauri/
    • Build web component
      • Install app dependencies and build it
        yarn && yarn build
    • Copy data over to replicate tauri config
        mv dist src-tauri/
        mv src src-tauri/
        mv config src-tauri/
        mv icons src-tauri/
        mv ./Cargo.toml src-tauri/
        mv ./tauri.conf.json src-tauri/
        mv ./build.rs src-tauri/
  • Build

    • To build release binaries, use yarn release, The resultant binaries would be located in src-tauri/target/release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].