Skip to content

Instantly share code, notes, and snippets.

View Reflex-Gravity's full-sized avatar
👨‍💻
Coding

Joel D Souza Reflex-Gravity

👨‍💻
Coding
View GitHub Profile
@Reflex-Gravity
Reflex-Gravity / embedded-file-viewer.md
Created July 31, 2020 20:38 — forked from tzmartin/embedded-file-viewer.md
Embedded File Viewer: Google Drive, OneDrive

Office Web Apps Viewer

('.ppt' '.pptx' '.doc', '.docx', '.xls', '.xlsx')

http://view.officeapps.live.com/op/view.aspx?src=[OFFICE_FILE_URL]

<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=[OFFICE_FILE_URL]' width='px' height='px' frameborder='0'>
</iframe>

OneDrive Embed Links

@Reflex-Gravity
Reflex-Gravity / html-editors.md
Created June 4, 2020 09:08 — forked from manigandham/rich-text-html-editors.md
Rich text / HTML editors and frameworks

Strictly Frameworks

Abstracted Editors

These use separate document structures instead of HTML, some are more modular libraries than full editors

  • ProseMirror - http://prosemirror.net - supports collaborative editing, offers similar options to Mobiledoc for data structure
@Reflex-Gravity
Reflex-Gravity / reflex.dark.theme
Last active January 24, 2022 07:47
A Dark theme for SmartGit.
# This file lists the color values of the default dark theme.
# Each line starting with a # is a comment.
# To overwrite certain colors remove the leading # and change the color values.
# The "extends" line defines which color definitions to use if none is found here.
extends=smartgit-dark-theme.properties
# The "preferredEditorTheme" line determines what editor theme should be used by default ('light' or 'dark').
#preferredEditorTheme=dark