Second question of the day.
Being relatively new to both web development and Inkscape I've only just realized the issues with the grid system I implemented.
The 960 grid system in Inkscape is a document with pre-prepared guides.
Because I've only just discovered CSS frameworks, I've now decided i need to try various other grids.
Is there some way to copy and paste multiple guides at once? Or move multiple guides at once?
Applying Multiple Guides to Inkscape
Re: Applying Multiple Guides to Inkscape
If you want to draw guides in a fast way, then you can try the convert to guides option by pressing Shift+G when objects are selected.
Here is a description of the method in a nutshell, to create grids like on your image:
Draw three vertical paths, group them together-or alike,
use the make tiled clone option,
disable clone link,
and press Shift+G when all is selected.
Here is a description of the method in a nutshell, to create grids like on your image:
Draw three vertical paths, group them together-or alike,
use the make tiled clone option,
disable clone link,
and press Shift+G when all is selected.
Re: Applying Multiple Guides to Inkscape
Hi.
Unfortunately there are no way (that I can figure out) to select more than one guide at a time.
The guides extension in Extensions - Render - Guides can be programmed to implement the 960 grid system.
Tell us a little about what you want the guides to look like in the "finished product".
RGDS
Ragnar
Unfortunately there are no way (that I can figure out) to select more than one guide at a time.
The guides extension in Extensions - Render - Guides can be programmed to implement the 960 grid system.
Tell us a little about what you want the guides to look like in the "finished product".
RGDS
Ragnar
Good Luck!
( ͡° ͜ʖ ͡°)
RGDS
Ragnar
( ͡° ͜ʖ ͡°)
RGDS
Ragnar
Re: Applying Multiple Guides to Inkscape
.
Last edited by druban on Wed May 29, 2013 7:38 pm, edited 1 time in total.
Your mind is what you think it is.
-
- Posts: 4
- Joined: Wed Apr 24, 2013 8:58 am
Re: Applying Multiple Guides to Inkscape
The other grids I wanted to test are 960 split into other proportions.
The problem is I made easy unstructured mockups to see if I liked the feel, now I need to convert to proper sizes so I can build them.
Lazur's solution worked really well. 960 comes with inkscape grids you just can't move them and the document size doesn't work well.
I drew lines down using the existing grid then I can paste them into whatever mockup I'm using and use Shift G to create the grid. Cheers all!
(Attached the files jit)
The problem is I made easy unstructured mockups to see if I liked the feel, now I need to convert to proper sizes so I can build them.
Lazur's solution worked really well. 960 comes with inkscape grids you just can't move them and the document size doesn't work well.
I drew lines down using the existing grid then I can paste them into whatever mockup I'm using and use Shift G to create the grid. Cheers all!
(Attached the files jit)
- Attachments
-
- 960_grid_24_customsgrid.svg
- (25.91 KiB) Downloaded 237 times
-
- 960_grid_16_customsgrid.svg
- (16.54 KiB) Downloaded 239 times
- samueldellicour
- Posts: 26
- Joined: Mon Jul 01, 2013 11:03 pm
- Location: Belgium
- Contact:
Re: Applying Multiple Guides to Inkscape
Another solution would not to move the guides, but to do the opposite: to move all drawn elements, and move the page if necessary (meaning, changing the canvas, using an existing selected rectangle as new canvas).
For your information: I am currently working on making a column grid plugin that could take as input
- number of columns
- column size
- gutter size (spacing between columns)
And then output all the guides automatically. Either left aligned on the document, or centered.
I am using the Guides Creator plugin as a base - it can draw columns guides, but not with gutters.
I'll post my plugin when it's ready.
For your information: I am currently working on making a column grid plugin that could take as input
- number of columns
- column size
- gutter size (spacing between columns)
And then output all the guides automatically. Either left aligned on the document, or centered.
I am using the Guides Creator plugin as a base - it can draw columns guides, but not with gutters.
I'll post my plugin when it's ready.
- samueldellicour
- Posts: 26
- Joined: Mon Jul 01, 2013 11:03 pm
- Location: Belgium
- Contact:
Re: Applying Multiple Guides to Inkscape
I have made a plugin to create a grid of guides, for making columns and gutters. (The center guides are not added automatically, but they can be generated as a separate grid). Download from the Grid Maker github page. The grid extension is now part of this bundle of extensions: Inkscape Guide Tools - you'll find the description and download link on that page. It includes generating a grid of guides WITH middle guides in the gutters (latest version, compatible with Inkscape 0.91, not compatible with 0.48)
Samuel