Tableau
i

FrankI4466Tableau

FrankI4466

inkscape-tableau ----- Version 2024.1 For inkscape V 1.x ==================== Draw simple table with or not rounded corner. Optimized for laser cutter. Usage ----- Copy the .inx, .svg and *.py files into your Inkscape extensions directory (usually on windows C:\Users\username\AppData\Roaming\inkscape\extensions). The actual directory can be found under Preferences/System. Restart inkscape. The table will be available under Extensions/Tableau. All code is offered under Licence : Public Domain. Translated in english. If you translat it in other language, please send me the pot file. Question possible en français.


Comment here...
Art PNG Export
i

Martin OwensArt PNG Export

Martin Owens

Remove anti-aliasing artefacts in Inkscape 1.2 by using this extension to use the correct anti-aliasing settings, color modes and down-sampling algorithm to produce to nicest results for adjacent shapes. In SVG, adjacent shapes are rendered sequentially. When antialiasing is enabled, this process creates very small gaps between shapes which are actually touching each other. All renderers of SVG, including browsers and other art programs have this effect since it's built into the way shapes are rendered. But there is a way to get a good output, and that is to do the anti-aliasing step after rendering, by resizing the image down. Your images will be 4x smaller when using this extension so you should account for that when exporting. But should remove all anti-aliasing artefacts. If you still see gaps, your shapes may not truly be touching. This extension only works with Inkscape 1.2 raster extensions.


Comment here...
inkscape-placeholder extension
i

Xaviinkscape-placeholder extension

Xavi

Embed image placeholders with custom height and width into Inkscape: Beautiful Image backgrounds from unsplash Random User avatars from uifaces


Comment here...
Frame
i

RW E2Frame

RW E2

.91 extension: frame.inx: Frames, circles or enlarges selected items


Comment here...
Sundial Declining
i

TomasUrbanSundial Declining

TomasUrban

Sundial --- Added Inkscape version 002


Comment here...
Batch Add & Sort Symbol
i

RuaridhWBatch Add & Sort Symbol

RuaridhW

This emulates Inkscape v1.3 gui add_symbol action but also: -Adds each selected object individually NOT grouped as a single symbol. -Alpha-Numeric and Canvas Position sorting options. -Auto-labelling options. -Sorting adjusts object z-axis like Rob Antonishen's restack extn. *NEW* - Alpha-Numeric Sort can be interleaved with existing symbols. -Positional Sort does NOT interact with pre-existing symbols. New symbols added below existing. -Adds an editable Title element to symbol if object title blank. Allows easier retroactive symbol label/name adjustment. -Also includes Quick Add extn which batch adds selected objects unsorted. But .inx adjustable to create own preset of main extn; see readme.txt. -Help and Troubleshooting advice in extension dialogue -For use in managing symbol library file and is intended to aid symbol library creation only. Other uses not tested. -"Symbols Batch Sort and Add..." + "Quick Batch Add Symbols" Placed in Extensions>Symbols -As with any v1.3 extension can give keyboard shortcut. The premise for this extension is that the inbuild symbol add function only allows adding one symbol at a time; multiple selected objects added as a single grouped symbol. Also with 1.3 the symbol library is only displayed in z-axis order NOT alpha-numerically; whilst potential for sort options to be introduced in 1.3.1 in the interim z-axis sort is all that is available. Other Symbol management extensions available: -Alpha Sort (sorts All symbols in current file) -Batch Remove (with Quick Remove Selected) _____ v.1.3 (14/08/23) -Bug fix remove debugging errormsg pop up; no functional change. _____ v.1.2 (14/08/23) -Alpha-Numeric Sort can now be interleaved with existing symbols. _____ v.1.1 (12/08/23) -bug fix unsorted add -simplification of main dialogue tab and py code -Added auto-label number format option -Now 'quick add' + 'add and sort' run off same py. i.e. both .inx ref same .py -'Quick add' + 'add and sort' included in package. -Quick Add Settings guide to allow setting of own preferences(readme.txt)


Comment here...
Examples1
i

RW E2Examples1

RW E2

Inkscape .91 extension: example2 for frame: frame, circle or enlarge selected objects


Comment here...
Laserengraver Inkscape Plugins
i

RitchieVLaserengraver Inkscape Plugins

RitchieV

Hi, These are plugins for the Vivedino T-Rex 3.0 or T-Rex 3+ 3D-printer with a Laser Engraver unit on it. These files were made for the version 0.91 or 0.92. Can somebody convert these to the latest version of Inkscape (v1.3.2) please ? The manufacturer ( www.formbot3d.com or www.vivedino.com ) do not support this product any more. It would do many others ALSO a big favour ! Many thanks in advance !!! Ritchie


Comment here...
Small inkscape extension tutorial list all layers,paths and node
i

costycncSmall inkscape extension tutorial list all layers,paths and node

costycnc

This extension is util for who want to learn the base principle of python language and in special for who want create for first time or want to understand how request all paths or nodes for ulterior custom programming.


Comment here...
Hello world example
i

costycncHello world example

costycnc

Minimal inkscape 1.0 extension https://github.com/costycnc/inkscape-1.0-python-hello-world-extension-costycnc


Comment here...
Batch Remove Symbols
i

RuaridhWBatch Remove Symbols

RuaridhW

This emulates Inkscape v1.3 gui remove_symbol action but also: -Removes symbols of selected clones on canvas OR ALL symbols and clones. -Also packaged is a Quick Remove Selected extn(.inx) using same py as main Batch inx. -For use in managing symbol library file and is intended to aid symbol library creation only. Other uses not tested. -"Symbols Batch Remove..." + "Quick Remove Selected Symbols" placed in Extensions>Symbols -As with any v1.3 extension can be allocated a keyboard shortcut. The premise for this extension is that the inbuilt symbol remove function only allows removal one symbol at a time; even using xml editor. (Batch Add and Sort extension also available)


Comment here...
Alpha Sort Symbols
i

RuaridhWAlpha Sort Symbols

RuaridhW

In Inkscape v1.3 the symbol library displays in XML stack order only. -This z-axis restacks the symbols in alphabetical order -This functions similar to Arrange>Restack extension by sorting symbols in the Z-axis. -For use in managing symbol library file and is intended to aid symbol library creation only. Other uses not tested. -"Alpha-Numeric Sort Symbols..." placed in Extensions>Symbols -Whilst this does reorder the SVG XML file structure and it is likely that 1.31 or later version will provide inbuilt non-structural sorting, but in the interim this is probably of use to some as an extension to allow the display of your symbols in alpha-numeric order. Other Symbol management extensions available: -Batch Add & Sort (with Quick Batch Add) -Batch Remove (with Quick Remove Selected)


Comment here...
MLOG export
i

prof milkiMLOG export

prof milki

Very crude converison of SVG into mindustry logic commands. · SVG should be sized 80x80 or 176x176 px. · Only supports a few shapes: ■ rectangles | simple lines ◢ triangles (as closed path) ▰ irregular rectangles (yields two triangle draw instructions) ● circles Ideally you set up document size and rulers to be pixel-based. Because of the rasterization, the output might look jiggly if blocks/lines don't match up coordinates. (Actually using floats now, but consistency helps.) Overdrawings will usually by ignoed by MLOG. To optimize command size, best to also coalesce same-color shapes via layers. Works as CLI tool (single input.svg argument) or in Inkscapes´ File 🞂 Save Copy... export mode (select "Mindustry Logic (*.mlog)" as filetype or edit output filename accordingly). Both also populate the selection clipboard by default. Since rasterization (pixel-scan) requires too many commands, this tool is about minimizing MLOG overhead. Hence the more tedious block-based image requirement.


Comment here...
Examples1
i

RW E2Examples1

RW E2

Inkscape .91 extension: example1 for frame: frame, circle or enlarge selected objects


Comment here...
Frame
i

RW E2Frame

RW E2

.91 extension: frame.py: Frames, circles or enlarges selected items


Comment here...