GithubHelp home page GithubHelp logo

thmsbfft / oryoki Goto Github PK

View Code? Open in Web Editor NEW
482.0 482.0 32.0 1.78 MB

Ōryōki [応量器] is an experimental web browser with a thin interface.

Home Page: http://oryoki.io/

License: MIT License

JavaScript 80.78% CSS 17.26% HTML 1.96%
electron experimental

oryoki's People

Contributors

giuscri avatar johnlunney avatar jondashkyle avatar thmsbfft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

oryoki's Issues

[camera] ffmpeg encoding crashes on odd window dimensions

Happens with window size close to square? 849*809, etc. Doesn't seem to happen with a perfect square.

Error: ffmpeg exited with code 1: Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height

Transparent omnibox

It would be awesome that instead of hiding current page when omnibox is shown to do some dimming effect, like Atom do.

Error on Video Encoding

I've just been doing a screen recording (< 1minute in length) and had this error when stopping the recording.

To clear this error I had to go to the folder that it says, and then delete all of the contents and force quit the application & reboot.

I'm on 10.10.3 btw & attached is a screenshot.

screen shot 2016-07-01 at 13 03 50

CTRL+Enter Shortcut for Completing Web Addresses

Since the omnibox in Oryoki is so simple, it would be nice to have some keyboard shortcuts to enhance query input. Chrome supports completing the URL with a ".com" prefix by pressing ctrl+enter. I'd like to suggest adding that one plus additional modifiers like alt and shift to do more completions like ".org" and ".net".

Make oryoki scriptable (via applescript)

Really loving the simplicity of this browser. What I'd love even more if it were scriptable, specifically to be able to launch, or open a new window with a specific website.

I want to be able to map certain keyboard shortcuts (via something like skhd) in order to launch a gmail or irccloud.com window via oryoki, with my standard settings (no titlebar, etc.).

Seems to me like applescript is the easiest way to do this. I haven't done any applescripting before, but if someone can point to the modules / functions within Oryoki that would give access to programatically launching a new window at a specific URL, then i'd be happy to investigate the applescirpt side and work on a PR.

Titlebar in Fullscreen

The titlebar remains at the top of the window when going into fullscreen mode, when watching a video for example. The titlebar needs to be hidden manually with the cmd+m keyboard shortcut.

Remember Float on Top preference

I mostly use (and love) Oryoki for watching video while doing other stuff. I wish the browser would remember my preference so I don't have to tell it to Float on Top each time I open the app. At the very least, it could be available in oryoki-preferences.json.

Thanks!

Navigating Ajax-pages

When navigating around e.g. youtube, after every request / new page the search bar keeps popping up. This issue first came to me after updating to 0.0.4

Tell me if you need more info

Minimum window width and changing window dimensions

  • Using the mouse, the minimum width of a window appears to be 600px
  • There appears to be no minimum width when using cmd+alt+M
  • If the window width is set to less than 600px, resizing the window with the mouse will cause the window to jump back to 600px

Not sure what kind of behavior you would prefer, but if you were to ask me, I'd suggest a much smaller minimum (maybe like 100px for cute tiny web apps?) and cap the cmd+alt+M feature to that number.

Love what you have so far!

Feature request: other search engines

Hi there,

the app is beautiful, thanks for building it.

I wanted to ask if it was possible to add the option to change the search engine (I like using duckduckgo, for instance). I think that could be part of the preferences, and then use it here…?

output = 'https://www.google.com/ncr?gws_rd=ssl#q=' + raw;

Keyboard Interactions don't work after cmd-tab

Problem

When I cmd-tab and select Oryoki, keyboard interactions don't work until I click on the browser window. Electron shortcuts work (like cmd-n), but the up/down arrow don't work

I normally use Oryoki with no title bar, but I have the same problem with the title bar visible

System Info

OS: OSX 10.11.4
Oryoki version: 0.0.3 (0.0.3)

Red dot during video recording

When you record a video, a blinking red dot shows up to remind you that it's recording 👍
However, it appears on the video itself.

Is this intentional, or is there a way for it to not be recorded with the website?

~5 sec delay before I can click on link

If I load a page, for example https://www.google.com/#q=oryoki+browser, I can't click on a link for about 5 seconds until the page fully loads, even thought the page is visible. This happens every time, even if I've already visited this page. All other browsers I've tried, (Chrome, FF, Safari) allow me to click as soon as the page is visible, even the first time. It sounds like a small thing, but happens enough become quite annoying.

Otherwise, I love this browser and the minimal interface. Thanks so much for your consideration!

textarea:focus or input:focus disables "naviagate back/forward" shortcuts

Perhaps this is related to using the arrow keys (⌘← and ⌘→) for shortcuts? Would this be any different if the shortcuts ⌘[ and ⌘] were also allowed for navigate back/forward? Chrome works with both. When I try in Chrome, I get the same problem when using ⌘← and ⌘→ from textarea or input, but there's no issue when using ⌘[ and ⌘]. Would you consider allowing both shortcuts? Or is there a way to set custom shortcuts? Thanks.

Mouse movement when screen recording

A feature suggestion (tweak!) would be that when recording the webpage you're enable to toggle on / off the mouse cursor.

Usually I would find that I don't want the cursor, but having just recorded a few websites that don't have the most obvious navigational points it becomes quite difficult to understand how things are functioning.

Error when closing

Clicking red "close" button results in the following pop up.

Uncaught Exception:
TypeError: Cannot read property 'close' of null
    at Oryoki.closeWindow (/Users/ishmael/Downloads/Archives/Oryoki.app/Contents/Resources/app/main.js:1301:20)
    at emitOne (events.js:96:13)
    at EventEmitter.emit (events.js:188:7)
    at EventEmitter.<anonymous> (/Users/ishmael/Downloads/Archives/Oryoki.app/Contents/Resources/electron.asar/browser/api/web-contents.js:156:13)
    at emitTwo (events.js:106:13)
    at EventEmitter.emit (events.js:191:7)

What information do you need from me?

Javascript error when opening v0.2.0

Hi,
I'm having a Javascript error when opening the application (directly downloaded from oryoki.io), then no window shows up.
I'm on Sierra 10.12.6.

p

Shortcut to Set Window Size(s)

Would ❤️ a keyboard shortcut to set window size.

Use case: I like to take screenshots at certain browser sizes, and since Oryoki is perfect for taking nice screenshots, it would be awesome to set a shortcut for a certain size, or an array of sizes.

Oryoki on the Raspberry PI

Hello,

I was able to build and run oryoki on my raspberry and it works perfectly!

oryoki-raspi

Just to let you know that it might be a target market of your browser, since every other browser is currently unavailable or really sluggish on the raspi =)

The only caveat of building under linux (also tried on x86 ubuntu), is that you need to change the CommandManager.js file and replace every instance of Cmd+ with Ctrl+ otherwise shortcuts won't work.

[Camera] Refactor/rework video recording

Video recording is still experimental (read: busted).
• It performs very badly on hidpi screens because each frame has to be saved to disc.
• Frames can drop because of disc accesses on resource intensive websites.
• FPS is not 100% reliable. Most videos seem to be playing slightly faster that what's recorded.

So far I see two ways of fixing it:

• Changing the API used to capture frames:
desktop-capturer seems promising, working with streams would eliminate disk access problems.

electron/desktop-capturer
Note: might change the way we choose to record mouse cursors or not. See #30.

• Record frames directly to a stream:
Would rely heavily on ffmpeg to do the hard work.

Hide status bar

Lovely app! Is there a setting to disable the status bar / URL preview on links?

Dat Readability

Load Dat archives! This would be view only, and enable use of Beakers web-api and webdb. This could require breaking out some of the core Beaker functionality for viewing Dat archives, but until then perhaps there are some redundant implimentations.

Reference

Indicate SSL connections

Would be great to dillinieate between secure and unsecure connections! Perhaps this could go in the omnibox?

Customize keyboard shortcuts

As suggested by Lauri on twitter, customizing keyboard shortcuts would help support non-qwerty keyboards and give more flexibility.

As a side note, this is already possible system-wide in OSX via System Preferences:

oryoki-custom-shortcut

Tab/Window/Session Management?

I love the idea of a browser managed entirely by keyboard shortcuts, and I think adding a way to manage multiple windows opened or a tab system would be helpful.

Maybe a tiling system instead? Something a la vim or tmux would be cool.

I'd appreciate this, but I can understand if this isn't within the scope of the project.

Can't open PDFs

Whenever I want to view an online PDF, oryoki forces me to download it.

Is this because chrome's (or other browser's) PDF Viewer comes in as a separate component?

Graphic tablet not recognised

  • Use a Wacom Intuos Pro instead of trackpad
  • Click on any areas of a website in the Oryoki window
  • Nothing happens ( input/click is not recognised ?)

Oryoki 0.2.2
Electron 1.8.2
darwin x64 20.6.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.