From d29087d5a0fd827322d36ce66c26562de12cdc6c Mon Sep 17 00:00:00 2001 From: <> Date: Fri, 2 Aug 2024 12:58:45 +0000 Subject: [PATCH] Deployed 3dda495 with MkDocs version: 1.6.0 --- contribute/CONTRIBUTING/index.html | 6 +++--- search/search_index.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contribute/CONTRIBUTING/index.html b/contribute/CONTRIBUTING/index.html index ded2718..3912ab6 100644 --- a/contribute/CONTRIBUTING/index.html +++ b/contribute/CONTRIBUTING/index.html @@ -828,10 +828,10 @@
src\ -├── renderer\ <--- [Renderer Process](https://www.electronjs.org/docs/latest/tutorial/process-model#the-renderer-process) -├── electron\ <--- [Main Process](https://www.electronjs.org/docs/latest/tutorial/process-model#the-main-process),[Preload script](https://www.electronjs.org/docs/latest/tutorial/process-model#preload-scripts) +├── renderer\ <--- Renderer Process +├── electron\ <--- Main Process & Preload script ├── lang\ <--- Translation files -└── worker\ <--- [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API) +└── worker\ <--- Web Workers
We are trying to split our code under renderer into relatively independent modules, diff --git a/search/search_index.json b/search/search_index.json index c1e08ab..25e447c 100644 --- a/search/search_index.json +++ b/search/search_index.json @@ -1 +1 @@ -{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Studio","text":"
History tree
Maintain all user actions and travel through time, without ever losing your undo/redo stack.
Interactive SHELL
Evaluate Clojure and Javascript code on the embedded REPL to generate shapes, or even extend the editor on the fly.
SMIL animations
Create and edit SMIL animations, an extension of SVG allowing to animating SVG elements.
Powered by SVG
Educational-driven exposing the specification and rendering on an SVG canvas.
Accessibility testing
Built-in tools that help you evaluate the accessibility of your creations.
Open Source
Distributed under the terms of the AGPL-3.0 license.
Thank you for your interest in actively participating in the project's development! Please read the Contributor Covenant Code of Conduct and the Contributor License Agreement first.
The project is based on re-frame, a framework for building Modern Web Apps in ClojureScript. You should probably take a look at their exceptional documentation.
"},{"location":"contribute/CONTRIBUTING/#style-guide","title":"Style Guide","text":"We try to follow the Clojure Style Guide as much as possible.
In addition to the idiomatic names, we use the following conventions
We also use the following namespace aliases
If the namespace belongs to a dedicated module, we use module.v
.
Main structure
\nsrc\\\n\u251c\u2500\u2500 renderer\\ <--- [Renderer Process](https://www.electronjs.org/docs/latest/tutorial/process-model#the-renderer-process)\n\u251c\u2500\u2500 electron\\ <--- [Main Process](https://www.electronjs.org/docs/latest/tutorial/process-model#the-main-process),[Preload script](https://www.electronjs.org/docs/latest/tutorial/process-model#preload-scripts)\n\u251c\u2500\u2500 lang\\ <--- Translation files\n\u2514\u2500\u2500 worker\\ <--- [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API)\n
We are trying to split our code under renderer into relatively independent modules, following re-frame's app structure suggestions with some minor additions.
\nmodule\\\n\u251c\u2500\u2500 core.cljs <--- entry point\n\u251c\u2500\u2500 db.cljs <--- schema, validation\n\u251c\u2500\u2500 views.cljs <--- reagent views\n\u251c\u2500\u2500 events.cljs <--- event handlers\n\u251c\u2500\u2500 subs.cljs <--- subscription handlers\n\u251c\u2500\u2500 handlers.cljs <--- helper functions for db transformations\n\u251c\u2500\u2500 styles.css <--- styles\n\u2514\u2500\u2500 README.md <--- documentation\n"},{"location":"contribute/CONTRIBUTING/#useful-development-shortcuts","title":"Useful development shortcuts","text":"
Ctrl+Shift+I Toggle devtools\nCtrl+Shift+X Toggle 10x\nCtrl+R Reload app\n
"},{"location":"contribute/cla/","title":"Contributor License Agreement","text":"This Contributor License Agreement (\u201cCLA\u201d) applies to any contribution that you make to any product or project managed by us (the \u201cproject\u201d), and sets out the intellectual property rights you grant to us in the contributed materials. The term \u201cus\u201d shall mean Konstantinos Kaloutas. The term \u201cyou\u201d shall mean the person or entity identified below. If you agree to be bound by these terms, fill in the information requested below and sign the CLA where indicated below. Read this agreement carefully before signing. These terms and conditions constitute a binding legal agreement.
You agree to notify us if you become aware of any circumstance which would make any of the foregoing representations
This document is a modified version of Oracle Contributor Agreement \u2013 version 1.7.1 Licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
"},{"location":"contribute/translate/","title":"Translate","text":"Coming soon!
"},{"location":"docs/shortcuts/","title":"Shortcuts","text":"Command Shortcut Undo CTRL + Z Redo CTRL + Y, CTRL + SHIFT + Z New document CTRL + N Toggle grid # Raise elements PAGE UP Lower element PAGE DOWN Raise element to top HOME Lower element to top END Pan to active page and set zoom to default 1 Fit active page to canvas 2 Fill active page to canvas 3 Pan MIDDLE CLICK + MOUSE MOVE Zoom in/out CTRL + SCROLL, ALT + SCROLL Zoom in = Zoom Out - Toggle element tree CTRL + T Toggle element properties CTRL + P Toggle menu CTRL + L Convert elements to path CTRL + SHIFT + P Copy elements CTRL + C Cut elements CTRL + X Paste elements CTRL + V Paste elements in place CTRL + ALT + V Paste element styles CTRL + SHIFT + V Duplicate elements CTRL + D Delete elements DEL , SHIFT + DEL , BACKSPACE Select all elements CTRL + A Deselect all elements ESC Select same type CTRL+ SHIFT + A Exclude CTRL + E Unite CTRL + U Intersect CTRL + I Subtract CTRL + S Divide CTRL + / Move elements up \u2191 Move elements down \u2193 Move elements left \u2190 Move elements right \u2192 Select tool C Edit tool E Zoom tool Z Circle tool C Rect tool R Line tool L Text tool T Fill tool F Cancel action ESC Close window ALT + F4"},{"location":"get-studio/build-from-source/","title":"Build from source","text":"git clone https://github.com/repath-project/repath-studio.git\n
cd studio\n
npm install && npm run build\n
npm run dist\n
"},{"location":"get-studio/download/","title":"Download","text":"Warning
This project is in alpha stage!
Select your operating system
See all releases
"},{"location":"roadmap/changelog/","title":"Changelog","text":""},{"location":"roadmap/changelog/#0212-2024-07-31","title":"0.2.12 (2024-07-31)","text":"Added
Removed
Changed
Fixed
Removed
Added
Removed
Changed
Fixed
Added
Removed
Changed
Fixed
Added
Changed
Fixed
Fixed
Added
Changed
Fixed
Added
Changed
Fixed
Added
Changed
Fixed
Fixed
Added
Changed
Fixed
Changed
Fixed
Added
Removed
Changed
Fixed
Too many fixes to list.
"},{"location":"roadmap/changelog/#013-2022-05-09","title":"0.1.3 (2022-05-09)","text":"Added
Changed
Removed
Fixed
Added
Changed
Fixed
Added
Removed
Changed
Fixed
Added
History tree
Maintain all user actions and travel through time, without ever losing your undo/redo stack.
Interactive SHELL
Evaluate Clojure and Javascript code on the embedded REPL to generate shapes, or even extend the editor on the fly.
SMIL animations
Create and edit SMIL animations, an extension of SVG allowing to animating SVG elements.
Powered by SVG
Educational-driven exposing the specification and rendering on an SVG canvas.
Accessibility testing
Built-in tools that help you evaluate the accessibility of your creations.
Open Source
Distributed under the terms of the AGPL-3.0 license.
Thank you for your interest in actively participating in the project's development! Please read the Contributor Covenant Code of Conduct and the Contributor License Agreement first.
The project is based on re-frame, a framework for building Modern Web Apps in ClojureScript. You should probably take a look at their exceptional documentation.
"},{"location":"contribute/CONTRIBUTING/#style-guide","title":"Style Guide","text":"We try to follow the Clojure Style Guide as much as possible.
In addition to the idiomatic names, we use the following conventions
We also use the following namespace aliases
If the namespace belongs to a dedicated module, we use module.v
.
Main structure
\nsrc\\\n\u251c\u2500\u2500 renderer\\ <--- Renderer Process\n\u251c\u2500\u2500 electron\\ <--- Main Process & Preload script\n\u251c\u2500\u2500 lang\\ <--- Translation files\n\u2514\u2500\u2500 worker\\ <--- Web Workers\n
We are trying to split our code under renderer into relatively independent modules, following re-frame's app structure suggestions with some minor additions.
\nmodule\\\n\u251c\u2500\u2500 core.cljs <--- entry point\n\u251c\u2500\u2500 db.cljs <--- schema, validation\n\u251c\u2500\u2500 views.cljs <--- reagent views\n\u251c\u2500\u2500 events.cljs <--- event handlers\n\u251c\u2500\u2500 subs.cljs <--- subscription handlers\n\u251c\u2500\u2500 handlers.cljs <--- helper functions for db transformations\n\u251c\u2500\u2500 styles.css <--- styles\n\u2514\u2500\u2500 README.md <--- documentation\n"},{"location":"contribute/CONTRIBUTING/#useful-development-shortcuts","title":"Useful development shortcuts","text":"
Ctrl+Shift+I Toggle devtools\nCtrl+Shift+X Toggle 10x\nCtrl+R Reload app\n
"},{"location":"contribute/cla/","title":"Contributor License Agreement","text":"This Contributor License Agreement (\u201cCLA\u201d) applies to any contribution that you make to any product or project managed by us (the \u201cproject\u201d), and sets out the intellectual property rights you grant to us in the contributed materials. The term \u201cus\u201d shall mean Konstantinos Kaloutas. The term \u201cyou\u201d shall mean the person or entity identified below. If you agree to be bound by these terms, fill in the information requested below and sign the CLA where indicated below. Read this agreement carefully before signing. These terms and conditions constitute a binding legal agreement.
You agree to notify us if you become aware of any circumstance which would make any of the foregoing representations
This document is a modified version of Oracle Contributor Agreement \u2013 version 1.7.1 Licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
"},{"location":"contribute/translate/","title":"Translate","text":"Coming soon!
"},{"location":"docs/shortcuts/","title":"Shortcuts","text":"Command Shortcut Undo CTRL + Z Redo CTRL + Y, CTRL + SHIFT + Z New document CTRL + N Toggle grid # Raise elements PAGE UP Lower element PAGE DOWN Raise element to top HOME Lower element to top END Pan to active page and set zoom to default 1 Fit active page to canvas 2 Fill active page to canvas 3 Pan MIDDLE CLICK + MOUSE MOVE Zoom in/out CTRL + SCROLL, ALT + SCROLL Zoom in = Zoom Out - Toggle element tree CTRL + T Toggle element properties CTRL + P Toggle menu CTRL + L Convert elements to path CTRL + SHIFT + P Copy elements CTRL + C Cut elements CTRL + X Paste elements CTRL + V Paste elements in place CTRL + ALT + V Paste element styles CTRL + SHIFT + V Duplicate elements CTRL + D Delete elements DEL , SHIFT + DEL , BACKSPACE Select all elements CTRL + A Deselect all elements ESC Select same type CTRL+ SHIFT + A Exclude CTRL + E Unite CTRL + U Intersect CTRL + I Subtract CTRL + S Divide CTRL + / Move elements up \u2191 Move elements down \u2193 Move elements left \u2190 Move elements right \u2192 Select tool C Edit tool E Zoom tool Z Circle tool C Rect tool R Line tool L Text tool T Fill tool F Cancel action ESC Close window ALT + F4"},{"location":"get-studio/build-from-source/","title":"Build from source","text":"git clone https://github.com/repath-project/repath-studio.git\n
cd studio\n
npm install && npm run build\n
npm run dist\n
"},{"location":"get-studio/download/","title":"Download","text":"Warning
This project is in alpha stage!
Select your operating system
See all releases
"},{"location":"roadmap/changelog/","title":"Changelog","text":""},{"location":"roadmap/changelog/#0212-2024-07-31","title":"0.2.12 (2024-07-31)","text":"Added
Removed
Changed
Fixed
Removed
Added
Removed
Changed
Fixed
Added
Removed
Changed
Fixed
Added
Changed
Fixed
Fixed
Added
Changed
Fixed
Added
Changed
Fixed
Added
Changed
Fixed
Fixed
Added
Changed
Fixed
Changed
Fixed
Added
Removed
Changed
Fixed
Too many fixes to list.
"},{"location":"roadmap/changelog/#013-2022-05-09","title":"0.1.3 (2022-05-09)","text":"Added
Changed
Removed
Fixed
Added
Changed
Fixed
Added
Removed
Changed
Fixed
Added