All Projects → benjaminjacobreji → standardnotes-extensions

benjaminjacobreji / standardnotes-extensions

Licence: GPL-3.0 license
Standard Notes Extensions

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to standardnotes-extensions

Mvvmframe
🏰 MVVMFrame for Android 是一个基于Google官方推出的Architecture Components dependencies(现在叫JetPack){ Lifecycle,LiveData,ViewModel,Room } 构建的快速开发框架。有了MVVMFrame的加持,从此构建一个MVVM模式的项目变得快捷简单。
Stars: ✭ 218 (+1262.5%)
Mutual labels:  repository
man-in-the-middle
Modify requests, inject JavaScript and CSS into pages
Stars: ✭ 74 (+362.5%)
Mutual labels:  extensions
Hexagonal-architecture-ASP.NET-Core
App generator API solution template which is built on Hexagnonal Architecture with all essential feature using .NET Core
Stars: ✭ 57 (+256.25%)
Mutual labels:  repository
Nexus Oss
Sonatype Nexus OSS
Stars: ✭ 240 (+1400%)
Mutual labels:  repository
Foundatio.Repositories
Generic repositories
Stars: ✭ 74 (+362.5%)
Mutual labels:  repository
NString
A collection of utilities for working with strings in .NET.
Stars: ✭ 34 (+112.5%)
Mutual labels:  extensions
Projj
Manage repository easily.
Stars: ✭ 206 (+1187.5%)
Mutual labels:  repository
extensions
Code Generators and Extensions for vanilla-rtb stack
Stars: ✭ 16 (+0%)
Mutual labels:  extensions
extensions-kit
📦 Collection of Swift+Apple Frameworks extensions for speeding up software development [iOS & iPadOS].
Stars: ✭ 71 (+343.75%)
Mutual labels:  extensions
lumira-extension-viz
lumira
Stars: ✭ 84 (+425%)
Mutual labels:  extensions
Git-library-Java
Low-level Java library to read/write Git repositories.
Stars: ✭ 16 (+0%)
Mutual labels:  repository
D365FONinjaDevTools
To make of you a Ninja Developer in Dynamics 365 For Finance and Operations
Stars: ✭ 70 (+337.5%)
Mutual labels:  extensions
katlib
Companion to Kotlin standard library
Stars: ✭ 70 (+337.5%)
Mutual labels:  extensions
Urf.core
Unit of Work & Repositories Framework - .NET Core, NET Standard, Entity Framework Core. 100% extensible & lightweight. Live demo: https://goo.gl/QpJVgd
Stars: ✭ 226 (+1312.5%)
Mutual labels:  repository
EPPlus.Core.Extensions
An extensions library for EPPlus package to generate and manipulate Excel files easily.
Stars: ✭ 66 (+312.5%)
Mutual labels:  extensions
Init
❗️ Go to the first (initial) commit of any GitHub repo
Stars: ✭ 207 (+1193.75%)
Mutual labels:  repository
receptacle
minimalistic implementation of the repository pattern
Stars: ✭ 18 (+12.5%)
Mutual labels:  repository
support
A Laravel 5 package which promotes the use of best practices and design patterns
Stars: ✭ 19 (+18.75%)
Mutual labels:  repository
mrgit
A tool for managing projects build using multiple repositories.
Stars: ✭ 42 (+162.5%)
Mutual labels:  repository
UnitySubstanceExtensions
Repository for extensions to the Substance plugin introduced in Unity 2018.1.
Stars: ✭ 17 (+6.25%)
Mutual labels:  extensions

Standard Notes Extensions

Netlify Status

Features

  1. Updated daily (GitHub Actions using schedule)
  2. Contains Official and custom extensions

Suggest new extensions

Open a Pull Request to add new extensions.
Alternatively, open an Issue to suggest new extensions.

Usage

Option 1: Use default URL

Use https://standardnotes-extensions.netlify.app/index.json as an Extended Code in Standard-Notes.

Option 2: Fork & Use custom URL (with Netlify)

  1. Fork this repo benjaminjacobreji/standardnotes-extensions
  2. Sign-in/ Sign-up into Netlify
  3. Click on New site from Git Button.
  4. Connect to GitHub and select forked repo your-github-username/standardnotes-extensions
  5. Deploy site and wait for build to finish
  6. (Optional) Change Site name at Site settings > Change site name on Netlify
  7. After that you can use YOUR_SITE_URL/index.json as an Extended Code

Option 3: Fork & Use custom URL (without Netlify)

It's easy and recommended to host with Netlify. However if you insist not to use it, it is also possible (notice: the following steps work on Linux or WSL):

  1. Prepare your environment with Python 3.7 with pip, as well as Git;
  2. Make sure Python 3.7 can be called directly via python from the shell;
  3. Make sure Git is installed and can be called directly via git from the shell;
  4. pip install -r requirements.txt to install required Python libraries;
  5. Run the build script URL=my_url python build.py where my_url is the full URL you would later host the resource files on. E.g. if you want to access the plugins via https://example.com/index.json then replace my_url with https://example.com/.
  6. Verify that:
    1. the public directory is generated;
    2. there should be public/index.json containing information of all extensions;
    3. all extensions should exists in public as sub-directories;
  7. Host the public directory like you would do with any static resources, using nginx, caddy, etc.
  8. You need to enable CORS headers on your reverse proxy (nginx / caddy / traefik). With nginx these rules will be enough:
    add_header 'Access-Control-Allow-Origin' '*';
    add_header 'Access-Control-Allow-Headers' 'content-type';

Credits

Huge thanks to all these contributors and other authors.

  1. standardnotes
  2. sn-extensions
  3. JokerQyou/snextensions
  4. iganeshk/standardnotes-extensions
  5. kylejbrk/standard-notes-open-extended
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].